Commit Graph

1817 Commits

Author SHA1 Message Date
Kasper Seweryn 2482844438 lint: fix linting
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2552>
2023-08-23 12:52:12 +00:00
Kasper Seweryn 1cbc7e4951 fix(podcasts): make pagination reactive
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2552>
2023-08-23 12:52:12 +00:00
Kasper Seweryn b047c50284 fix(podcasts): fix short description (#2206)
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2552>
2023-08-23 12:52:12 +00:00
Kasper Seweryn b64ca34fd7 fix(useMarkdown): fix parsing multiple links
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2552>
2023-08-23 12:52:12 +00:00
Kasper Seweryn fc979983ca fix(logger): don't color when running tests
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2552>
2023-08-23 12:52:12 +00:00
Kasper Seweryn 7037b708b4 fix(front): fix `ordering=+title`
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2548>
2023-08-05 14:44:22 +02:00
Kasper Seweryn 9abdcb5ff7 refactor(front): rename logger timing stop functions to `measureLoading`
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2535>
2023-07-26 10:05:55 +00:00
Kasper Seweryn d1f9a99e1b chore(front): remove unused dependency and add eslint rule to prevent console usage
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2535>
2023-07-26 10:05:55 +00:00
Kasper Seweryn b59e29883f feat(front): use logger instead of console.log
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2535>
2023-07-26 10:05:55 +00:00
Kasper Seweryn 93bf644d2c fix(front): resolve initialization race condition
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2534>
2023-07-26 07:55:39 +00:00
Kasper Seweryn 4525d083af fix: avoid sending language settings multiple times
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2534>
2023-07-26 07:55:39 +00:00
Kasper Seweryn 9625732b08 fix(queue): clear shuffled id list when queue is cleared
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2531>
2023-07-26 07:30:10 +00:00
Kasper Seweryn b376d66e58 feat(instance): standardize instanceUrl value
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2487>
2023-06-14 21:37:53 +02:00
Kasper Seweryn 05f79c9489 fix(playback): remove disposed sound instance from cache
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2469>
2023-06-13 08:15:58 +00:00
Kasper Seweryn 2aca2f18d5 feat(playback): handle audio play errors
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2469>
2023-06-13 08:15:58 +00:00
Kasper Seweryn 21c67aa39a fix(ui): wait for podcast object to be available before checking if we can see it
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2465>
2023-06-12 12:36:10 +00:00
Kasper Seweryn d5c067724e fix(ui): move modals above all content
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2464>
2023-06-12 12:00:17 +00:00
Kasper Seweryn ad7020cb5a fix(front): clear indexedDB and queue on logout
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2455>
2023-06-12 10:56:51 +00:00
Kasper Seweryn 6d1597637b fix: dynamically add report targets
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2456>
2023-06-12 09:31:34 +00:00
Kasper Seweryn d8d3de23ca fix(search): fix pagination
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2457>
2023-06-12 08:22:55 +00:00
Kasper Seweryn a26b29d434 fix(radio-builder): render Fomantic UI's dropdown content once
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2459>
2023-06-11 22:17:47 +02:00
Georg Krause 9e7a5ebebb style: Remove useless blank line to make linter happy 2023-06-06 09:44:31 +02:00
Keunes b9ad142004 Translated using Weblate (Dutch)
Currently translated at 95.8% (2092 of 2182 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/nl/
2023-05-20 08:45:03 +00:00
Kasper Seweryn ff386f83f2 fix: move queue above sidebar
Fixes b00e92c4ec (note_50584)
2023-05-18 18:49:17 +00:00
Kisel1337 4d0c15add7 Translated using Weblate (Russian)
Currently translated at 99.9% (2181 of 2182 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ru/
2023-05-18 11:49:57 +00:00
Julian Rademacher 5b9d680987 Translated using Weblate (German)
Currently translated at 98.0% (2140 of 2182 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/de/
2023-05-18 11:49:57 +00:00
wvffle 6c95651213 fix: resolve playlist modal issues
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2427>
2023-05-16 20:17:16 +00:00
Kisel1337 1c5aade86a Translated using Weblate (Russian)
Currently translated at 100.0% (2182 of 2182 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ru/
2023-05-16 14:04:11 +00:00
Anton 11bdcbd5ab Translated using Weblate (Russian)
Currently translated at 100.0% (2182 of 2182 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ru/
2023-05-16 14:04:11 +00:00
Anton bce0598100 Translated using Weblate (Russian)
Currently translated at 97.0% (2118 of 2182 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ru/
2023-05-16 09:09:40 +00:00
Kisel1337 d336e4ddc4 Translated using Weblate (Russian)
Currently translated at 97.0% (2118 of 2182 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ru/
2023-05-16 09:09:40 +00:00
Bruno Talanski 5bc2f7e163 Translated using Weblate (Portuguese (Brazil))
Currently translated at 91.2% (1990 of 2182 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/pt_BR/
2023-05-16 09:09:39 +00:00
Anton 8821e3899d Translated using Weblate (Russian)
Currently translated at 96.7% (2112 of 2182 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/ru/
2023-05-12 08:44:57 +00:00
Georg Krause 5627451875 Translated using Weblate (German)
Currently translated at 98.0% (2140 of 2182 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/de/
2023-05-10 17:47:31 +00:00
Kasper Seweryn 3d07d969ff refactor(ui): add comments explaining postponing notification for 36500 days 2023-05-09 20:56:11 +02:00
Kasper Seweryn b00e92c4ec fix(ui): move sidebar above other content 2023-05-08 14:11:41 +00:00
Kasper Seweryn a4def53e99 fix(ui): work around #1981 2023-05-08 14:11:41 +00:00
Kasper Seweryn 78bc8426dd fix: fix notification count 2023-05-08 14:11:41 +00:00
Kasper Seweryn 719c3171f8
feat(front): lint test directory 2023-05-08 12:25:24 +02:00
Kasper Seweryn a8b7e07a86
fix(queue): batch queue splice invocations when reordering items to avoid currentIndex being dumped down due to clamping 2023-05-08 12:25:24 +02:00
Georg krause ea0de43ad6 fix(2054): Crash on opening a play button menu
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372>
2023-05-05 22:16:32 +00:00
Georg krause c7ac66d823 fix(2054): Increase mobile table row padding
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372>
2023-05-05 22:16:32 +00:00
Georg krause 90f93e052e style(2054): Remove unnessessary nesting
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372>
2023-05-05 22:16:32 +00:00
Kasper Seweryn 0cbe567ac1 Simplify Code
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372>
2023-05-05 22:16:32 +00:00
tobifroe e258e6f12b fix(2054): only calculate dropdown position when opening
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372>
2023-05-05 22:16:32 +00:00
tobifroe fe01521c72 fix(2054): add queue item title max width for mobile
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372>
2023-05-05 22:16:32 +00:00
tobifroe 78fa52e103 fix(2054): player/queue-dropdown mobile layout widths
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372>
2023-05-05 22:16:32 +00:00
Matyáš Caras 5d61a951ef Translated using Weblate (Czech)
Currently translated at 100.0% (2182 of 2182 strings)

Translation: Funkwhale/Funkwhale Web
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/cs/
2023-04-06 07:43:08 +00:00
jo 0b33b42210 fix(front): album tracks count i18n
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2389>
2023-03-31 12:28:09 +02:00
Kasper Seweryn fe769b2321 feat(buffer-progress): use 3d translation
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
2023-03-26 12:08:08 +00:00