Chore/project cleanup - #56
Open
Bence7 wants to merge 93 commits into
Open
Conversation
NGRX Signals
Button component
Tabs component
Order details page refactor
- Implemented routing for the mission details page. - Created the MissionDetailsPageComponent with HTML template and styles. - Added a service to manage mission details and data retrieval. - Introduced a mapper for mission status translations and badge colors. - Developed a mock data structure for mission details. - Created a model to define the structure of mission details data. - Added unit tests for the component and service. - Updated order details page to include mission details routing. - Enhanced internationalization files with mission details translations. - Added new CSS variables for mission status colors.
feat: add mission details page with routing, component, and service
…ialogs - Added mapping functions for user roles and store users in mission details page mapper. - Updated mission details page mock to include user and status information. - Modified mission details page model to incorporate user and message structures. - Enhanced mission details page service to manage user data and dialog actions based on roles. - Improved key-value component to support dynamic gaps between items. - Updated order details page mock to reflect new key-value structure with gaps. - Introduced a reusable dialog component with a corresponding spec file for testing. - Refactored input text component to conditionally display labels based on presence of label key. - Adjusted page header component layout for better responsiveness. - Added tests for the new dialog directive to ensure functionality. - Updated English and Hungarian localization files to include new dialog and role texts.
- Deleted the DeleteDialogComponent along with its HTML, TypeScript, and spec files. - Introduced DeleteMissionDialogComponent to handle mission deletion with a new structure. - Updated dialog layout to use app-page-header for better organization. - Removed ConfirmationDialogComponent and its associated files, as they were redundant. - Created an abstract dialog class to standardize dialog behavior across components. - Adjusted tests and snapshots to reflect the new dialog structure and components.
feat: enhance mission details page with user roles and cancellation d…
… and improve consistency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.