denozord
  • Joined on 2024-11-14
denozord pushed to tabler at denozord/router-lists-ui 2025-07-10 10:41:13 +07:00
cdd7963331 refactor: Implement dynamic import of Tabler JS in main.jsx to enhance module management and ensure compatibility with window object
denozord pushed to tabler at denozord/router-lists-ui 2025-07-10 10:21:37 +07:00
0c7c717be8 refactor: Remove Tabler JS import from index.html and move it to main.jsx for better module management; update handleEditModalSave function in ServerManager for clarity
denozord pushed to tabler at denozord/router-lists-ui 2025-07-10 10:02:02 +07:00
9a109a0bf2 feat: Refactor App and ServerManager components to improve navigation and modal handling
denozord pushed to tabler at denozord/router-lists-ui 2025-07-10 09:45:11 +07:00
aaa4878229 feat: Integrate react-router-dom for routing and enhance App component with new navigation structure
denozord pushed to tabler at denozord/router-lists-ui 2025-07-10 09:00:41 +07:00
a2f3f24c57 feat: Add react-router-dom dependency and implement country flag emoji conversion in ServerManager
denozord pushed to tabler at denozord/router-lists-ui 2025-07-10 08:41:38 +07:00
2aac641cd3 feat: Implement edit server modal in ServerManager for improved server management
denozord pushed to tabler at denozord/router-lists-ui 2025-07-10 08:21:44 +07:00
86f6304382 feat: Add server management functionality with new API endpoints and update UI to include server statistics
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 23:03:00 +07:00
2738455c1a fix: Update useEffect dependency in DataManager to include entityKey for accurate data fetching
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 22:43:49 +07:00
0390dfd148 feat: Add new endpoint to fetch last modified dates of S3 files and update Dashboard to display this information
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 22:18:09 +07:00
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 21:46:15 +07:00
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 21:27:22 +07:00
dd6739cc8d chore: Remove postinstall script from package.json and update Dockerfile.fast to use JS implementation for Rollup compatibility
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 21:13:06 +07:00
f543bdf386 chore: Add postinstall script to remove Rollup's native.js for Linux compatibility and update package.json with Rollup dependency
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 19:33:05 +07:00
397699d501 chore: Remove build dependencies from Dockerfile.fast to streamline the frontend build process
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 19:19:15 +07:00
f4fe3f391b chore: Update Dockerfile.fast to use node:20-bullseye for improved compatibility and stability in the frontend build stage
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 19:07:48 +07:00
af28f09e1f chore: Update Dockerfile.fast to use npm ci for faster and more reliable dependency installation, and remove unused Bootstrap and react-bootstrap dependencies from package.json
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 19:01:09 +07:00
660bb0221e refactor: Rearrange and clean up the App component structure for better readability and maintainability
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 18:30:43 +07:00
4f817b6201 feat: Add API endpoint to fetch last modified dates of S3 files and enhance App component with TopNav and stats fetching
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 10:36:44 +07:00
e0fa98f21a feat: Add StatCard component to Dashboard and implement sorting, filtering, and pagination in DataManager
denozord pushed to tabler at denozord/router-lists-ui 2025-07-09 09:57:18 +07:00
9d31682745 chore: Update package.json and package-lock.json to include @tabler/core and bootstrap dependencies, and remove Bootstrap CSS import from main.jsx