Commit Graph

38 Commits

Author SHA1 Message Date
64725de8b9 use the primary color (blue) for save buttons instead of the Amazon orange 2024-10-13 19:42:39 +02:00
08a481b5ba step 1 - convert al lcomponents, directives and pipes to standalone
see https://v17.angular.io/guide/standalone-migration
I executed:
ng g @angular/core:standalone
and selected "Convert all components, directives and pipes to standalone"
2024-10-13 09:55:07 +02:00
36da503be9 add date picker to dashboard page 2024-09-29 08:11:38 +02:00
f8a199fd6a move edit/delete buttons outside the text 2023-04-04 19:08:52 +02:00
48ae47d050 add second column to dashboard 2023-04-04 19:02:46 +02:00
3386f0994f add preview for markup 2023-04-04 18:46:34 +02:00
75f45c4d87 only show external link icon for external links 2023-03-23 18:14:24 +01:00
bacd86d836 add markdown support for text widgets 2023-03-19 20:10:04 +01:00
c7af333052 remove title form add/edit plot dialog 2023-03-19 09:18:16 +01:00
a3aa62aee2 abort plotting on dashboards 2023-03-19 09:16:50 +01:00
53e7a21602 show edit of title and descr only when hovering 2023-03-18 09:46:03 +01:00
4679da480c replace randomUUID with something that is available in real live 2023-03-12 20:15:29 +01:00
add30a5ee9 use a drag handle with icon 2023-03-12 17:02:40 +01:00
dafe6813ed enable save button only if dashboard is dirty 2023-03-12 09:36:33 +01:00
bc0ae23de5 delete plot from dashboard 2023-03-12 09:15:56 +01:00
02c748c286 delete text from dashboard 2023-03-12 09:11:49 +01:00
96ed788793 cleanup 2023-03-12 08:32:42 +01:00
b5028e03be edit plots 2023-03-12 08:24:16 +01:00
b56b4c231e experiment with different dragHandle positions 2023-03-11 15:24:39 +01:00
e3945a4d33 edit dashboard and text widgets 2023-03-11 15:22:33 +01:00
6c62436753 fix adding of plots 2023-03-09 20:13:55 +01:00
0bd22233a1 fix more stuff Angular broke 2023-03-08 19:36:50 +01:00
4b4932a636 fix more bugs introduced by Angular 15 2023-03-08 19:25:31 +01:00
6474b5e3c6 replace legacy component 2023-03-08 19:09:30 +01:00
62cb88e505 delete dashboards 2023-03-05 18:12:31 +01:00
10c982c8bc move dashboard elements and store the order 2023-03-05 16:16:54 +01:00
77c576c434 zoom-in cursor for dashboard plots 2023-03-04 12:22:23 +01:00
8f369d9943 remove old way of rendering images 2023-03-04 10:56:05 +01:00
9e53022b4a show fullscreen image 2023-03-04 09:48:29 +01:00
c57b53ccc6 show info message if no dashboard available 2023-03-03 19:02:34 +01:00
a8cd94f47e improve error messages 2023-03-02 17:56:23 +01:00
b3509e062b show error message when dashboard cannot be loaded 2023-03-02 17:42:01 +01:00
66da69a57a various stuff 2023-02-27 19:59:43 +01:00
bd1b4fb655 show image in dashboard 2023-02-26 18:38:27 +01:00
fb5c8ea019 first step to show plot on dashboard 2023-02-26 14:07:19 +01:00
ea3ccabe56 focus first input element in dialogs 2023-02-26 09:46:35 +01:00
3a28e03b6a make main toolbar look a little bit more modern 2023-02-26 09:32:08 +01:00
a2945d2d9b adding dashbord 2023-02-26 08:18:53 +01:00