Commit 0bdad58
Timothy Dodd
refactor: remove modal component and service, replace with toast notifications
- Deleted modal component and its associated styles.
- Removed modal service and its usages across the application.
- Integrated toast notifications using rd-ui for user feedback.
- Updated user settings and work queue components to utilize new toast service.
- Refactored confirmation dialogs to use the new confirm dialog service.
- Adjusted various components to ensure proper functionality without the modal.1 parent fcccc4f commit 0bdad58
File tree
19 files changed
+299
-731
lines changed- src
- LogMkWeb
- src
- app
- _components
- filter-presets-modal
- log-details-modal
- modal
- user-settings
- change-password
- work-queue
- _pages
- main-log-page
- log-filter-controls
- log-viewport
- settings-page
- _services
19 files changed
+299
-731
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
55 | | - | |
56 | | - | |
| 53 | + | |
| 54 | + | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
61 | | - | |
| 59 | + | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
68 | | - | |
| 66 | + | |
69 | 67 | | |
70 | | - | |
| 68 | + | |
71 | 69 | | |
72 | 70 | | |
0 commit comments