Commit graph

5,974 commits

Author SHA1 Message Date
wvffle
b17941fc44 Fix eslint 2022-09-06 09:26:36 +00:00
wvffle
95e3dcb130 Fix tsc linter! 2022-09-06 09:26:36 +00:00
Ciarán Ainsworth
2c364ce201 Fix subscribe button 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
6431d0285c Add notification for unhandled errors 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
b3a08c8688 Migrate user menu 2022-09-06 09:26:36 +00:00
wvffle
07abe66af1 Performance fixes 2022-09-06 09:26:36 +00:00
wvffle
ad41d90a45 Check if user is authenticated when a page is created 2022-09-06 09:26:36 +00:00
wvffle
76f6c64708 Fix some unhandler axios errors 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
1c395c01b0 Migrate upload form 2022-09-06 09:26:36 +00:00
wvffle
5dbf85c7b7 Add sentry environment 2022-09-06 09:26:36 +00:00
wvffle
f52798b0d3 Ignore vue3-lazyload error 2022-09-06 09:26:36 +00:00
wvffle
36ada7a225 Add logging 2022-09-06 09:26:36 +00:00
wvffle
5c05407f92 Fix cookie name 2022-09-06 09:26:36 +00:00
wvffle
d7052c44e0 Import dependencies dynamically to reduce production size 2022-09-06 09:26:36 +00:00
wvffle
cac12a85fb Add proper tracking alert 2022-09-06 09:26:36 +00:00
wvffle
a57320d0f1 Add better tracking 2022-09-06 09:26:36 +00:00
wvffle
e6bc1ab655 Fix some glitchtip errors 2022-09-06 09:26:36 +00:00
wvffle
2f2409f9f2 Migrate some components 2022-09-06 09:26:36 +00:00
wvffle
45740d510e Migrate signup 2022-09-06 09:26:36 +00:00
wvffle
14a61d5fe4 Migrate settings 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
1d4a3468ee Revert "Rewrite player logic"
This reverts commit ec630a234ab5ea0dccddaf06c462536bbf1ed329.
2022-09-06 09:26:36 +00:00
wvffle
06310593ac WIP: Experiment with MediaElementAudioSourceNode 2022-09-06 09:26:36 +00:00
wvffle
97e7049333 Rewrite player logic
This commit will bring:
- Gapless play! (Fix #739)
- Chunked queue shuffling - we play first track after first 50 queue items are shuffled, then we shuffle chunks of 50 queue items with each new animation frame.
- We can now restore original queue order after shuffling! (Part of #1506)
- Preloading whole tracks into LRU cache (Should fix #1812)
- Preloading multiple tracks at once
2022-09-06 09:26:36 +00:00
wvffle
465b6918e4 Fix rendering metadata in user requests 2022-09-06 09:26:36 +00:00
wvffle
8d63ee689f Fix metadata type 2022-09-06 09:26:36 +00:00
wvffle
148adbf702 Fix #1836 2022-09-06 09:26:36 +00:00
wvffle
4805842f89 Add sentry support 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
8aa073b976 Add player seek progress bar 2022-09-06 09:26:36 +00:00
wvffle
801c04c07e Fix radios starting from second track 2022-09-06 09:26:36 +00:00
wvffle
bf67676010 Fix scrollToIndex 2022-09-06 09:26:36 +00:00
wvffle
fa68ff76d8 Fix scrollToIndex 2022-09-06 09:26:36 +00:00
wvffle
d1b8190dca Performance fixes 2022-09-06 09:26:36 +00:00
wvffle
29afac3101 Remove unused attr 2022-09-06 09:26:36 +00:00
wvffle
2117b0e209 Fix scrollToIndex 2022-09-06 09:26:36 +00:00
wvffle
11b67919c8 Dynamically calculate number of track elements in DOM 2022-09-06 09:26:36 +00:00
wvffle
63fbf286a2 Fix scrolling mode 2022-09-06 09:26:36 +00:00
wvffle
fa6a1575e2 Fix moving queue items in FireFox 2022-09-06 09:26:36 +00:00
wvffle
f470e0649e Better fav button in queue item 2022-09-06 09:26:36 +00:00