Commit Graph

231 Commits

Author SHA1 Message Date
02ba629cd2 Fixed the navbar cannot be fully displayed on mobile 2023-09-25 22:04:47 +08:00
FatttSnake
e3c5d30d36 Merge pull request 'Add menu control button' (#24) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#24
2023-09-25 18:49:07 +08:00
c36629d24b Add menu control button 2023-09-25 18:47:15 +08:00
3d7e8722c2 Remove unused console.log 2023-09-25 16:52:06 +08:00
FatttSnake
f8316eb6aa Merge pull request 'Fix content not full bug. Add hidden scrollbar when page full.' (#23) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#23
2023-09-24 23:46:58 +08:00
bdee1bace0 Fix content not full bug. Add hidden scrollbar when page full. 2023-09-24 23:44:00 +08:00
FatttSnake
cd027f975d Merge pull request 'Add click switch to Indicator. Add scrollbar to HideScrollbar. Fix scroll down when horizontal scroll bug. Refactor the HideScrollbar.' (#22) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#22
2023-09-24 13:46:34 +08:00
80045f90da Add touch scrollbar control to HideScrollbar 2023-09-24 13:42:41 +08:00
5db14cf033 Refactor the HideScrollbar. Finish scrollbar in HideScrollbar. 2023-09-24 13:05:18 +08:00
6fc0df74fa Fix scroll down when horizontal scroll bug 2023-09-23 16:22:57 +08:00
420cb1378c Add scrollbar to HideScrollbar (in development) 2023-09-22 18:19:40 +08:00
f744748a85 Add click switch to Indicator 2023-09-22 17:02:40 +08:00
FatttSnake
970f70d470 Merge pull request 'Add logo.png to public. Add vertical and horizontal scroll prevent. Fix scroll index out-of-bounds bug.' (#21) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#21
2023-09-22 16:33:11 +08:00
bba86ade6d Fix scroll index out-of-bounds bug 2023-09-22 16:30:45 +08:00
9af0717955 Optimize navbar stylesheet 2023-09-22 16:25:26 +08:00
37f35aa0d0 Add vertical and horizontal scroll prevent 2023-09-22 16:24:44 +08:00
182c026aa2 Remove unused console.log 2023-09-22 16:23:25 +08:00
b2be4f7e78 Add logo.png to public 2023-09-22 14:45:02 +08:00
FatttSnake
6c03f514d7 Merge pull request 'Add vertical prop to FitCenter. Add OxygenToolbox to home page. Add Indicator to home.' (#20) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#20
2023-09-14 23:42:55 +08:00
4c1cc9e6a9 Add Indicator to home. Optimize stylesheet. 2023-09-14 23:41:41 +08:00
41c77c2eaa Add Indicator box to home 2023-09-14 18:19:08 +08:00
fd47be620d Add OxygenToolbox to home page 2023-09-14 18:14:22 +08:00
2b1d8d7f27 Add vertical prop to FitCenter 2023-09-14 18:13:01 +08:00
FatttSnake
0c2097218f Merge pull request 'Add mouse and keyboard control scroll. Add auto homing when window resize.' (#19) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#19
2023-09-13 23:45:43 +08:00
100c8afbee Add auto homing when window resize 2023-09-13 23:32:02 +08:00
c6b6c76152 Add mouse and keyboard control scroll 2023-09-13 22:52:02 +08:00
FatttSnake
8ae178adb4 Merge pull request 'Optimize directory structure. Optimize Slogan.' (#18) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#18
2023-09-13 00:55:52 +08:00
c7bc23e5eb Optimize directory structure. Optimize Slogan. 2023-09-13 00:54:40 +08:00
FatttSnake
a01fd4fed7 Merge pull request 'Fix can not hide navbar when click scroll down button bug' (#17) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#17
2023-09-12 16:33:19 +08:00
768aaf6979 Fix can not hide navbar when click scroll down button bug 2023-09-12 16:32:38 +08:00
FatttSnake
e3ae52fb0e Merge pull request 'Fix touch scroll bug' (#16) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#16
2023-09-12 16:28:27 +08:00
e7a3811245 Fix touch scroll bug 2023-09-12 16:28:05 +08:00
FatttSnake
94aad6f721 Merge pull request 'Add touch scroll to Home' (#15) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#15
2023-09-12 16:23:04 +08:00
b7ee6b0a6f Add touch scroll to Home 2023-09-12 16:20:14 +08:00
FatttSnake
fe05c4e0b7 Merge pull request 'Fixed the bug of being unable to use ctrl+scroll wheel to adjust zoom. Add full page scroll to Home' (#14) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#14
2023-09-12 15:49:18 +08:00
1eadcfd476 Add full page scroll to Home 2023-09-12 15:46:25 +08:00
c7d91eba8e Optimize useEffect in HideScrollbar 2023-09-12 11:57:16 +08:00
f52ad7483c Fixed the bug of being unable to use ctrl+scroll wheel to adjust zoom 2023-09-12 00:02:15 +08:00
FatttSnake
ca1ffb640e Merge pull request 'Add prevent scroll control to HideScrollbar. Fix can not remove event listener bug. Add auto scroll.' (#13) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#13
2023-09-11 23:24:43 +08:00
f4425db537 Optimize scroll in Home 2023-09-11 23:22:51 +08:00
28ff5c5534 Optimize FitCenter and FitFullScreen 2023-09-11 23:22:27 +08:00
be12a7a753 Add auto scroll (still has problem) 2023-09-11 18:32:49 +08:00
201d6485e9 Fix can not remove event listener bug 2023-09-11 18:31:58 +08:00
7d7450ddd9 Add prevent scroll control to HideScrollbar 2023-09-11 17:49:17 +08:00
FatttSnake
7b34de52da Merge pull request 'FatttSnake' (#12) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#12
2023-09-11 00:23:11 +08:00
a3ec698db2 Optimize stylesheet in navbar 2023-09-11 00:01:36 +08:00
774ad57670 Fix can not show navbar when switch tab bug 2023-09-10 23:55:52 +08:00
e842651851 Optimize HideScrollbar 2023-09-10 23:55:13 +08:00
95419a1f52 Fix show navbar when switch tab bug 2023-09-10 11:44:52 +08:00
e225194c14 Optimize stylesheet in HideScrollbar 2023-09-10 11:43:50 +08:00