0e237a9549
feat: add filter for user's assigned tasks and update translation for 'mine'
2025-10-14 12:55:28 +02:00
f1e7c2d7aa
feat: implement password reset functionality with token verification and change password feature
2025-10-10 09:15:29 +02:00
7ec4bdf620
feat: update project titles in metadata and translations for consistency
2025-10-10 08:59:22 +02:00
ec5b60d478
feat: update ProjectListPage layout and button styles for improved UI/UX
2025-10-09 20:56:55 +02:00
ac5fedb61a
feat: implement project export to Excel with API endpoint and UI button
2025-10-09 20:43:53 +02:00
ce3c53b4a8
feat: add 'can_be_assigned' column to users with default settings for admin users
2025-10-09 15:01:01 +02:00
cdfc37c273
feat: add 'can_be_assigned' field to users with updates to user creation, retrieval, and assignment queries
2025-10-09 14:55:11 +02:00
1288fe1cf8
feat: add 'not_started' task status with updates to task creation, status handling, and translations
2025-10-09 12:39:43 +02:00
33c5466d77
feat: implement 'not_started' task status with validation and UI updates
2025-10-07 23:07:15 +02:00
a6ef325813
feat: add task_category field to tasks with validation and update related forms
2025-10-07 22:22:10 +02:00
952caf10d1
feat: add task sets functionality with CRUD operations and UI integration
...
- Implemented NewTaskSetPage for creating task sets with templates.
- Created TaskSetsPage for listing and filtering task sets.
- Enhanced TaskTemplatesPage with navigation to task sets.
- Updated ProjectTaskForm to support task set selection.
- Modified PageHeader to support multiple action buttons.
- Initialized database with task_sets and task_set_templates tables.
- Added queries for task sets including creation, retrieval, and deletion.
- Implemented applyTaskSetToProject function for bulk task creation.
- Added test script for verifying task sets functionality.
2025-10-07 21:58:08 +02:00
e19172d2bb
feat: Restrict notifications feature to admin users only in navigation
2025-10-06 16:07:17 +02:00
80a53d5d15
feat: Add notifications dropdown to navigation and update translations for notifications
2025-10-06 16:01:29 +02:00
5011f80fc4
feat: Add timezone configuration for Docker to ensure correct time handling in production and development environments
2025-10-04 20:52:39 +02:00
9357c2e0b9
Merge branch 'ui-fix' of https://git.wastpol.pl/admin/Panel into ui-fix
2025-10-04 19:44:39 +02:00
119b03a7ba
feat: Update date handling to use local time formatting across various components and queries
2025-10-04 19:44:35 +02:00
f4b30c0faf
feat: Update README.md with authentication, user management, and audit logging details
2025-10-02 19:35:31 +02:00
79238dd643
feat: Add link parsing functionality to notes in ProjectViewPage and TaskCommentsModal
2025-10-02 11:36:36 +02:00
31736ccc78
feat: Enhance FieldWithHistory component with improved tooltip display and time formatting
2025-10-02 10:01:54 +02:00
50760ab099
feat: Integrate translation support in FieldWithHistory component and update i18n strings
2025-10-02 09:57:51 +02:00
a59dc83678
feat: Add 'mine' filter to ProjectListPage and update translations
2025-09-29 22:07:18 +02:00
769fc73898
feat: Add ProjectAssigneeDropdown component and integrate it into ProjectViewPage
2025-09-29 20:09:11 +02:00
6ab87c7396
feat: Add assigned user initial to project details and update translations
2025-09-29 19:50:22 +02:00
a4e607bfe1
feat: Add migration script to add 'initial' column to users table
2025-09-29 19:44:36 +02:00
e589d6667f
feat: Add initial identifier field to user management and update related functions
2025-09-29 19:41:49 +02:00
fc5f0fd39a
feat: Enhance EditProjectPage with translation support and refactor ProjectForm to use forwardRef
2025-09-29 19:32:08 +02:00
e68b185aeb
feat: Update task assignment logic to exclude admin users and enhance project page layout
2025-09-29 19:25:15 +02:00
5aac63dfde
feat: Implement route planning feature with project selection and optimization
...
- Added route planning functionality to the map page, allowing users to select projects for routing.
- Implemented state management for route projects, start/end points, and search functionality.
- Integrated OpenRouteService API for route calculation and optimization.
- Enhanced UI with a route planning panel, including search and drag-and-drop reordering of projects.
- Added visual indicators for route start and end points on the map.
- Included translations for route planning features in both Polish and English.
- Created utility functions for route calculations, optimizations, and formatting of route data.
2025-09-26 00:18:10 +02:00
8a0baa02c3
fix: Refine theme initialization logic to respect saved preferences and system color scheme
2025-09-25 09:03:13 +02:00
fd87b66b06
feat: Implement dark mode support across components and UI elements
...
- Added dark mode styles to TaskStatusDropdown, TaskStatusDropdownDebug, and TaskStatusDropdownSimple components.
- Introduced ThemeProvider and useTheme hook for managing theme state.
- Updated Button, Card, Input, Loading, Navigation, PageContainer, PageHeader, ProjectCalendarWidget, ProjectMap, SearchBar, States, Tooltip, and other UI components to support dark mode.
- Created ThemeToggle component for switching between light and dark modes.
- Enhanced i18n translations for settings related to theme and language preferences.
- Configured Tailwind CSS to support dark mode with class-based toggling.
2025-09-25 08:58:03 +02:00
96333ecced
feat: Implement file upload and management features in ProjectViewPage
2025-09-24 21:55:44 +02:00
0f451555d3
feat: Add script to create sample projects with detailed information
2025-09-24 21:20:05 +02:00
5193442e10
feat: Include project number in project details for enhanced information display
2025-09-19 13:52:20 +02:00
94b46be15b
fix: Improve layout of project status indicators for better alignment and visibility
2025-09-19 07:40:33 +02:00
c39746f4f6
fix: Update shortLabel for in-progress construction status and improve project count display in ProjectsMapPage
2025-09-18 16:02:30 +02:00
671a4490d7
feat: Update SVG icons in ProjectViewPage and ProjectTasksSection for improved styling and consistency
2025-09-18 12:44:42 +02:00
e091e29a80
feat: Reorganize overdue projects section for improved visibility in project calendar
2025-09-18 12:37:47 +02:00
142b6490cc
feat: Implement task template management with translation support and improved UI components
2025-09-18 12:36:03 +02:00
abfd174f85
fix: Update upcoming projects calculation to include the next 5 weeks
2025-09-18 12:01:52 +02:00
8964a9b29b
feat: Enhance note creation and project cancellation with user information and translations
2025-09-18 11:11:22 +02:00
1a49919000
refactor: Optimize map component rendering and memoize functions to improve performance
2025-09-17 08:29:51 +02:00
0bb0b07429
feat: Add measurement tool with distance calculation and visual markers on the map
2025-09-16 16:41:08 +02:00
e4a4261a0e
BUGFIX: Refactor map loading to use a dedicated loading component and improve dynamic import handling
2025-09-16 16:35:25 +02:00
029b091b10
feat: Add translation support for map-related components and improve loading messages
2025-09-16 16:32:04 +02:00
cf8ff874da
feat: Update project and contract terminology for consistency in UI and translations
2025-09-16 14:44:01 +02:00
c75982818c
feat: Enhance map controls and overlay visibility in project map components
2025-09-16 12:11:52 +02:00
e5e72b597a
BUGFIX: Remove redundant GET function for file retrieval
2025-09-16 11:29:19 +02:00
06599c844a
feat: Implement file upload structure and API for file retrieval
2025-09-16 11:27:25 +02:00
e5955a31fd
feat: Integrate translation support for contract-related components and improve user feedback messages
2025-09-16 11:20:14 +02:00
43622f8e65
feat: Add comprehensive documentation for Route Planning feature with optimization details
2025-09-16 10:58:28 +02:00