ArneBo
|
b234b79acf
|
fix(ui): remove fomantic post install script
|
2025-01-08 21:28:56 +01:00 |
ArneBo
|
0029107972
|
fix(ui): remove call of external ui from main.ts
|
2025-01-08 21:28:56 +01:00 |
ArneBo
|
3b537a2b85
|
fix(ui): remove fomantic, replace external ui with built stylesheets
|
2025-01-08 21:28:56 +01:00 |
ArneBo
|
d967e91dcc
|
fix(ui): active toggle visible in dark-theme
|
2025-01-08 21:28:56 +01:00 |
upsiflu
|
534c074a4f
|
feat(ui): integrate theme in ui-docs (`yarn docs:dev`)
|
2025-01-08 21:28:55 +01:00 |
upsiflu
|
4fdecbe629
|
fix(ui config): enable vitepress support in editors; upgrade to vue v3.5
This fix enables destructuring for `defineModel` and `defineProps` used
in the ui components
|
2025-01-08 21:28:55 +01:00 |
upsiflu
|
0e045bda11
|
chore(ui): make imports consistent; modernize `useProps` and `useModel`
WIP: #2355
|
2025-01-08 21:28:55 +01:00 |
upsiflu
|
8d54d7b87a
|
chore(front): Replace `defineProp` macro with `defineProps` builtin available in Vue 3.5
|
2025-01-08 21:28:55 +01:00 |
upsiflu
|
215857233a
|
chore(ui): move docs markdown files into ui-docs because vitepress could not access parent directory
|
2025-01-08 21:28:55 +01:00 |
upsiflu
|
744c4b8691
|
feat(ui-docs): implement dev:docs, build:docs and serve:docs (vitepress)
NOTE: type:module added to front/package.json. TODO: Check if app still builds
|
2025-01-08 21:28:55 +01:00 |
upsiflu
|
0edd80ac3b
|
chore(i18n): Integrate Ui translations (vui namespace) #2355
|
2025-01-08 21:28:54 +01:00 |
ArneBo
|
db2eb865b8
|
(chore):switch to development branch of ui
|
2025-01-08 21:28:54 +01:00 |
ArneBo
|
b281d9a85d
|
refactor: continue replacing artist card and widget
|
2025-01-08 21:28:54 +01:00 |
ArneBo
|
36965695d9
|
(refactor): replaced album cards
|
2025-01-08 21:28:53 +01:00 |
upsiflu
|
b2d36abd81
|
feat(front): Load fallback image from album (feature was present in components/audio/artist/Card.vue)
|
2025-01-08 21:28:53 +01:00 |
upsiflu
|
2ea919cd81
|
refactor(Ui): Move style into component
|
2025-01-08 21:28:53 +01:00 |
ArneBo
|
a9b60cc928
|
fix: correct paths in frontend
|
2025-01-08 21:28:53 +01:00 |
upsiflu
|
f9e564fc9b
|
fix(style): Remove classes that were overriding new Artist Card styles
|
2025-01-08 21:28:53 +01:00 |
upsiflu
|
b2deead0ab
|
fix(style): explicit import unneeded (styles are already globally loaded)
|
2025-01-08 21:28:53 +01:00 |
upsiflu
|
b17c929801
|
dx: Paths in frontend templates: shorten
|
2025-01-08 21:28:53 +01:00 |
jon r
|
684fc13f7e
|
Paths in frontend templates to find the source files. Move non-abstract external UI components into this repo. ArtistCard working, with missing css
|
2025-01-08 21:28:53 +01:00 |
jon r
|
fe49c87e57
|
fix(front/hmr): ui from NPM + HMR default config
Co-Authored-By: upsiflu@gmail.com
Co-Authored-By: arne@ecobasa.org
|
2025-01-08 21:28:53 +01:00 |
ArneBo
|
a7407d102e
|
vue: activate HMR on localhost:8080
|
2025-01-08 21:28:53 +01:00 |
ArneBo
|
6db427f463
|
update docker image, mount ui outside of repo, scrap build routine
|
2025-01-08 21:28:53 +01:00 |
ArneBo
|
5e2e1ac40a
|
switched to git commit for funkwhale/ui
|
2025-01-08 21:28:53 +01:00 |
ArneBo
|
fd2ecd4c45
|
experimental shadow package from ui components
|
2025-01-08 21:28:53 +01:00 |
ArneBo
|
658946c15d
|
WIP Replacing Cards
|
2025-01-08 21:28:52 +01:00 |
upsiflu
|
be6df0fc3e
|
feat(ui): Select upload destination with funkwhale-ui Card component
|
2025-01-08 21:28:52 +01:00 |
ArneBo
|
0592a68a2f
|
(feat)DX vite devtools for non chrome browser vue debugging
|
2025-01-08 21:28:52 +01:00 |
upsiflu
|
cec932a2aa
|
chore(gitigore): ignore node version
|
2025-01-08 21:28:52 +01:00 |
jon r
|
71c904e13f
|
chore(api): makemigrations --merge + black
|
2025-01-08 21:28:52 +01:00 |
upsiflu
|
73e5923411
|
fix(front): comment out broken import (revisit!)
|
2025-01-08 21:28:52 +01:00 |
upsiflu
|
4daa3a03af
|
fix(front): add missing imports
|
2025-01-08 21:28:52 +01:00 |
upsiflu
|
c796882b95
|
fix(api/migrations): makemigrations --merge
Co-Authored-By: jon r <jon@allmende.io>
|
2025-01-08 21:28:27 +01:00 |
upsiflu
|
63003b5c1d
|
chore(front/package): add @funkwhale/ui library
Co-Authored-By: jon r <jon@allmende.io>
|
2025-01-08 21:28:27 +01:00 |
wvffle
|
a2adf7ac2b
|
feat(ui): connect upload page to real backend
|
2025-01-08 21:28:27 +01:00 |
Kasper Seweryn
|
1fc39e2955
|
fix(sidebar): fix quick settings issues
|
2025-01-08 21:28:27 +01:00 |
Kasper Seweryn
|
e41b30e6eb
|
fix: fix most linting errors
|
2025-01-08 21:28:27 +01:00 |
Georg Krause
|
df3227edf3
|
wip: add v2 upload endpoint
|
2025-01-08 21:28:27 +01:00 |
Georg Krause
|
78c564ee85
|
feat: Add createdAt and ownership to upload groups
|
2025-01-08 21:28:27 +01:00 |
Georg Krause
|
c93f5ea09d
|
test: Patch environment to increase test stability
|
2025-01-08 21:28:27 +01:00 |
Georg Krause
|
8d162fdaf8
|
fix: Allow upload group to be empty for remote uploads
|
2025-01-08 21:28:27 +01:00 |
Georg Krause
|
b9c09b8331
|
fix: Use Related Factory to implicitly create upload groups
|
2025-01-08 21:28:27 +01:00 |
Georg Krause
|
38151258e7
|
feat: Assign upload groups to existing and news v1 uploads
|
2025-01-08 21:28:27 +01:00 |
Georg Krause
|
e561ea2cbd
|
feat: Implement upload groups
|
2025-01-08 21:28:27 +01:00 |
Kasper Seweryn
|
4f545cee39
|
feat: create router for UI v2
|
2025-01-08 21:23:01 +01:00 |
Kasper Seweryn
|
ef19232f2c
|
feat: add missing upload views
|
2025-01-08 21:22:34 +01:00 |
Kasper Seweryn
|
72b94c2372
|
feat: add upload groups
|
2025-01-08 21:22:34 +01:00 |
Kasper Seweryn
|
3d7ccf8313
|
feat: add sidebar
|
2025-01-08 21:22:34 +01:00 |
Kasper Seweryn
|
acfc4a687b
|
feat(upload): spawn worker dynamically, when uploading
|
2025-01-08 21:20:05 +01:00 |