wvffle
fb4f94fb73
Fix search and dynamic ordering ( #1567 )
2022-09-06 09:26:36 +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
e7da8b5f43
Resolve some TODOs
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
c1494c8894
Migrate some components
2022-09-06 09:26:36 +00:00
wvffle
7eca32e006
Couple fixes
2022-09-06 09:26:36 +00:00
wvffle
0b263dce71
Test changes
2022-09-06 09:26:36 +00:00
wvffle
e8f65455b8
Migrate EditList.vue
2022-09-06 09:26:36 +00:00
wvffle
5b95a8f954
Migrate some components
2022-09-06 09:26:36 +00:00
wvffle
68f2450c93
Migrate FileUpload component and fix uploading files
2022-09-06 09:26:36 +00:00
wvffle
bd1a92c5f1
Set `operator-linebreak` to `before`
2022-09-06 09:26:36 +00:00
wvffle
bbdb3dcb9d
Fix auto-fixable linter issues
2022-09-06 09:26:36 +00:00
wvffle
2900c3818c
Fix #1829
2022-09-06 09:26:36 +00:00
wvffle
09c1aba30d
Rename <modal> to <semantic-modal>
2022-09-06 09:26:36 +00:00
wvffle
405eed0c0f
Add semantic ui types
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
wvffle
de4f445e9b
Fix up some tsc errors
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
8d5464c28e
Workaround vuejs/core/pull/4512
2022-09-06 09:26:36 +00:00
wvffle
77594351ae
Remove PlayOptions and Report mixins
2022-09-06 09:26:36 +00:00
wvffle
d090adc1f1
Sanitize html
2022-09-06 09:26:36 +00:00
wvffle
9ed6213a46
Cleanup qs.stringify comments
2022-09-06 09:26:36 +00:00
wvffle
a28e00708b
Remove @vue/compat
2022-09-06 09:26:36 +00:00
wvffle
442f9ce0d7
Fix v-if keys
2022-09-06 09:26:36 +00:00
wvffle
5dfce40cb6
Update router configuration to fix some errors
2022-09-06 09:26:36 +00:00
wvffle
fe835c5d44
Fix library moderation
2022-09-06 09:26:36 +00:00
wvffle
78cdb592c5
Cleanup defaultPaginateBy and fix onMounted missing from imports
2022-09-06 09:26:36 +00:00
wvffle
a8fd0e3f28
Migrate rest of ordering/pagination mixins to composables
2022-09-06 09:26:36 +00:00
wvffle
344f1af058
Add useSmartSearch composable
2022-09-06 09:26:36 +00:00
Kasper Seweryn
8cf3500842
Remove ordering and pagination mixins from a bunch of files
2022-09-06 09:26:36 +00:00
Kasper Seweryn
3266cd80bd
Migrate Albums and move pagination component
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
9e0596d136
Move *.js to *.ts
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
16d437be62
Migrate Translations mixin to useSharedLabels composable
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
4865bf77be
Fix v-if with v-for
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
42907b7028
Remove last filter usage
2022-09-06 09:26:36 +00:00
Kasper Seweryn
1122324799
Fix linting
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
b7d66232f6
Remove vue 2 filters
...
Fixes #1759
2022-09-06 09:26:36 +00:00
Kasper Seweryn
12b09b085a
Refactor ~/logging.ts to a useLogger composable
2022-09-06 09:26:36 +00:00
Kasper Seweryn
51435d0742
Fix currentRoute
2022-09-06 09:26:36 +00:00
Kasper Seweryn
8402621faf
Fix some vue compat warnings
2022-09-06 09:26:36 +00:00
Kasper Seweryn
071eb2fa35
Move ~/modules to ~/init
2022-09-06 09:26:36 +00:00
Kasper Seweryn
0b51fb037f
Remove JWT leftovers
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
Marcos Peña
95b5b99484
Fix embed widget not working
2022-06-13 09:53:36 +00:00
Marcos
9528437242
Fixes broken channel page
2022-04-02 11:39:15 +00:00
Georg Krause
f81221ef11
Merge branch 'stable' into develop
2022-03-18 13:43:00 +01:00
Marcos Peña
8e2d686386
Fix Upload Form Vue Errors
2022-03-16 12:17:48 +00:00
petitminion
bc5aba6808
close /radios/build to un-authenticated users
2022-03-04 14:37:59 +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
e9c4bfe947
Start migration to vite
2022-02-21 15:07:07 +01:00
Ciaran Ainsworth
ae840e06d1
Change to normal default cover
2022-02-10 19:30:26 +01:00
Ciaran Ainsworth
34b8e2929a
Fix linting error
2022-02-10 13:36:20 +01:00
Ciaran Ainsworth
b387287931
Undo automatic formatting
2022-02-10 13:31:32 +01:00
Ciaran Ainsworth
9b1865e43e
Add fallback to generic album cover for tracks with no album
2022-02-10 13:22:58 +01:00
Marcos Peña
9d1b48106d
Fix: missing values in moderation library UI ( #1667 )
2022-01-08 11:51:46 +01:00
Marcos Peña
a84a7c9746
Fix: missing values in moderation library UI ( #1667 )
2022-01-07 14:19:36 +01:00
Georg Krause
ce46e4d929
Fix album play button
2021-12-27 10:00:29 +01:00
Marcos Peña
312ceb9cfb
Resolve "Computed properties already defined in data"
2021-12-19 17:37:48 +00:00
Marcos Peña
a561e4a315
Fix: duplicated tracks in multi-disc albums
2021-12-14 00:04:05 +00:00
Georg Krause
e1b86a3f35
Fix tag filter
2021-12-12 11:09:00 +00:00
Georg Krause
4c64694da2
Load all tracks for albums, disable play button if not playable
2021-12-11 19:20:36 +00:00
Marcos Peña
aa996d1bd8
fix(front): duplicate keys detected in tags page
2021-12-08 22:08:33 +01:00
Georg Krause
cefa3ec9d2
Fix post lint issues
2021-12-08 18:48:06 +00:00
Marcos Peña
9f30e4ec10
Resolve "Album list in artist view under track table"
2021-12-08 18:29:17 +00:00
Georg Krause
6f58a49c91
Fix wrong prop types
2021-12-06 11:50:04 +01:00
Georg Krause
8ee9a536e1
Lint the frontend code
2021-12-06 11:35:20 +01:00
Ciarán Ainsworth
44394275ec
Update track table
2021-10-21 17:26:18 +00:00
Georg Krause
e5b95c82a4
Show embed option for channel tracks, closes #1278
2021-09-21 13:12:38 +02:00
Georg Krause
c29f6778b5
Update link to our forum
2021-07-20 17:05:17 +02:00
Martin Giger
263e29df7d
Only suggest existing tag once
2021-06-17 18:31:57 +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
petitminion
a8ab4eedfc
Add recently added radio, part of #1390
2021-06-17 11:04:01 +00:00
heyarne
76aa8610a5
Add track or album cover to track detail page
2021-04-25 13:18:40 +00:00
Georg Krause
2dc5acf4f7
Remove whitespaces
2021-04-07 06:49:53 +02:00
Marcos Peña
f712669013
Improves album's year placement ( #1366 )
...
Better consistency between different views
2021-03-25 20:11:33 +01:00
Marcos Peña
e847e92e21
Adds album's year to base and card view ( #1366 )
2021-03-21 10:08:37 +01:00
Ciarán Ainsworth
d0b1b6e632
Resolve "Following channel with fediverse address not working"
2020-12-11 15:27:29 +01:00
Ciarán Ainsworth
70054661c7
Added album filter to AlbumDetail vue for channel entries
2020-12-04 10:35:01 +00:00
Ciarán Ainsworth
f477ba1b4f
Podcast search capabilities
2020-12-04 09:33:17 +01:00
Ciarán Ainsworth
0ce5068f14
Resolve "Albums are not displaying on Album categories"
2020-12-02 18:44:04 +01:00
Philipp Wolfer
6ddaee96dd
Fix library upload view if there was no prior import
2020-11-21 17:43:55 +01:00
Philipp Wolfer
52d7d9f073
Document support for AIFF format
2020-11-21 14:00:32 +01:00
Agate
853f218715
Merge branch 'upload_front' into 'develop'
...
Remove manual entry of Import Reference on front-end import (#1284 )
Closes #1284
See merge request funkwhale/funkwhale!1233
2020-11-19 18:01:00 +01:00
jovuit
9d874073fa
Remove manual entry of Import Reference on front-end import ( #1284 )
2020-11-19 18:01:00 +01:00
jovuit
fc95acf15a
Minimal wording enhancement
2020-11-19 13:43:53 +01:00
Ciarán Ainsworth
925768f1b3
Resolve 1228 multi-disc albums
2020-10-01 11:22:36 +01:00
Agate
10480a3ab6
Fix : #1226 : Added controls to play volume of an album
2020-09-12 10:54:02 +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
d4a256b2f9
Fixed some unfocusable links/buttons
2020-08-11 14:07:06 +02:00
Agate
51995c0d92
Fixed interval not clearing
2020-08-06 16:12:16 +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
Agate
b7f1c02c6f
Merge branch '1105-scan-ui' into 'develop'
...
Fix #1105 : Can now launch server import from the UI
Closes #1105
See merge request funkwhale/funkwhale!1192
2020-08-03 13:56:06 +02:00
Agate
788c12748f
Fix #1105 : Can now launch server import from the UI
2020-08-03 13:50:53 +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
e9186ca813
Fx #1178 : Display channel and track downloads count
2020-07-31 11:46:25 +02:00
Agate
fd5bec9dfa
Documented missing API endpoints
2020-07-28 11:26:39 +02:00
Ciarán Ainsworth
57e8b2e574
Fixed album play button
2020-07-28 00:57:24 +01:00
Agate
9a0bcffaf1
Merge branch 'link-purpose-issues' into 'develop'
...
Link purpose issues
Closes #1129
See merge request funkwhale/funkwhale!1175
2020-07-27 11:05:35 +02:00
Ciarán Ainsworth
dd592eb6d1
Link purpose issues
2020-07-27 11:05:34 +02:00
Agate
b9b1ec04ae
Merge branch 'fix-search-page-bug' into 'develop'
...
Fix issue with album and artist search page
See merge request funkwhale/funkwhale!1178
2020-07-27 11:03:48 +02:00
Ciarán Ainsworth
640f00f16d
Fix issue with album and artist search page
2020-07-27 11:03:47 +02:00
Agate
36820ce701
Merge branch 'album-pagination' into 'develop'
...
Album pagination
Closes #1136
See merge request funkwhale/funkwhale!1177
2020-07-27 11:02:56 +02:00
Ciarán Ainsworth
83349700a9
Album pagination
2020-07-27 11:02:56 +02:00
Ciarán Ainsworth
7c031eb186
Resolve "Allow hiding compilation artists in the Artists tab"
2020-07-27 10:57:11 +02:00
Ciarán Ainsworth
fc8f29d52e
Improve naming of pages for accessibility audit
2020-07-22 12:10:07 +01:00
Agate
21f147c0c4
Merge branch 'master' into develop
2020-07-21 14:47:07 +02:00
Agate
4351331355
Fix #1175 : Fix embedded player not working on channel serie/album
2020-07-21 11:19:35 +02:00
Agate
90f3c67b01
Merge branch '1080-volume' into 'develop'
...
Fix #1080 : broken artist and album pages
Closes #1080
See merge request funkwhale/funkwhale!1162
2020-07-07 19:22:45 +02:00
Agate
e44a9c4363
Fix #1080 : broken artist and album pages
2020-07-07 19:18:05 +02:00
Agate
bc7a2fbb28
Merge branch '1131-autorefresh' into 'develop'
...
Fix #1131 : More consistent search UX on /albums, /artists, /radios and /playlists
Closes #1131
See merge request funkwhale/funkwhale!1161
2020-07-06 13:26:36 +02:00
Agate
da2229c441
Fix #1131 : More consistent search UX on /albums, /artists, /radios and /playlists
2020-07-06 13:21:07 +02:00
Agate
55f4fde0f4
Fix #1102 : Do not include tracks in album API representation
2020-07-06 10:16:45 +02:00
Agate
86b90ec716
Fix #1121 : Use semantic headers for accessibility
2020-07-03 14:20:47 +02:00
Agate
082fc9869f
Fixed typo
2020-06-22 16:15:29 +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
3843d0af36
Merge branch 'master' into develop
2020-06-19 15:48:25 +02:00
Agate
81b9df235d
Fix #1138 : Fixed wrong covert art displaying in some situations
2020-06-14 14:42:02 +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
cd422832dd
New theming system
2020-05-15 14:12:36 +02:00
Agate
e331a87478
Use scoped tokens to load <audio> urls instead of JWT
2020-05-11 10:07:43 +02:00
Agate
ec8dfdb740
Use scoped tokens to load <audio> urls instead of JWT
2020-05-11 10:06:35 +02:00
Agate
1a08d1a032
Fix #1112 : removed unused masonry dependency
2020-05-07 18:33:58 +02:00
Agate
594dd8ceb3
Fixed a round of typo/invalid HTML
2020-05-07 18:26:57 +02:00
Agate
0f9a2ae2ef
Fix #1091 : page not refreshing when switching between My Library and Explore sections
2020-05-06 00:42:47 +02:00
Agate
32e7bc8a9c
Exclude external podcasts from library home
2020-04-22 09:17:05 +02:00
marzzzello
d24b64c793
Fix grammar in msg string in TrackBase.vue
2020-04-14 17:21:39 +02:00
Eliot Berriot
9bc90bec7c
Merge branch '170-copy' into 'develop'
...
See #170 : copy and small UI issues
See merge request funkwhale/funkwhale!1082
2020-04-08 14:30:18 +02:00
Eliot Berriot
29080ba23b
See #170 : more copy fixes
2020-04-08 14:19:20 +02:00
Eliot Berriot
ddc88a2685
See #170 : fixed unrelated layout issue
2020-04-08 14:19:01 +02:00
Eliot Berriot
7b442bfcbc
Merge branch '170-channels-explore' into 'develop'
...
See #170 : channels discovery in UI
See merge request funkwhale/funkwhale!1081
2020-04-08 14:06:42 +02:00
Eliot Berriot
873bc54d92
See #170 : added recent channels to library home
2020-04-08 13:58:07 +02:00
Eliot Berriot
2438642867
See #170 : included channels in tags view
2020-04-08 13:52:03 +02:00
Eliot Berriot
e7622729a9
See #170 : fixed fetch of channel track not working
2020-04-08 13:38:22 +02:00
Eliot Berriot
9e447ab523
See #170 : UI for albums / series
2020-04-07 17:19:17 +02:00
Eliot Berriot
be73432277
Fix #1064 : routing issue when browsing library
2020-03-30 11:40:22 +02:00
Eliot Berriot
3e902bd89e
Fixed margin issue
2020-03-26 16:30:23 +01:00
Eliot Berriot
27801ce541
See #170 : revamped track detail page
2020-03-26 16:18:37 +01:00
Eliot Berriot
b166182762
Resolve "Support browsing a specific library content"
2020-03-04 22:18:28 +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
7850ca3e1c
Fix #923 : Use same markdown widget for all content fields (rules, description, reports, notes, etc.)
2020-02-06 15:52:08 +01:00
Eliot Berriot
95497e76ac
See #170 : channels ui (listeners)
2020-02-05 15:06:07 +01:00
Eliot Berriot
b48a4cd080
Merge branch 'small-fixes-eleos' into 'develop'
...
Small fixes
See merge request funkwhale/funkwhale!1005
2020-01-27 18:36:10 +01:00
Eliot Berriot
e6d66a92de
Fixed field ordering issue in /browse/albums
2020-01-27 16:10:43 +01:00
Eliot Berriot
8a0cf918da
Fix #1016 : fixed broken fallback to album cover on artist card/detail
2020-01-24 07:16:28 +01:00
Eliot Berriot
71b400a9b8
See #170 : cover on tracks and artists
2020-01-17 16:27:11 +01:00
Ciarán Ainsworth
2fa9523e05
Resolve "Sort by album release date"
2020-01-17 09:38:40 +01:00
Eliot Berriot
2bc71eecfd
See #170 : add a description field on tracks, albums, tracks
2020-01-14 14:00:08 +01:00
Eliot Berriot
8024c4654f
See #973 : artist card
2019-12-26 17:30:47 +01:00
Eliot Berriot
1acd5a1f35
See #973 : Album card
2019-12-26 16:54:31 +01:00
Eliot Berriot
e15d806634
Resolve "Redesign the sidebar/navigation to simplify the UI"
2019-12-26 11:38:26 +01:00
Eliot Berriot
20311344d7
Resolve "Switch to proper full-text-search system"
2019-12-18 15:08:58 +01:00
Eliot Berriot
2090806398
New radios: play your own content, or a given library
2019-11-27 15:28:21 +01:00
Eliot Berriot
11a533fa92
Resolve "Adding cover art to my albums"
2019-11-27 12:26:12 +01:00
Renon
d94e5ab013
order playlists by modification date in browse tab
2019-11-14 15:40:47 +01:00
Renon
82744bf193
Resolve "Option to remember our display settings "
2019-11-12 15:51:45 +01:00
Eliot Berriot
c58c74d653
Merge branch 'master' into develop
2019-10-17 15:22:32 +02:00
Ciarán Ainsworth
e9e466bcb5
Added placeholders across the application
2019-10-17 15:22:16 +02:00
Eliot Berriot
02debeb98b
Resolve "Library Upload: missing retry upload button"
2019-10-17 15:19:08 +02:00
Ciarán Ainsworth
11d6c7cf1d
Added placeholders across the application
2019-10-17 14:15:33 +02:00
Ciarán Ainsworth
7253bba70c
Resolve ""Recent" columns on front page no longer display any results"
2019-10-16 14:26:39 +02:00
Eliot Berriot
27b248df6e
Fix #661 : Support for M4A/AAC files
2019-10-03 09:09:00 +02:00
Eliot Berriot
2cdc8fa63a
Resolve "i18n fixes for 0.20"
2019-10-01 15:19:55 +02:00
Eliot Berriot
41dfcd6f17
Fixed some typos in source strings
2019-10-01 13:58:32 +02:00
Eliot Berriot
fe8448e2a4
Use ellipsis instead of three dots in translations
2019-10-01 13:54:25 +02:00
Eliot Berriot
19342c60a8
Fixed broken artist and album browse with empty tag= parameter
2019-09-15 20:17:49 +02:00
Eliot Berriot
3311a11506
Fix #902 : search usability issue when browsing artists, albums, radios and playlists
2019-09-15 20:17:22 +02:00
Eliot Berriot
33d1f879cf
Report UI (end-user)
2019-09-09 11:10:25 +02:00
Ciarán Ainsworth
46b4bc68b1
Amend link to license in track detail page
2019-09-06 17:13:05 +01:00
Eliot Berriot
bc39b18173
Merge branch '890-mods-workflow' into 'develop'
...
moderator interface for reports (#890 )
See merge request funkwhale/funkwhale!866
2019-09-06 10:14:09 +02:00
Ciarán Ainsworth
20b7dd71d3
Resolve "Wrong title for track ellipsis"
2019-09-02 18:17:23 +02:00
Eliot Berriot
6e82780e0d
See #890 : improved report card design, to include relevant context
2019-08-28 18:03:43 +02:00
Eliot Berriot
252fe5165b
Merge branch 'artist-cards' into 'develop'
...
Enhance artists list by using our new artist card and remove masonry
See merge request funkwhale/funkwhale!840
2019-07-29 11:25:51 +02:00
Eliot Berriot
5672563c6b
Merge branch '432-tags-admin' into 'develop'
...
See #432 : admin for tags
See merge request funkwhale/funkwhale!838
2019-07-29 10:48:43 +02:00
Ciarán Ainsworth
c64f1cccd3
Added new CSS to fix tag selector
2019-07-29 10:42:06 +02:00
Eliot Berriot
5d1d54890a
Enhance artists list by using our new artist card and remove masonry
2019-07-25 12:29:40 +02:00
Eliot Berriot
1674c771ca
See #432 : added tag admin UI (list, detail)
2019-07-25 10:40:51 +02:00
Eliot Berriot
4a277c17bb
Added "refresh=true" API param to artist, track and album detail to retrieve up-to-date data if needed
2019-07-22 12:16:47 +02:00
Eliot Berriot
918e7beb7e
See #432 : can now start a radio from a tag
2019-07-18 15:13:09 +02:00
Eliot Berriot
e678b03ad8
See #432 : added tag detail page
2019-07-18 14:09:24 +02:00
Eliot Berriot
ccca292405
See #432 : added tag filter on artist/album browse page
2019-07-18 14:08:38 +02:00
Eliot Berriot
55cb7fc25d
See #432 : display tags on artist, album and track pages
2019-07-18 14:08:37 +02:00
Eliot Berriot
d2b7db2cac
See #432 : UI to suggest tags on tracks, albums and artists
2019-07-18 14:08:37 +02:00
Eliot Berriot
18f0ed46a7
Fix #871 : broken URL to artist and album on album and track pages
2019-06-28 11:57:32 +02:00
Ciaran Ainsworth
fb855cd016
Added buttons to search for objects on Discogs
2019-06-25 11:03:45 +02:00
Ciarán Ainsworth
3da6192ab3
Resolve "Hide favorites radios when user does not have any favorites"
2019-06-25 11:03:44 +02:00
Eliot Berriot
3de249b54c
Fix #833 : broken translation on home and track detail page
2019-06-11 15:30:21 +02:00