Gabriel Kaszewski GKaszewski
GKaszewski pushed to master at GKaszewski/przygody-pana-cegly 2025-09-11 02:44:03 +00:00
98b3202361 Update FloatingTextManager colors and integrate floating text display in LeverComponent; replace enemy sprite in basic_enemy scene
6e2bdcdf95 Add FloatingText and FloatingTextManager for UI message display; create basic_enemy scene and integrate components
f229ff5b7d Add FloatingTextManager and FloatingText for displaying UI messages; update CollectableComponent and HealthComponent to utilize new floating text features
Compare 3 commits »
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:51:31 +00:00
d6c42afaec fix: integrate js-cookie for install prompt dismissal handling
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:47:32 +00:00
e376f584c7 fix: update frontend API URL to use proxy for server-side requests
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:45:27 +00:00
75c5adf346 fix: reorganize Traefik labels and network configuration in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:43:59 +00:00
878ebf1541 fix: add Traefik network labels for API and web routers in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:39:36 +00:00
c9775293c0 fix: clean up commented-out network and labels configuration in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:33:55 +00:00
93b90b85b6 fix: adjust network configuration for backend and frontend services in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:27:04 +00:00
58e51cb028 fix: enhance Traefik routing for API and web services in Docker Compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:19:42 +00:00
5282376860 fix: simplify CMD instruction in Dockerfile by removing redundant parameters
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:13:53 +00:00
082f11a3e9 fix: update Docker Compose deployment command and configure server to listen on all interfaces
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:09:16 +00:00
ec73a0c373 fix: update healthcheck command for frontend service and install curl in Dockerfile
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 02:03:15 +00:00
29afc2e92e fix: update Dockerfiles to install necessary packages without recommendations
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:56:07 +00:00
cbca1058a2 fix: add health checks for backend and frontend services in docker-compose
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:53:46 +00:00
8536e52590 Revert "fix: correct proxy_pass configuration for API requests in nginx"
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:51:39 +00:00
247c6ad955 fix: correct proxy_pass configuration for API requests in nginx
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:49:20 +00:00
c6f7dfe225 feat: add health check endpoint to nginx configuration
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:47:25 +00:00
0ba3b79185 fix: remove default nginx configuration before copying custom config
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:43:07 +00:00
64806f8bd4 feat: implement pagination for feed retrieval and update frontend components
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 01:07:50 +00:00
4ea4f3149f feat: add user count endpoint and integrate it into frontend components
GKaszewski pushed to master at GKaszewski/thoughts 2025-09-09 00:53:26 +00:00
d92c9a747e feat: implement pagination for user retrieval and update feed fetching logic