ArneBo
bbc239b96c
style(front): Section component on explore, small playbutton dropdown-only's
2025-02-05 12:26:23 +01:00
ArneBo
2562f5b1ab
refactor(front): Use section on explore
2025-02-05 00:41:06 +01:00
ArneBo
d76191a188
refactor(ui): roll back of activity component, use iterated arrays for track details
2025-01-31 17:13:29 +01:00
ArneBo
1b679025db
fix(front): rollback watched trackwidget coverUrl fallbacks
2025-01-30 00:00:01 +01:00
ArneBo
17415093f1
refactor(front): use header and section components on explore
2025-01-29 18:15:32 +01:00
ArneBo
d045478804
[WIP] refactor(front): Channels page
2025-01-26 00:46:57 +01:00
ArneBo
c57b47bdd3
chore(front): Update track detail views with new components
2025-01-21 21:21:15 +01:00
ArneBo
fc10fca736
fix(front): Correct fallback cover images for activity list in user profile
2025-01-20 14:02:41 +01:00
ArneBo
4022f6a620
feat(front): Userprofile listening activity
2025-01-19 14:09:38 +01:00
ArneBo
5eef4692e1
[WIP] replace buttons with new ui component
2025-01-08 21:34:01 +01:00
upsiflu
ebc85d2a19
fix(ui): [WIP] import TagsList explicitly
2025-01-08 21:31:40 +01:00
ArneBo
edad84b0b6
consistent use of i18n for translations, replace , and global variables with local definitions
2025-01-08 21:30:13 +01:00
petitminion
9804de3650
User follow with trackfavorite and listening activity ( #1810 and #2075 )
2024-12-06 14:17:21 +00:00
petitminion
3b5de1a32d
Supporting multi-artist per tracks/albums ( #1568 )
2024-08-29 14:11:35 +00:00
wvffle
3f2e0e9cd0
Fix some translation errors
2022-11-28 10:16:58 +00:00
Ciarán Ainsworth
3a46cb140d
Clean up everything but views
2022-11-28 10:16:58 +00:00
Ciarán Ainsworth
58df446539
Fix all linting issues
2022-11-28 10:16:58 +00:00
Ciarán Ainsworth
592e53486f
Start using vue-18n in templates
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
e7da8b5f43
Resolve some TODOs
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
c1494c8894
Migrate some components
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
wvffle
f06c040b50
Add markdown enhancements
...
This commit will bring:
- Linking to other users with `@username`
- Linking to tags with `#tag`
- Opening external links in new tab (Fix #1647 )
- Single line breaks to avoid confusion for non-technical users (Fix #1377 )
- 😒 support...
- Email encoding in markdown
- Markdown editor now auto-resizes to accomodate content (Fix #1379 )
NOTE: This only works in very few places. We need to wait for #1835 to have those features available widely
2022-09-06 09:26:36 +00:00
wvffle
bbdb3dcb9d
Fix auto-fixable linter issues
2022-09-06 09:26:36 +00:00
wvffle
e03e2ec901
Migrate home component
...
Adds some code that is a starter to #1316 and #1534 but depends on #1827
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
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
071ff89a4f
Fix recently listened widget and simple artist serializer
2021-05-19 12:59:14 +00: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
Ciarán Ainsworth
dd592eb6d1
Link purpose issues
2020-07-27 11:05:34 +02:00
Agate
cd422832dd
New theming system
2020-05-15 14:12:36 +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
95497e76ac
See #170 : channels ui (listeners)
2020-02-05 15:06:07 +01:00
Ciarán Ainsworth
11d6c7cf1d
Added placeholders across the application
2019-10-17 14:15:33 +02:00
Eliot Berriot
33d1f879cf
Report UI (end-user)
2019-09-09 11:10:25 +02:00
Eliot Berriot
e678b03ad8
See #432 : added tag detail page
2019-07-18 14:09:24 +02:00
Eliot Berriot
bdf83bd8ff
Resolve "Hide an artist in the UI"
2019-02-14 10:49:06 +01:00
Eliot Berriot
b2acd1e8a8
Use specific methods from lodash to reduce bundle size
2018-12-20 11:22:33 +01:00
Eliot Berriot
ae55e6483d
Fix #576 : Improved keyboard accessibility on player, queue and various controls
2018-10-21 15:41:31 +02:00
Renon
c539195d04
fix loading browse page and dimming
2018-07-31 14:57:13 +02:00
Eliot Berriot
979c554b4a
Use cropped covers/avatars to reduce bandwidth use
2018-07-20 19:17:39 +02:00
Eliot Berriot
99a37dcb7a
Resolve "UX, UI : Browse Library"
2018-07-17 11:09:13 +00:00