Wykres commitów

7935 Commity (6990e80bdc36f508b8bfed031b51a417c1d5635c)

Autor SHA1 Wiadomość Data
upsiflu 6990e80bdc 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
2024-11-26 12:59:11 +01:00
upsiflu fef8a8b4fd chore(i18n): Integrate Ui translations (vui namespace) #2355 2024-11-25 10:55:05 +01:00
ArneBo e2de262da2 (chore):switch to development branch of ui 2024-11-07 10:08:20 +01:00
ArneBo b4e5afa20c refactor: continue replacing artist card and widget 2024-11-06 13:50:09 +01:00
ArneBo d18495e7c0 (refactor): replaced album cards 2024-11-06 13:22:34 +01:00
upsiflu 0386528fea feat(front): Load fallback image from album (feature was present in components/audio/artist/Card.vue) 2024-11-06 12:39:52 +01:00
upsiflu 36a14dcc73 refactor(Ui): Move style into component 2024-11-06 12:39:52 +01:00
ArneBo de95fd07ba fix: correct paths in frontend 2024-11-06 12:06:35 +01:00
upsiflu b1307d54b9 fix(style): Remove classes that were overriding new Artist Card styles 2024-11-06 09:26:07 +01:00
upsiflu 54e3fefce9 fix(style): explicit import unneeded (styles are already globally loaded) 2024-11-06 09:12:36 +01:00
upsiflu b27d777e58 dx: Paths in frontend templates: shorten 2024-11-06 09:11:32 +01:00
jon r 6a6996cd12 Paths in frontend templates to find the source files. Move non-abstract external UI components into this repo. ArtistCard working, with missing css 2024-11-05 13:43:30 +01:00
jon r f737400eb5 fix(front/hmr): ui from NPM + HMR default config
Co-Authored-By: upsiflu@gmail.com
Co-Authored-By: arne@ecobasa.org
2024-10-29 20:37:59 +01:00
ArneBo b61dfd4349 vue: activate HMR on localhost:8080 2024-10-29 12:49:05 +01:00
ArneBo 34ae6806f3 update docker image, mount ui outside of repo, scrap build routine 2024-10-29 12:46:23 +01:00
ArneBo d433d76453 switched to git commit for funkwhale/ui 2024-10-25 13:04:45 +02:00
ArneBo d9efd14bec experimental shadow package from ui components 2024-10-24 12:57:12 +02:00
ArneBo 3b001271e6 WIP Replacing Cards 2024-10-24 10:38:22 +02:00
upsiflu 68f14bba42 feat(ui): Select upload destination with funkwhale-ui Card component 2024-10-23 12:29:08 +02:00
ArneBo 9c2ecaae59 (feat)DX vite devtools for non chrome browser vue debugging 2024-10-21 15:13:34 +02:00
upsiflu 4076132ee1 chore(gitigore): ignore node version 2024-10-21 15:13:29 +02:00
jon r 21494f3111 chore(api): makemigrations --merge + black 2024-10-21 15:13:22 +02:00
upsiflu 7d1f28a25a fix(front): comment out broken import (revisit!) 2024-10-21 15:13:16 +02:00
upsiflu 287d244eb1 fix(front): add missing imports 2024-10-21 15:13:10 +02:00
upsiflu def265a6ca fix(api/migrations): makemigrations --merge
Co-Authored-By: jon r <jon@allmende.io>
2024-10-21 15:13:05 +02:00
upsiflu 87dc80fc89 chore(front/package): add @funkwhale/ui library
Co-Authored-By: jon r <jon@allmende.io>
2024-10-21 15:12:59 +02:00
wvffle 7f58b88db9 feat(ui): connect upload page to real backend 2024-10-21 15:12:54 +02:00
Kasper Seweryn ccef52a58a fix(sidebar): fix quick settings issues 2024-10-21 15:12:48 +02:00
Kasper Seweryn b1c479ccef fix: fix most linting errors 2024-10-21 15:12:44 +02:00
Georg Krause 6d00aa28c0 wip: add v2 upload endpoint 2024-10-21 15:12:38 +02:00
Georg Krause 67b43e73d1 feat: Add createdAt and ownership to upload groups 2024-10-21 15:12:33 +02:00
Georg Krause 59fa9ad89d test: Patch environment to increase test stability 2024-10-21 15:12:25 +02:00
Georg Krause 3833e9add8 fix: Allow upload group to be empty for remote uploads 2024-10-21 15:12:15 +02:00
Georg Krause 5b3010d4c1 fix: Use Related Factory to implicitly create upload groups 2024-10-21 15:12:08 +02:00
Georg Krause 21d8edc91f feat: Assign upload groups to existing and news v1 uploads 2024-10-21 15:12:03 +02:00
Georg Krause d6ddbc901d feat: Implement upload groups 2024-10-21 15:11:58 +02:00
Kasper Seweryn e9ed94833a feat: create router for UI v2 2024-10-21 15:11:51 +02:00
Kasper Seweryn c39edeb19f feat: add missing upload views 2024-10-21 15:11:44 +02:00
Kasper Seweryn 061cb81d70 feat: add upload groups 2024-10-21 15:11:37 +02:00
Kasper Seweryn 070ab28ed1 feat: add sidebar 2024-10-21 15:11:32 +02:00
Kasper Seweryn 5bd5134551 feat(upload): spawn worker dynamically, when uploading 2024-10-21 15:11:25 +02:00
Kasper Seweryn c2da023c64 chore: remove accidentially commited files 2024-10-21 15:11:09 +02:00
Kasper Seweryn 9002ae1aab feat: add upload logic 2024-10-21 15:10:55 +02:00
petitminion 2f0b342866 disable some linter rule to avoid noise on the api lint process (#2346) 2024-10-21 11:06:43 +00:00
jon r 1e6e6923d2 fix(DX): Docker mac compatibility, dynamic DNS + Debian image (#2337 #1691) 2024-10-21 08:57:15 +00:00
Ciarán Ainsworth 4a74c2f5d0 Add upload groups to upload spec 2024-09-02 11:04:54 +00:00
vincent carter 345607cca3 listening port was hardcoded, no matter what the FUNKWHALE_API_PORT env var was set to, API would only listen on 5000. added env var to command to fix issue. 2024-08-29 15:11:15 +00:00
petitminion 4a11f9b58d spec-playlist-federation 2024-08-29 14:34:07 +00:00
petitminion 3b5de1a32d Supporting multi-artist per tracks/albums (#1568) 2024-08-29 14:11:35 +00:00
petitminion 007fe3b192 Resolve "Forbidden tags added to tracks in import process" 2024-08-27 20:45:45 +00:00