Commit Graph

292 Commits

Author SHA1 Message Date
Hakadao
be18b42e35 style: adjust styles 2023-11-05 23:26:22 +08:00
Hakadao
4750e27532 style: adjust top bar styles 2023-10-30 01:27:54 +08:00
Hakadao
564d5cda4d style: adjust RightSideButtons styles 2023-10-30 01:16:45 +08:00
Hakadao
08770e7645 fix: resolve unexpected show horizontal scrollbar 2023-10-29 19:54:32 +08:00
Hakadao
a077a283bb feat: import/export settings (#60) 2023-10-29 19:42:43 +08:00
Hakadao
09feb2b47e fix: correct description for search page mode 2023-10-29 17:03:05 +08:00
Hakadao
b1e90a50ce chore: reorder dock items 2023-10-29 16:54:36 +08:00
Hakadao
10d2f00630 chore: remove useless code 2023-10-29 15:25:03 +08:00
Hakadao
4901facbd3 style: adjust styles for top bar logo & search bar 2023-10-29 15:22:48 +08:00
Hakadao
f1d90242a4 fix: resolve hover effect issue in LongCoverCard 2023-10-23 16:28:30 +08:00
Hakadao
15d4cb49df fix: notification count still displays when closing alert #51 2023-10-22 15:13:50 +08:00
Hakadao
ac598172f0 feat: center search bar in top bar (#53) 2023-10-22 04:05:35 +08:00
Hakadao
abe542366a fix: unable to log out from the top user panel (#54) 2023-10-22 02:59:53 +08:00
Hakadao
f80c15e479 chore: code formatting 2023-10-22 01:30:25 +08:00
Hakadao
d595f04555 feat: implement all features for ranking page 2023-10-20 00:20:43 +08:00
Hakadao
ef55debeb8 feat: update ranking page 2023-10-18 01:34:06 +08:00
Hakadao
e6ddfc5ba4 feat: apply black gradient mask below topbar when in search page mode
* feat: use white color logo when in search page mode or under customize wallpaper option
2023-10-17 23:34:59 +08:00
Hakadao
63a89693e6 style: adjust styles 2023-10-17 22:23:54 +08:00
Hakadao
cdf759855e style: adjust HorizontalScrollView styles 2023-10-17 22:16:17 +08:00
Hakadao
f1b5d065b2 chore: code formatting 2023-10-17 14:32:57 +08:00
Hakadao
d276f3f0fe fix: resolve clipping issue on hover effect 2023-10-17 14:31:10 +08:00
Hakadao
580060b87c style: adjust mask opacity & logo shadow 2023-10-17 13:38:44 +08:00
Hakadao
d014c2945e fix: correct description 2023-10-17 13:29:46 +08:00
Hakadao
7e633083c9 style: adjust ranking number style 2023-10-17 12:02:54 +08:00
Hakadao
9ac8d859f7 fix: add padding to prevent content overflow clipping 2023-10-17 11:46:28 +08:00
Hakadao
55aa3f1823 refactor: rename AnimeCard to LongCoverCard
* refactor:  rename `AnimeCardSkeleton` to `LongCoverCardSkeleton`
* style: add hover effect to `AnimeCard`
2023-10-17 11:45:15 +08:00
Hakadao
0103c0a7ec feat: display full desc on hover over video card desc 2023-10-17 11:14:41 +08:00
Hakadao
6d4eee744d fix: adjust z-index value 2023-10-17 11:00:46 +08:00
Hakadao
1df4cc0de1 feat: update ranking page
* refactor: move VideoCard to src/VideoCard directory
* refactor: create VideoCardSkeleton for reuseable VideoCard Skeleton
2023-10-17 01:26:39 +08:00
Hakadao
d0c1bfacdf feat: add setting to fix wallpaper in search page mode 2023-10-16 18:38:45 +08:00
Hakadao
fb1bbd75b3 feat: implement trending page 2023-10-15 02:20:01 +08:00
Hakadao
84fc4de79a chore: remove useless code 2023-10-13 18:45:45 +08:00
Hakadao
e7a47cf2df feat: add horizontal style in VideoCard
* fix: 修正滑動到影片卡片hover效果有時會出現被裁切問題
2023-10-13 18:45:28 +08:00
Hakadao
a3788b3aae feat: add easter egg in the RightSideButtons 2023-10-13 12:30:26 +08:00
Hakadao
d744eb9da9 refactor: refactor button attribute implementation
* refactor: refactor button usage attribute on page utilizing the button
2023-10-13 11:30:23 +08:00
Hakadao
fa4b17f3f3 style: add elevated hover css variables
* style: adjust `BackToTopAndRefreshButtons` styles
2023-10-12 12:34:23 +08:00
Hakadao
7c231cfa10 refactor: refactor button attribute implementation
* refactor: refactor button usage attribute on page utilizing the button
* feat: add more animation effects for `BackToTopAndRefreshButton`
2023-10-12 12:08:39 +08:00
Hakadao
f6e0efebce refactor: refactor button attribute implementation 2023-10-12 11:44:15 +08:00
Hakadao
046320252c style: remove icon activated effects 2023-10-12 01:51:04 +08:00
Hakadao
b398605a65 feat: add easter egg in the dock 2023-10-11 18:39:07 +08:00
Hakadao
241ec7e777 feat: update icons on topbar, settings panel, dock & right side buttons 2023-10-11 12:48:41 +08:00
Hakadao
8740dc2e63 style: adjust styles 2023-10-11 01:29:27 +08:00
Hakadao
01c123000e fix: settings panel title not displaying
* fix: fix the laying issue of settings panel
2023-10-09 17:54:40 +08:00
Hakadao
2822535d88 refactor: use v-for loop to display menu items 2023-10-09 17:36:55 +08:00
Hakadao
610e832116 style: adjust icons size 2023-10-09 17:35:10 +08:00
Hakadao
495e950aec refactor: use v-for loop to display dockItems 2023-10-09 17:07:22 +08:00
Hakadao
cd53dcf9c0 refactor: separate buttons into BackToTopAndRefreshButtons component 2023-10-08 13:32:50 +08:00
Hakadao
7004a3f95c refactor: separate the AppBackground component 2023-10-08 13:10:35 +08:00
Hakadao
2812b43963 refactor: separate the RightSideButtons component
* refactor: remove useless functions & variables
2023-10-08 12:26:28 +08:00
Hakadao
76a36b1871 refactor: separate the Dock component 2023-10-08 12:16:22 +08:00