Commit Graph

250 Commits

Author SHA1 Message Date
andi 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
andi 1fd7becf9a remove unused imports after adding lazy loading 2024-10-13 18:43:44 +02:00
andi e292587a36 update router to use standalone components and lazy loading 2024-10-13 10:54:33 +02:00
andi 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
andi 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
andi 36da503be9 add date picker to dashboard page 2024-09-29 08:11:38 +02:00
andi 42751f84d4 remove head-box dif, because it is unnecessary 2024-09-28 10:35:15 +02:00
andi 39d7c029ea remove debug output for absolute date 2024-09-28 10:28:28 +02:00
andi f072185074 nicer placement of the date picker 2024-09-28 10:26:53 +02:00
andi 122ba11a79 remove debugger 2024-09-28 10:26:38 +02:00
andi f1d7799bf1 update luxon to 3.5.0 2024-09-28 09:18:23 +02:00
andi 680f1bff03 update Angular Material to 18.2 2024-09-28 09:16:56 +02:00
andi fa0315650a update Angular to 18.2 2024-09-28 09:14:31 +02:00
andi 8f765dd478 remove date picker test component 2024-09-28 09:12:31 +02:00
andi 1234560512 update ngx-markdown to be compatible with angular 2024-09-28 08:54:47 +02:00
andi 3ac021e45f ng update @angular/material@18 2024-07-28 12:17:53 +02:00
andi c199eae4ff g update @angular/core@18 @angular/cli@18 2024-07-28 12:17:00 +02:00
andi 6073dd0779 fix compile errors after angualr 17 update 2024-07-28 12:14:19 +02:00
andi fee5eda780 update ngx-markdown 2024-07-28 11:58:01 +02:00
andi cc0db6d732 update angular material to 17 2024-07-28 11:56:46 +02:00
andi f084396e95 update angular cor and cli to 17 2024-07-28 11:55:22 +02:00
andi e4b6eea4b1 angular updates are shit 2024-07-28 11:54:09 +02:00
andi b00ce507ef update to jdk 21 2024-07-27 14:02:37 +02:00
andi a69fe09464 more updates to handle date ranges with my custom range language 2024-07-27 13:19:35 +02:00
andi da210145e6 opt out of analytics 2024-05-05 10:23:33 +02:00
andi 21a84b5223 use date picker in visualization page 2024-05-05 10:22:45 +02:00
andi 6d6b6ba00c add date picker component 2024-04-25 09:41:10 +02:00
andi 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
andi b0467c4571 better scrolling of legend 2023-10-03 14:12:59 +02:00
andi a64e851c33 define max size for legend 2023-10-01 14:33:52 +02:00
andi fefc7411c1 add source-map-explorer 2023-10-01 10:31:51 +02:00
andi 96955e0515 remove moment from angular build 2023-09-30 20:26:06 +02:00
andi 9a41f132f8 angular update to 16 step 4 2023-09-30 18:16:37 +02:00
andi 33c4fe1448 angular update to 16 step3 2023-09-30 17:54:19 +02:00
andi d320ff3d93 angular update to 16 step 2 2023-09-30 17:51:40 +02:00
andi 4ce9cca7e0 angular update to 16 step 1 2023-09-30 17:48:26 +02:00
andi 29215f0410 update gradle node plugin 2023-09-30 17:30:08 +02:00
andi 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
andi f8a199fd6a move edit/delete buttons outside the text 2023-04-04 19:08:52 +02:00
andi 48ae47d050 add second column to dashboard 2023-04-04 19:02:46 +02:00
andi 3386f0994f add preview for markup 2023-04-04 18:46:34 +02:00
andi 75f45c4d87 only show external link icon for external links 2023-03-23 18:14:24 +01:00
andi bacd86d836 add markdown support for text widgets 2023-03-19 20:10:04 +01:00
andi c7af333052 remove title form add/edit plot dialog 2023-03-19 09:18:16 +01:00
andi a3aa62aee2 abort plotting on dashboards 2023-03-19 09:16:50 +01:00
andi 6d2e8da805 add more icons we might need some time 2023-03-18 09:54:03 +01:00
andi 53e7a21602 show edit of title and descr only when hovering 2023-03-18 09:46:03 +01:00
andi b6045eda22 open visualization page with settings 2023-03-18 09:42:04 +01:00
andi 6d8af4fdc6 hide gallery when it is not active 2023-03-17 17:08:55 +01:00
andi 359c17bf29 add unit type for bytes 2023-03-17 16:53:34 +01:00