Ciarán Ainsworth
592e53486f
Start using vue-18n in templates
2022-11-28 10:16:58 +00:00
wvffle
ebea32faf9
Replace gettext with i18n
2022-11-28 10:16:58 +00:00
wvffle
d90f41ec51
Fix some linting problems
2022-10-30 19:20:32 +01:00
wvffle
e7da8b5f43
Resolve some TODOs
2022-09-06 09:26:36 +00:00
wvffle
5ea5ad3c2a
Use navigation guards and migrate a couple of components
2022-09-06 09:26:36 +00:00
Kasper Seweryn
b3022c26b6
Add onKeyboardShortcut composable
...
Fixes #1726
2022-09-06 09:26:36 +00:00
Kasper Seweryn
f61fafec2a
Remove '@/'
2022-09-06 09:26:36 +00:00
Kasper Seweryn
2b40707f4f
Cleanup a lot of stuff
...
I've replaced `lodash` with `lodash-es`, so it can be tree-shaken
`~/modules` is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff
`~/composables` is a directory with our custom composables. Much like `~/utils` but each util is in its own file
2022-09-06 09:26:36 +00:00
Kasper Seweryn
5f319db268
Remove console.log
2022-02-21 23:48:55 +01:00
Kasper Seweryn
94af589757
Fix jQuery and semantic ui
2022-02-21 23:38:51 +01:00
Kasper Seweryn
80ed06db04
Remove @/lodash.js
...
Vite handles tree shaking out of the box, so cherry picking modules is
now pointless
2022-02-21 22:49:02 +01:00
Ciaran Ainsworth
08d6772392
Fix broken imports
2022-02-21 17:27:00 +01:00
Georg Krause
8ee9a536e1
Lint the frontend code
2021-12-06 11:35:20 +01:00
Ciarán Ainsworth
33ba92a0d6
Contrast and labelling fixes
2020-08-01 11:11:51 +02:00
Agate
667d9d2ba6
Resolve "UX, UI : Search Page"
2020-07-31 15:10:16 +02:00
Agate
50e392d8de
Fix #1153 : post issue on some URLs due to missing CSRF token
2020-06-09 14:32:02 +02:00
Agate
15dfca1c55
Merge branch 'master' into develop
2020-06-05 06:33:33 +02:00
Agate
6d3ad11fd6
Ensure firefox password manager dont autofill username in search bar ( #1090 )
2020-06-05 06:18:47 +02:00
Agate
cd422832dd
New theming system
2020-05-15 14:12:36 +02:00
Eliot Berriot
deb1f35779
See #170 : subscribe to 3d-party RSS feeds in Funkwhale
2020-03-13 12:16:51 +01:00
Eliot Berriot
c2eeee5eb1
See #170 : fetching remote objects
2020-03-02 17:23:03 +01:00
Eliot Berriot
7819c60164
Updated front dependencies
2020-02-25 15:46:47 +01:00
Eliot Berriot
95497e76ac
See #170 : channels ui (listeners)
2020-02-05 15:06:07 +01:00
Eliot Berriot
e15d806634
Resolve "Redesign the sidebar/navigation to simplify the UI"
2019-12-26 11:38:26 +01:00
Renon
8a37ac0f34
Resolve "No feedback when search does not raise any result"
2019-11-11 11:32:07 +01:00
Eliot Berriot
fe8448e2a4
Use ellipsis instead of three dots in translations
2019-10-01 13:54:25 +02:00
Eliot Berriot
08177b53c6
Improve display of search results by including artist and album data
2019-07-25 14:30:05 +02:00
Eliot Berriot
e21e0e50d1
See #432 : added tag search in sidebar
2019-07-18 15:26:30 +02:00
Ciarán Ainsworth
ee255783a2
Pressing return on searchbar to search for artists
2019-07-02 09:27:07 +02:00
Ciarán Ainsworth
f4365f68c2
Resolve "Add new keyboard shortcuts"
2019-06-25 17:48:01 +02:00
jovuit
86534e7392
Common context for duplicates
...
Removes unnecessary `...` for more coherence
2019-03-18 10:07:58 +01:00
Jo Vuit
3573ae6cc6
Added context strings
2019-02-11 16:29:24 +01:00
Eliot Berriot
4256d554e3
Fix #686 : Added name attributes on all inputs to improve UX, especially with password managers
2019-01-26 18:06:19 +01:00
Allan Nordhøy
5a40981e53
Various spelling
2019-01-11 15:54:32 +01:00
Eliot Berriot
265c3cded6
Localized some strings
2018-07-01 22:15:07 +02:00
Eliot Berriot
10ce077334
Fixed broken urls (wrong absoluteUrl refactor) on search and metadata search
2018-06-24 15:13:20 +02:00
Eliot Berriot
2e3a2cd6dd
See #327 : Cleaned now unused backend.absoluteUrl and config module
2018-06-23 07:57:09 +02:00
Eliot Berriot
4298c4236e
Fixed #119 : forced redirection to login even with API_AUTHENTICATION_REQUIRED=False
2018-03-15 22:34:20 +01:00
Eliot Berriot
e67e290325
Romoved unwanted space and margin in sidebar header
2018-02-18 14:42:18 +01:00
Eliot Berriot
a703b26ac2
Responsive sidebar with a collapse/reveal button on smaller screens
2018-02-15 22:37:40 +01:00
Eliot Berriot
62a7d9091e
Now persist/restore queue/radio/player state automatically
2017-12-24 22:49:21 +01:00
Eliot Berriot
b5ce65fc3e
Now use vuex to manage state for authentication
2017-12-23 17:47:13 +01:00
Eliot Berriot
74926114e4
Updated library routes to handle both detail and browse views
2017-12-12 23:27:17 +01:00
Eliot Berriot
aa80bd15fa
Fixed #4 : can now import artists and releases with a clean interface :party:
2017-07-09 11:33:33 +02:00
Eliot Berriot
76f98b74dd
Initial commit that merge both the front end and the API in the same repository
2017-06-23 23:00:42 +02:00