Kristian Vos
|
a50df37c68
fix(setup-mongo): fixed issue with port being dynamic when it should be static
|
3 years ago |
Kristian Vos
|
b50671deb9
fix(Confirm): fixed issue with confirm component not activating on double-click or shift-click
|
3 years ago |
Kristian Vos
|
15ca721aa4
refactor(Home): added space when joining artists on homepage
|
3 years ago |
Kristian Vos
|
e746124e8b
fix(Station): included playlists showed as not-included in My Playlists tab
|
3 years ago |
Kristian Vos
|
f84b2d38c4
fix(Station): changing station type and then closing ManageStation would add undefined to songsList
|
3 years ago |
Kristian Vos
|
3a11eedeab
fix(Station): setCurrentSong would give error of currentSong was null, and cleared up some code for dealing with getQueue
|
3 years ago |
Kristian Vos
|
694ff9d417
Merge branch 'polishing' of https://github.com/Musare/MusareNode into polishing
|
3 years ago |
Kristian Vos
|
63aaf82a7e
fix(EditPlaylist): first column would jump around when switching tabs, there was no space between rows when wrapped
|
3 years ago |
Jonathan
|
1288ffd367
fix(mobile): modals should act more as pages on mobile devices
|
3 years ago |
Kristian Vos
|
e293a9593f
feat(EditSong): added YouTube tab
|
3 years ago |
Jonathan
|
3824206a5a
feat(Activities): report items can be referenced/opened from an Activity Item
|
3 years ago |
Jonathan
|
f3a32fec57
feat(Login): try and attempt login on password manager autofill
|
3 years ago |
Jonathan
|
f091e9c589
fix(User Preferences): nightmode toggling was spamming new/irrelevant activities
|
3 years ago |
Jonathan
|
e8e3470f84
fix(Report modal): added socket listener for when a user's previous report is removed
|
3 years ago |
Jonathan
|
40b1bb923e
fix(Report modal): user can now see their previous reports for the song on mobile
|
3 years ago |
Kristian Vos
|
febad102a5
fix(Station): container height was incorrect, causing the footer to be half shown on desktop
|
3 years ago |
Kristian Vos
|
adc0ba0b4d
fix(Queue): actionable button shown variable didn't properly update
|
3 years ago |
Jonathan
|
2f9dc5d4ba
feat(Report modal): view a user's unresolved reports for the chosen song
|
3 years ago |
Jonathan
|
d1d4ce83e7
feat(ViewReport): improved layout of modal, added associated SongItem
|
3 years ago |
Jonathan
|
2ea8b3eed4
fix(EditSong): if EditSong opened on top of ViewReport, socket events were being duplicated
|
3 years ago |
Jonathan
|
909944f607
refactor(Reports): added ReportInfoItem component and re-used 'universal item' css
|
3 years ago |
Jonathan
|
ba772bac61
fix(Reports): reports associated with deleted accounts couldn't be indexed
|
3 years ago |
Jonathan
|
9aa58a0f1f
fix(Admin/HiddenSongs): verifying a hidden song doesn't remove it from the list
|
3 years ago |
Jonathan
|
d62429bfd2
feat(SongItem): added lazy loading to images
|
3 years ago |
Jonathan
|
32b1070b0b
fix(modals): pscrolling wasn't being re-enabled in some situations when closing modals
|
3 years ago |
Jonathan
|
caac08e7da
fix(ToolTips): small fixes to colours of tooltip arrows, placement of AddSongToPlaylist
|
3 years ago |
Jonathan
|
ce94aeae13
fix(SongItem/PlaylistItem): fixed spacing between icons in 'song actions' tooltips
|
3 years ago |
Jonathan
|
0746ce6cb6
fix(User Preferences): preferences can now be updated individually
|
3 years ago |
Jonathan
|
1dc34474c2
fix(EditSong): events on song being (un)verified/(un)hid
|
3 years ago |
Jonathan
|
a59a2723ea
feat(AddToPlaylist): create-playlist modal can be opened from dropdown
|
3 years ago |