Commit Graph

40 Commits

Author SHA1 Message Date
4b211e425d convert limit by to standalone component 2024-10-01 19:07:34 +02:00
a81c458775 convert customizable grid to standalone component and add lazy loading 2024-10-01 18:55:24 +02:00
ee0eab22f8 convert help page into standalone component and add lazy loading 2024-10-01 18:47:34 +02:00
05cc0e985a convert upload page to standalone component 2024-10-01 18:38:44 +02:00
6dc5ba1a1e convert main page into standalone component 2024-09-29 13:51:06 +02:00
a6ae8e533e convert new dashboard component to standalone component 2024-09-29 13:11:15 +02:00
8e0572d35b convert date picker to standalone component 2024-09-29 10:10:00 +02:00
697d3664aa convert AddTextDialogComponent into standalone component 2024-09-29 09:34:56 +02:00
8f765dd478 remove date picker test component 2024-09-28 09:12:31 +02:00
c199eae4ff g update @angular/core@18 @angular/cli@18 2024-07-28 12:17:00 +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
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
bacd86d836 add markdown support for text widgets 2023-03-19 20:10:04 +01:00
add30a5ee9 use a drag handle with icon 2023-03-12 17:02:40 +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
9e53022b4a show fullscreen image 2023-03-04 09:48:29 +01:00
fb5c8ea019 first step to show plot on dashboard 2023-02-26 14:07:19 +01:00
a2945d2d9b adding dashbord 2023-02-26 08:18:53 +01:00
54e3edd010 update materials to 15 2022-12-04 09:35:31 +01:00
a1b4c7006d add percentile information if available 2021-04-02 18:29:18 +02:00
08328ec1e5 extract plot detail view into its own component 2020-11-01 19:13:15 +01:00
2b19ec9085 update material 2020-03-29 09:38:24 +02:00
4dc41faeae rename y-axis-range component to y-axis-definition 2020-02-08 12:50:23 +01:00
51ba287ace progress bar and abort for gallery
Generating all images for a gallery view can take
long. It might not be obvious when the computation
is done, because there is no progress indicator.
Fixed by adding a progress bar.

You might want to abort the computation. E.g.
because you already found what you were looking
for or you want to change the parameters.
This can now be done by clicking 'Abort'.
Note, it does not abort the current computation.
2019-11-29 09:57:15 +01:00
771f61a597 add filters for gallery 2019-11-17 18:59:08 +01:00
70fb84d634 add sorting for gallery 2019-11-17 09:36:37 +01:00
73ea635ac1 render gallery items 2019-11-16 15:14:21 +01:00
3022edb1e1 use snackbar to show error messages 2019-11-16 08:57:39 +01:00
5a7cde7815 show plotted images 2019-10-27 08:08:55 +01:00
f235890cc1 prepare sending of plot requests
- values for query and date range were not
  propagated to the model
2019-10-26 10:32:11 +02:00
24bf7c98e3 add limit by 2019-10-19 08:48:21 +02:00
a3099d4981 initial version of the query autocompletion
Missing features at this point:
1. No suggestions when the input gets the focus.
2. Suggestions are not shown after selecting a suggestion.
2019-10-13 10:35:38 +02:00
020c3b6c39 make the drop down for "combine with" dynamic 2019-10-11 09:54:26 +02:00
ca8ee7d8f7 add component for y-axis range 2019-10-10 16:54:02 +02:00
7ca7b80255 create icons for plot types 2019-10-10 12:00:41 +02:00
2787b42c31 adding a few filters (no doing anything yet) 2019-10-09 19:02:34 +02:00
8b42476b72 add pages for uploading and help 2019-10-09 16:11:05 +02:00
65b37e9c67 initial commit of the new UI based on Angular
At this point it is still the example Angular application.
2019-10-08 18:18:24 +02:00