Commit Graph

86 Commits

Author SHA1 Message Date
Simon Larsen
ef0f0ffa0b
Refactor SideOver and ComponentSettingsSideOver components for improved structure and readability 2024-11-15 14:04:12 +00:00
Simon Larsen
0c7b2ead8c
Refactor migration files to drop specific indexes and improve code formatting; add keys to MoreMenuItem components in UI 2024-11-13 11:22:23 +00:00
Simon Larsen
d9d2b615d2
Refactor code for consistency by standardizing property names and improving formatting across various components 2024-11-11 17:24:05 +00:00
Simon Larsen
7c04569a14
Refactor IconProp enum and add new icons: Bold, Italic, and Underline 2024-10-30 18:45:58 +00:00
Simon Larsen
bd8b1ca909
Refactor Dashboard components and add full screen functionality 2024-10-30 17:40:38 +00:00
Simon Larsen
d99111b2f9
Refactor MonitorTest table to remove "lastMonitoringLog" column and add "monitorStepProbeResponse" and "isInQueue" columns 2024-10-29 18:04:36 +00:00
Simon Larsen
7ece118acd
Refactor MonitorTestService and MonitorTest model 2024-10-29 17:43:36 +00:00
Simon Larsen
9d6c34b796
Refactor StatusPageEventType enum to include new event types 2024-10-28 12:41:24 +00:00
Simon Larsen
b31ffab577
Refactor DashboardComponentType enum to fix casing and add missing newline at end of file 2024-10-24 17:23:34 +01:00
Simon Larsen
8f2da2bdc5
Refactor dashboard component types and add chart, text, and value components 2024-10-24 15:38:13 +01:00
Simon Larsen
da22f2ef51
Refactor DashboardMode enum to fix formatting and add missing newline at end of file 2024-10-23 14:48:51 +01:00
Simon Larsen
a882507aff
Refactor MoreMenu component to use Button instead of Icon 2024-10-23 14:46:24 +01:00
Simon Larsen
97de3ff6c7
Refactor DashboardService to include DashboardViewConfig 2024-10-23 13:07:47 +01:00
Simon Larsen
b050dfdc1c
Refactor CategoryCheckbox component to remove unnecessary array cloning 2024-10-23 12:56:10 +01:00
Simon Larsen
a39db4ffc9
fix timeline on monitor chart 2024-10-16 14:59:01 +01:00
Simon Larsen
1b3cde35f3
add filter views to other tables 2024-10-16 12:02:16 +01:00
Simon Larsen
f1dda4a7b3
fix filter settings 2024-10-15 19:20:46 +01:00
Simon Larsen
f0a3ddbf2e
make UI for table filters nicer 2024-10-14 20:23:20 +01:00
Simon Larsen
09196f397e
make alert private note work 2024-10-08 21:12:03 +01:00
Simon Larsen
06d0dba258
add monitor alert 2024-10-08 20:26:00 +01:00
Simon Larsen
7a38a0d9da
fix rule in monitor criteria 2024-10-04 15:54:01 -07:00
Simon Larsen
97bf26ab03
make header alerts work 2024-10-04 15:34:50 -07:00
Simon Larsen
09955a5ba9
add header group 2024-10-04 11:40:38 -07:00
Simon Larsen
30db4e58ff
refactor UI of header alerts 2024-10-04 11:01:36 -07:00
Simon Larsen
7eebd75088
add types to header alert 2024-10-04 09:12:13 -07:00
Simon Larsen
d17b687e03
add alert types to model alert 2024-10-04 09:08:00 -07:00
Simon Larsen
591b3ab41c
Refactor TableView component and fix indentation 2024-10-03 15:45:00 -07:00
Simon Larsen
cfc1fb47be
Refactor MonitorPage and TableView components 2024-10-03 15:25:10 -07:00
Simon Larsen
4a7ac0ffab
add monitor alerts 2024-10-03 10:51:41 -07:00
Simon Larsen
bb5a019afd
enhance alert permissions and add alert routes 2024-10-03 10:35:10 -07:00
Simon Larsen
bc0e8e323f
integrate table view filters with base model table 2024-10-02 19:49:22 +01:00
Simon Larsen
fd15e66f83
add table view save settings. 2024-10-02 19:26:40 +01:00
Simon Larsen
c833bcb37a
add table filters model 2024-10-02 15:13:37 +01:00
Simon Larsen
ae493aaee7
feat: Add MoreMenu component and related functionality for enhanced UI interactions 2024-10-01 18:37:26 +01:00
Simon Larsen
299707f748
Refactor Realtime class; replace BadDataException with no-op for missing tenantId 2024-09-27 16:51:44 +01:00
Simon Larsen
d48b725f6a
Refactor UserAuthorization and Realtime; update mock implementation and add validation for tenantId 2024-09-27 14:21:47 +01:00
Simon Larsen
ed7a693966
Refactor imports in Realtime utility and related components; streamline ModelEventType import paths 2024-09-26 15:13:16 +01:00
Simon Larsen
dbad05baa6
Add modelId support in Realtime utilities and enhance cookie handling methods 2024-09-25 20:59:14 +01:00
Simon Larsen
ca7745cfad
Refactor refreshToggle type to string and update related components for consistency 2024-09-25 17:20:38 +01:00
Simon Larsen
91bec9d58f
Add support for real-time event handling in Incident model and related components 2024-09-20 19:00:09 +01:00
Simon Larsen
a6f6b12ae2
Refactor FormField component to simplify toggle value initialization 2024-09-18 21:49:41 +01:00
Simon Larsen
51ff018a61
Refactor recurring notification handling in ScheduledMaintenance and ScheduledMaintenanceTemplate models 2024-09-11 09:58:45 -07:00
Simon Larsen
20e56fb1d7
add recurring field element adn controls. 2024-09-10 15:25:50 +01:00
Simon Larsen
c0c8feabe9
Refactor Field component and add showIf prop 2024-09-09 18:10:48 +01:00
Simon Larsen
f62f571586
fix aleert style. 2024-09-08 18:36:22 +01:00
Simon Larsen
d3da823e71
add default height to images so they are visible. 2024-09-06 14:59:31 +01:00
Simon Larsen
0f58e16702
feat: Add support for SVG mime type in file upload 2024-09-06 11:33:11 +01:00
Simon Larsen
e907c235a9
refactor: Update WorkflowStatusElement to use Blue color for success status 2024-09-04 11:15:26 +01:00
Simon Larsen
c76237f785
refactor: Update AddDefaultCopilotActionTypes migration to use correct class name 2024-09-02 17:31:52 +01:00
Simon Larsen
8bb2c3c865
refactor: Update SideMenu title to "Code Changes" 2024-09-02 15:36:08 +01:00