Commit Graph

27 Commits

Author SHA1 Message Date
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