Go to file
Mohamad 9d08b7fcfe feat: Enhance ListsPage with action menu for list management
This commit introduces a new action menu for managing lists on the ListsPage, allowing users to archive, unarchive, or delete lists directly from the UI. Key updates include:

- Implementation of a dropdown menu for list actions, triggered by a button in the list header.
- Addition of functions to handle archiving, unarchiving, and deleting lists, with confirmation prompts for deletion.
- Refactoring of the layout to improve responsiveness and user experience, including updates to CSS grid properties.

These changes aim to streamline list management and enhance user interaction within the application.
2025-06-24 16:35:32 +02:00
.cursor/rules feat: Implement comprehensive roadmap for feature updates and enhancements 2025-06-10 08:16:55 +02:00
.gitea/workflows refactor: Optimize Dockerfiles and deployment workflow for improved performance and reliability 2025-06-01 16:26:49 +02:00
be feat: Enhance chore creation and assignment functionality 2025-06-22 21:27:04 +02:00
docs feat: Enhance chore management with new update endpoint and structured logging 2025-06-21 15:00:13 +02:00
fe feat: Enhance ListsPage with action menu for list management 2025-06-24 16:35:32 +02:00
docker-compose.prod.yml Refactor: Simplify docker-compose configuration by removing unused services and optimizing backend settings 2025-06-01 19:18:42 +02:00
docker-compose.yml Fix(docker): Run Alembic migrations on container startup 2025-06-01 17:10:40 +00:00
env.production.template Fix: Resolve Google OAuth redirection issue 2025-06-02 00:19:26 +02:00