64725de8b9
use the primary color (blue) for save buttons instead of the Amazon orange
2024-10-13 19:42:39 +02:00
768962aa43
remove daterangepicker and moment JS
...
I replaced moment with luxon.
And I am working on my own date picker.
2024-10-13 19:05:46 +02:00
1fd7becf9a
remove unused imports after adding lazy loading
2024-10-13 18:43:44 +02:00
e292587a36
update router to use standalone components and lazy loading
2024-10-13 10:54:33 +02:00
8fef666183
step 3 - Bootstrap the application using standalone APIs
...
see https://v17.angular.io/guide/standalone-migration
I executed
ng g @angular/core:standalone
and select "Bootstrap the project using standalone APIs"
Note Step 2 did not change any files.
2024-10-13 10:22:18 +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
42751f84d4
remove head-box dif, because it is unnecessary
2024-09-28 10:35:15 +02:00
39d7c029ea
remove debug output for absolute date
2024-09-28 10:28:28 +02:00
f072185074
nicer placement of the date picker
2024-09-28 10:26:53 +02:00
122ba11a79
remove debugger
2024-09-28 10:26:38 +02:00
8f765dd478
remove date picker test component
2024-09-28 09:12:31 +02:00
3ac021e45f
ng update @angular/material@18
2024-07-28 12:17:53 +02:00
c199eae4ff
g update @angular/core@18 @angular/cli@18
2024-07-28 12:17:00 +02:00
6073dd0779
fix compile errors after angualr 17 update
2024-07-28 12:14:19 +02:00
a69fe09464
more updates to handle date ranges with my custom range language
2024-07-27 13:19:35 +02:00
21a84b5223
use date picker in visualization page
2024-05-05 10:22:45 +02:00
6d6b6ba00c
add date picker component
2024-04-25 09:41:10 +02:00
6b8e3d2089
add component for a custom date picker that also knows relative date ranges like 'last month'
2024-03-31 14:48:33 +02:00
b0467c4571
better scrolling of legend
2023-10-03 14:12:59 +02:00
a64e851c33
define max size for legend
2023-10-01 14:33:52 +02:00
96955e0515
remove moment from angular build
2023-09-30 20:26:06 +02:00
43e13b53b1
make the legend movable
...
The legend ("key" in Gnuplot speak) is no longer part of the image.
Instead it is a floating&movable overlay.
In the gallery we still use the legend/key in the image.
2023-09-30 17:12:49 +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
6d2e8da805
add more icons we might need some time
2023-03-18 09:54:03 +01:00
53e7a21602
show edit of title and descr only when hovering
2023-03-18 09:46:03 +01:00
b6045eda22
open visualization page with settings
2023-03-18 09:42:04 +01:00
6d8af4fdc6
hide gallery when it is not active
2023-03-17 17:08:55 +01:00
359c17bf29
add unit type for bytes
2023-03-17 16:53:34 +01:00
686e3edd60
last 3 month does not include current month
2023-03-16 19:08:47 +01:00
2310c2ab0d
position invaders after screen resize
2023-03-16 18:55:19 +01:00
a6fbd0c60d
show invaders again during plotting
2023-03-16 18:20:35 +01:00
e543e0b388
form validation for new dashboard dialog
2023-03-14 20:09:36 +01:00
882f04d893
set focus the new way
2023-03-13 19:41:42 +01:00
da4a95e5ed
fill intervalUnit when editing plot
2023-03-13 19:39:00 +01:00
4679da480c
replace randomUUID with something that is available in real live
2023-03-12 20:15:29 +01:00
1ca4f18e3d
a somewhat working example of a dashboard
2023-03-12 17:33:26 +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
44aed2883d
edit name and description on dashboard page
2023-03-12 08:52:54 +01:00
96ed788793
cleanup
2023-03-12 08:32:42 +01:00
b5028e03be
edit plots
2023-03-12 08:24:16 +01:00