Johannes Zellner
b6023afb29
Silence most dashboard sass deprecation warnings
2024-10-30 19:29:24 +01:00
Johannes Zellner
25462d3290
pankow support dropdown buttons so use that in filemanager
2024-10-30 13:05:24 +01:00
Johannes Zellner
a9207b392b
Folder creation is a query arg not body param
2024-10-30 13:01:26 +01:00
Johannes Zellner
c0f3c3bd2b
dashboard: update dependencies
2024-10-30 12:28:07 +01:00
Johannes Zellner
6b4a81e471
dashboard: bring back cache busting for old script included assets
2024-10-27 12:10:00 +01:00
Girish Ramakrishnan
1b22ea661c
avatar: deliver .png images
...
this is required for mastodon atleast. if the oidc avatar url, returns
an svg, it crashes!
the profile pic png was created using inkspace:
inkscape -w 96 -h 96 avatar-default-symbolic.svg -o avatar-default-symbolic.png
2024-10-18 22:39:18 +02:00
Johannes Zellner
a3a807f22c
Ensure we stick to dark background in dark mode
2024-10-18 18:33:38 +02:00
Johannes Zellner
06a23951c9
Use flexbox for sysinfo layout
2024-10-15 19:49:17 +02:00
Johannes Zellner
727d4876f5
Mobile fixes for volumes
2024-10-15 19:35:24 +02:00
Johannes Zellner
f5a43786c2
Fix mobile view for services
2024-10-15 19:24:05 +02:00
Johannes Zellner
30967af8ec
Fixup most mobile issues for eventlog
2024-10-15 19:19:16 +02:00
Johannes Zellner
ccd892708b
Hide wide summary for mail domains on mobile
2024-10-15 18:56:36 +02:00
Johannes Zellner
8cf3e38b27
Rework all section headers to deal with mobile wrapping
2024-10-15 18:46:51 +02:00
Johannes Zellner
4685f42045
fixup backups view for mobile
2024-10-15 17:50:46 +02:00
Johannes Zellner
e6232189e7
use flexbox for appstore toolbar
2024-10-15 17:47:59 +02:00
Johannes Zellner
6e12d06343
Use flexbox for profile panel instead of old boostrap grid
2024-10-15 17:27:58 +02:00
Johannes Zellner
d02b6d90cc
Update translation
2024-10-15 15:51:27 +02:00
Johannes Zellner
d10e9d7098
Fix api token list on mobile
2024-10-15 15:31:45 +02:00
Johannes Zellner
57b0cca6ab
Give headers more space on mobile
2024-10-15 15:26:10 +02:00
Johannes Zellner
fc565fd818
Give mobile navbar menu a shadow to elevate it from the content
2024-10-15 14:41:10 +02:00
Johannes Zellner
4e0c439c6f
Close navbar in mobile if item is selected
2024-10-15 13:16:50 +02:00
Johannes Zellner
39220ba408
Do not remove all card padding on mobile
2024-10-15 13:05:33 +02:00
Johannes Zellner
ce611c4773
dashboard: only open the cloudron detail page to create a subscription
2024-10-12 18:52:49 +02:00
Johannes Zellner
9b8994fe43
dashboard: fix changing views from appstore view after installation
2024-10-11 11:28:08 +02:00
Johannes Zellner
64e60c106b
Produce a static theme.css for oidc login views
2024-10-09 12:52:22 +02:00
Girish Ramakrishnan
ce5a2b1f0a
gandi: use PAT token instead
...
https://api.gandi.net/docs/authentication/
2024-10-08 17:51:01 +02:00
Johannes Zellner
d68d5d5c51
Since dashboard is of type module we need to add correct common js extensions
2024-10-08 17:23:52 +02:00
Johannes Zellner
5a3460efb7
mimer.js is not used at all
2024-10-07 20:54:08 +02:00
Johannes Zellner
edf5ddf027
Remove not required autofill polyfill
2024-10-07 20:50:01 +02:00
Johannes Zellner
982714fa4c
We are not exporting this via git or so
2024-10-07 20:42:32 +02:00
Johannes Zellner
90ee525be7
Remove old unused dashboard scripts
2024-10-07 20:41:37 +02:00
Johannes Zellner
600323e027
Remove unused bootstrap files
2024-10-07 20:37:53 +02:00
Johannes Zellner
46a8b59196
Fixup mobile view for app list
2024-10-07 16:53:31 +02:00
Johannes Zellner
f96ae1a1de
mobile fixes for search and filter bar
2024-10-07 16:48:31 +02:00
Johannes Zellner
8894ec3019
Fix navbar menu with background set
2024-10-07 16:05:25 +02:00
Johannes Zellner
6f914a8d6b
Handle scss files with vite also
2024-10-07 14:56:49 +02:00
Johannes Zellner
9f06b91399
Merge remaining frontend into dashboard
2024-10-04 21:37:17 +02:00
Johannes Zellner
9d7f12952d
Move terminal.html to dashboard
2024-10-04 21:04:08 +02:00
Johannes Zellner
bc4e6ab1de
Move logs.html from frontend to dashboard
2024-10-04 20:47:49 +02:00
Johannes Zellner
2300e1baee
Fully replace gulp with vite
2024-10-04 17:43:45 +02:00
Johannes Zellner
1b00e0f254
Multiselect now works with vite
2024-10-04 16:38:36 +02:00
Johannes Zellner
6534e99103
Make it possible to use a dynamic api endpoint for local development
2024-10-04 15:22:11 +02:00
Johannes Zellner
ac98895e15
noto font is imported as module
2024-10-04 15:14:58 +02:00
Johannes Zellner
4e0961ae5a
Translation files are now in public/
2024-10-04 15:06:30 +02:00
Johannes Zellner
7669b77069
Some cleanup
2024-10-04 15:01:32 +02:00
Johannes Zellner
529d5b0b7b
We use chartjs directly
2024-10-04 14:51:22 +02:00
Johannes Zellner
6edc482aad
We don't target very old browsers anymore
2024-10-04 14:49:49 +02:00
Johannes Zellner
8fce81a264
Initial vite support for dashboard
2024-10-04 14:30:44 +02:00
Girish Ramakrishnan
b70747de6f
Add Cloudron Container Registry as option
2024-09-26 20:35:28 +02:00
Johannes Zellner
1c58f9aa5a
dashboard: another small padding fix
2024-09-25 21:36:37 +02:00