Ciarán Ainsworth
|
2934f0b407
|
Update all views
|
2022-11-28 10:16:58 +00:00 |
Ciarán Ainsworth
|
db9986e7b9
|
Add all missing strings
|
2022-11-28 10:16:58 +00:00 |
wvffle
|
edfbf94313
|
Add eslint rules for i18n
|
2022-11-28 10:16:58 +00:00 |
wvffle
|
ebea32faf9
|
Replace gettext with i18n
|
2022-11-28 10:16:58 +00:00 |
wvffle
|
b17941fc44
|
Fix eslint
|
2022-09-06 09:26:36 +00:00 |
wvffle
|
436a76928f
|
Resolve most type conflicts
|
2022-09-06 09:26:36 +00:00 |
wvffle
|
74d1a0a03e
|
Migrate rest of the components
|
2022-09-06 09:26:36 +00:00 |
wvffle
|
ee975e5854
|
Add error handler in all unhandled places
|
2022-09-06 09:26:36 +00:00 |
wvffle
|
4c02478470
|
Fetch all user info on startup
|
2022-09-06 09:26:36 +00:00 |
wvffle
|
09c1aba30d
|
Rename <modal> to <semantic-modal>
|
2022-09-06 09:26:36 +00:00 |
wvffle
|
0251789f82
|
Fix a bunch of typescript errors
|
2022-09-06 09:26:36 +00:00 |
wvffle
|
77594351ae
|
Remove PlayOptions and Report mixins
|
2022-09-06 09:26:36 +00:00 |
wvffle
|
442f9ce0d7
|
Fix v-if keys
|
2022-09-06 09:26:36 +00:00 |
Kasper Seweryn
|
0b53ec5b1c
|
Add store types and fix other type errors
|
2022-09-06 09:26:36 +00:00 |
Kasper Seweryn
|
2f80e0935f
|
Migrate a couple of components to new v-model and cleanup linting stuff
|
2022-09-06 09:26:36 +00:00 |
Kasper Seweryn
|
d6a46f5aab
|
Remove required=false and disabled=false attributes
|
2022-09-06 09:26:36 +00:00 |
Kasper Seweryn
|
2f8f7cbafa
|
Refactor withDefaults
|
2022-09-06 09:26:36 +00:00 |
Kasper Seweryn
|
57aef1001e
|
Remove deprecated slot syntax
|
2022-09-06 09:26:36 +00:00 |
Kasper Seweryn
|
1234e61e14
|
Remove exact prop from router links
|
2022-09-06 09:26:36 +00:00 |
Kasper Seweryn
|
3915716dd6
|
Fix modals
|
2022-09-06 09:26:36 +00:00 |
Kasper Seweryn
|
74ca3b1725
|
Migrate to vuex@4 and vue-router@4
|
2022-09-06 09:26:36 +00:00 |
Kasper Seweryn
|
f61fafec2a
|
Remove '@/'
|
2022-09-06 09:26:36 +00:00 |
Ciaran Ainsworth
|
08d6772392
|
Fix broken imports
|
2022-02-21 17:27:00 +01:00 |
Georg Krause
|
e9c4bfe947
|
Start migration to vite
|
2022-02-21 15:07:07 +01:00 |
Georg Krause
|
8ee9a536e1
|
Lint the frontend code
|
2021-12-06 11:35:20 +01:00 |
Ciarán Ainsworth
|
1a362a2495
|
Prevent open redirect on login
|
2021-07-26 18:54:14 +00:00 |
jovuit
|
f661e3a078
|
Reviewed comments on source strings on Weblate and modified source strings accordingly if needed
Replaced "email" with "e-mail address" when needed
|
2021-06-17 15:55:12 +00:00 |
Agate
|
36631439fa
|
Merge branch 'remote-link' into 'develop'
Added link to origin pod for track, album, artist, profile, channel and library
See merge request funkwhale/funkwhale!1219
|
2020-08-28 20:47:17 +02:00 |
Agate
|
89037a76db
|
Added link to origin pod for track, album, artist, profile, channel and library
|
2020-08-28 20:41:42 +02:00 |
Agate
|
482647dab9
|
Fix #1210: Enforce authentication when viewing remote channels, profiles and libraries
|
2020-08-28 20:19:08 +02:00 |
Agate
|
1cc5ed8871
|
Resolve "Ensure all buttons in the application are operable using only the keyboard"
|
2020-08-04 13:22:31 +02:00 |
Agate
|
3533ba889f
|
Fixed UI crash due to accessing wrong cover
|
2020-08-04 11:30:26 +02:00 |
Agate
|
e271851f67
|
See #1100: clean compat and XXX in the code
|
2020-08-03 15:47:14 +02:00 |
Ciarán Ainsworth
|
8c3c19796c
|
Resolve "Add alt tags to existing images"
|
2020-08-01 19:07:06 +02:00 |
Ciarán Ainsworth
|
33ba92a0d6
|
Contrast and labelling fixes
|
2020-08-01 11:11:51 +02:00 |
Agate
|
926e695576
|
Fix #407: Confirm email without requiring the user to validate the form manually
|
2020-07-06 13:01:27 +02:00 |
Agate
|
a3fa2793fc
|
Fixed broken authorize screen
|
2020-07-04 11:33:03 +02:00 |
Agate
|
86b90ec716
|
Fix #1121: Use semantic headers for accessibility
|
2020-07-03 14:20:47 +02:00 |
Agate
|
d4028450a9
|
Plugins infrastructure
|
2020-07-03 10:59:12 +02:00 |
Agate
|
fc9c2b4a1d
|
Merge branch 'master' into develop
|
2020-06-19 21:42:12 +02:00 |
Agate
|
cb3d12a34a
|
Fix #1134: Use role=alert on forms/toast message to improve accessibility
|
2020-06-19 21:30:07 +02:00 |
Agate
|
566da673da
|
See #1108: support using OAuth instead of JWT in front when logging in to a different domain
|
2020-05-18 14:55:15 +02:00 |
Agate
|
cd422832dd
|
New theming system
|
2020-05-15 14:12:36 +02:00 |
Agate
|
5913baeb57
|
Fix #1079: fixed another z-index issue with dropdowns
|
2020-04-22 09:58:20 +02:00 |
Eliot Berriot
|
02d2e4e1c0
|
See #1060: moved radio button to a better spot, in activity tab
|
2020-03-26 09:43:02 +01:00 |
Eliot Berriot
|
cd63646f39
|
Fix #1060: Added a new radio based on another user listenings
|
2020-03-25 22:40:07 +01:00 |
Eliot Berriot
|
b166182762
|
Resolve "Support browsing a specific library content"
|
2020-03-04 22:18:28 +01:00 |
Eliot Berriot
|
c2eeee5eb1
|
See #170: fetching remote objects
|
2020-03-02 17:23:03 +01:00 |
Eliot Berriot
|
e59cc33378
|
First round of improvements to channel management:
- use modals
- less proeminent button
- field styling/labels
|
2020-02-23 15:31:03 +01:00 |
Eliot Berriot
|
95497e76ac
|
See #170: channels ui (listeners)
|
2020-02-05 15:06:07 +01:00 |