Commit graph

1837 commits

Author SHA1 Message Date
maikirakiwi
c5d33fdc74 oops 2022-06-05 19:02:16 -07:00
maikirakiwi
b76ea0c66e [Audio] Phase 2 Update 2022-06-05 18:47:41 -07:00
brandinio
4034453c03
Switch hierarchical-loading back to async function (#1133)
By having this function as synchronous, it will error out whenever someone with AudioContext disabled tries to play a track.

Checked back to the previous code before the Phase 1 update, and this function was asynchronous
2022-06-05 16:00:59 -05:00
brandinio
58d5e02d40
Adjust height for media card so subtitle fits in card (#1132) 2022-06-05 11:43:22 -05:00
vapormusic
b0f65224dd Merge branch 'main' of https://github.com/ciderapp/Cider 2022-06-05 18:50:07 +07:00
vapormusic
232593b118 fix #955 2022-06-05 18:49:50 +07:00
booploops
858a0635b8 changed localstorage var target 2022-06-04 22:52:35 -07:00
booploops
4c1d9cdd5c oobe test 2022-06-04 22:46:29 -07:00
booploops
d627a182e2 change playlist-body to --color3 2022-06-04 22:00:19 -07:00
booploops
e6d9ec8a80 hide/show library is no longer an experiment
- hide/show library can now only be used with the mojave layout
2022-06-04 21:57:48 -07:00
vapormusic
0b57e22e55 local backend 2022-06-05 09:54:49 +07:00
vapormusic
08fedbc2c6 fix groupings for non-english users 2022-06-04 22:54:27 +07:00
vapormusic
5b0a3d431a fix #1118 properly 2022-06-04 21:53:18 +07:00
vapormusic
c9363e338c Merge branch 'main' of https://github.com/ciderapp/Cider 2022-06-04 20:52:20 +07:00
vapormusic
26fcc2416d disable grid fn cus buggy 2022-06-04 20:52:12 +07:00
Core
4a46fa1194
Merge remote-tracking branch 'origin/main' 2022-06-04 13:40:37 +01:00
Core
4fe2c859ed
not sure how this works but ok
should resolve #1118
2022-06-04 13:40:32 +01:00
maikirakiwi
303c5ec512 [Audio] 64kbps CAP improvement 2022-06-03 19:51:32 -07:00
maikirakiwi
1753593932 [Audio] Phase 1 Update 2022-06-03 18:27:12 -07:00
vapormusic
8f0558ab5b add charts page (groupings) 2022-06-04 08:26:43 +07:00
Core
544568c215
Optimisations 2022-06-03 14:14:48 +01:00
Core
6085da0329
Renderer side of reload rpc 2022-06-03 13:40:37 +01:00
booploops
0113efcc69 added fade to collapse 2022-06-03 04:28:55 -07:00
booploops
5638d19096 Update style.less 2022-06-03 04:23:32 -07:00
booploops
6ddc59a4e5 some ui tweaks
- scrollbar collapse is now on chrome-top as show/hide library
- adjusted rollover effect for nav playback-buttons
2022-06-03 04:22:09 -07:00
booploops
0f1f6c1e8f added delete 2022-06-02 22:21:19 -07:00
booploops
9185f75110 added cut,copy,paste,select all context menu for inputs 2022-06-02 22:19:09 -07:00
booploops
3d168cd359 change to twopanel text 2022-06-02 21:51:15 -07:00
booploops
0803252018 mica improvements
- moved mica rendering to backend
- improvements to spanning wallpapers
2022-06-02 21:10:17 -07:00
brandinio
c255420169
Update to use setZoomFactor method to handle UI scaling (#1110)
* Update UI Scale to apply zoom to body and not app container. This will fix tooltips being out of alignment

* Update to use electron's built in setZoomFactor method to handle UI scaling
2022-06-02 18:06:27 -05:00
brandinio
bd27e50b51
Update font in lyrics-translation to match rest of UI (#1114) 2022-06-02 18:06:14 -05:00
booploops
bfc816ae07 sidebar adjustment 2022-06-02 14:49:12 -07:00
booploops
904dc3bf84 Update oobe.ejs 2022-06-02 05:21:03 -07:00
booploops
8165696dae Update oobe.ejs 2022-06-02 05:18:10 -07:00
booploops
af76dff3b6 oobe progress 2022-06-02 05:16:31 -07:00
booploops
f4a30fbe11 added light 2022-06-02 01:38:50 -07:00
booploops
d742a110ca faster nowplaying artwork 2022-06-01 23:26:04 -07:00
booploops
03ece990b4 removed scroll.passive 2022-06-01 23:00:28 -07:00
booploops
4a6e99c922 added library results in search 2022-06-01 22:21:13 -07:00
booploops
a57c1d61fb Update library-recentlyadded.ejs 2022-06-01 21:50:01 -07:00
booploops
5cfbab0c43 recently added rework #1
- recently added is now lazy loaded
- uses official AM recently-added route
- stores in vuex
todo: add clearing method that gets triggered after some time
2022-06-01 21:47:37 -07:00
booploops
215b326b13 readded isVisible 2022-06-01 20:55:55 -07:00
maikirakiwi
30724e4ad9 MoRE 2022-06-01 17:52:40 -07:00
maikirakiwi
d16c8cdc0f Normalization change 2022-06-01 13:53:52 -07:00
booploops
04ff3717e2 starting on oobe, moved components and pages to json 2022-06-01 00:44:18 -07:00
brandinio
64faedf635
Fix font in lyrics window (#1099)
* Added basic/advanced volume control tooltip

Basic volume control tooltip will be in a percentage. Advanced volume control will be in dBFS

* Change font-family for lyric-body to match the rest of the UI
2022-05-31 20:59:40 -05:00
booploops
6d41cdb608 search input color change 2022-05-31 18:55:59 -07:00
Jason Chen
ccd94f0702
Edit Song Description (#1088)
* add editPlayListDescription

* add feature to change playlist description

* add queue history styling

* add queue features

* replay styling update

* change queue and history headers

* fixed the duration css not working
2022-05-31 16:54:02 -05:00
brandinio
07f1f48a99
Added basic/advanced volume control tooltip (#1092)
Basic volume control tooltip will be in a percentage. Advanced volume control will be in dBFS
2022-05-31 14:54:27 -05:00
DecibillyJoel
378cf21af6
Improve Smooth Lyric Animation (#1096)
* app-mainMenu can be triggered by right click

Currently you can't open the little Cider popup menu without first uncollapsing the sidebar. This is extremely an extremely unepic sussy amogus L gamer moment. This change allows you to right click to bypass uncollapsing the sidebar and get straight to the hot app-mainMenu action. I think Cider speedrunners will greatly appreciate this quality of life addition. Please consider accepting this PR (short for pull request) to improve the UX (short for user experience).

* Improve Smooth Lyric Animation

PR #1094 introduced a few issues:
A) The animations would be paused when Cider was out of focus, making the lyrics remain grayed out
B) The animation was too slow, making it harder to sing along with karaoke mode on faster-paced songs
C) The easing method was inconsistent with the rest of the app and made the color look a little janky

This PR fixes issue A by changing the animation method from an animation to a transition, fixes B by increasing the speed (which themes can easily adjust if preferred), and fixes C by using the existing var(--appleEase) as the easing method
2022-05-31 14:53:52 -05:00