Commit 1a79274
EUCAIM Frontend release (#19)
* feat: tooltip option 1
option using small icon to display tooltip text
* fix: wrong line
* chore(ci): update dev ci to new ci pipeline by using default arguments for push-to and target
* refactor: tooltip text
added longer tooltip text
Co-authored-by: Tobias Kussel <TKussel@users.noreply.github.com>
* fix: npm audit
updated all high and medium severity vulnerabilities. (Svelte had to be updated which needed an aditional <tbody> in ResultTable, and some other things for lint to pass)
* fix: fixes for vite
* fix: use cookie ^1.1.1 for security issue
SvelteKit 2.49.2 has cookie 0.6.0 wich has a security issue. The cookie inside the SvelteKit will probably be updated with version 3, then this workaround is no longer needed. see: sveltejs/kit#12767
* fix: remove unused css
Co-authored-by: Tobias Kussel <TKussel@users.noreply.github.com>
* chore: remove unused variables (#17)
* chore: remove unused variables
* fix: npm audit for lens verify new code
* fix: reset changes to package-lock.json
---------
Co-authored-by: Tobias Kussel <tobias.kussel@dkfz-heidelberg.de>
* feat(backend): Make sites optional for spot backend (#12)
* chore: update Svelte and related dependencies (#16)
* chore: update Svelte and related dependencies
Bump Svelte to version 5.46.4 and update @sveltejs/kit and devalue to their latest versions.
* fix: for run npm ci
* fix: add spot sites to env for dev environment (#20)
* fix: use package-lock in dockerfile and copy node_modules (#21)
---------
Co-authored-by: Klein <paola.klein@dkfz-heidelberg.de>
Co-authored-by: paola klein <56866655+paolaklein@users.noreply.github.com>1 parent 236aa9d commit 1a79274
File tree
16 files changed
+1032
-2238
lines changed- .github/workflows
- .husky
- src
- components
- config
- services
- static/config
16 files changed
+1032
-2238
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
0 commit comments