47340c3235
Rework fixes.
2025-07-24 12:34:06 +03:00
99924c1e62
Refactor color management and UI components for consistency
...
- Updated color references in various widgets to use the new `opaquePrimary` color for better visual consistency.
- Refactored `ColorsManager` to improve color definitions and removed redundant color declarations.
- Enhanced UI elements across multiple dialogs and widgets to ensure a cohesive design language.
This change promotes maintainability and aligns with the updated color scheme.
2025-07-24 10:27:17 +03:00
762dade195
Merge branch 'dev' of https://github.com/SyncrowIOT/web into Implement-Spaces-Table-Empty-Filled-Failure-states-bookable-spaces
2025-07-15 15:35:31 +03:00
b5d72b2a2a
refactor code
2025-07-10 15:49:30 +03:00
73de1e6ff9
Enhance EditCommunityDialog: Refactor to accept parent context and streamline community update handling. Introduced a new method _onUpdateCommunitySuccess
for improved readability and maintainability. Updated SpaceManagementCommunityDialogHelper
to pass the parent context for better state management in the community update flow.
2025-07-06 12:52:35 +03:00
fdea4b1cd0
Refactor CommunityDialog: Extract error message display into a separate method _buildErrorMessage
for improved readability and maintainability. This change enhances the structure of the dialog while ensuring consistent error handling.
2025-07-06 12:32:18 +03:00
823d86fd80
Add loading and success snackbar helpers: Introduced showLoadingDialog
and showSuccessSnackBar
methods in SpaceManagementCommunityDialogHelper
for consistent loading indicators and success messages across community dialogs. Updated CreateCommunityDialog
and EditCommunityDialog
to utilize these new helpers, enhancing user experience and maintainability.
2025-07-06 11:17:28 +03:00
6dcc851d97
Made CommunityDialog
reusable for edit and create features.
2025-07-06 10:46:20 +03:00
ada7daf179
Switched from using Text
to SelectableText
in CreateCommunityDialog
.
2025-06-23 10:13:30 +03:00
ff3d5cd996
Created a helper class to show create community dialog, since this dialog can be shown from two different widgets.
2025-06-23 10:02:02 +03:00
27349a6cc0
Implemented PR notes by extracting widgets into their own classes.
2025-06-23 09:24:53 +03:00
41d4fbb555
Extracted pagination data into a generic DTO.
2025-06-22 16:00:20 +03:00