CatsJuice
51bc40d2a8
fix(mobile): header will be clipped when modal opened and page scrolled ( #8079 )
...
close AF-1332
This issue is caused by radix, it will set `overflow: hidden` to body when modal opened. And header is implemented with `position: sticky`.
> **why not use `position: fixed` for header?**
>
> We need to handle `padding-top` manually to avoid content covered by header.
2024-09-04 09:36:18 +00:00
EYHN
2524491bd1
fix(env): is mobile flag ( #8005 )
...
only 'mobile' entry has isMobile = true flag
2024-09-04 09:21:36 +00:00
pengx17
2ac803c73f
feat(mobile): sign in page ( #8039 )
...
fix AF-1237
2024-09-04 03:58:54 +00:00
forehalo
52c9da67f0
refactor(auth): authenticate user in main window ( #8032 )
2024-09-03 09:03:47 +00:00
CatsJuice
ad110078ac
feat(mobile): setting page ui ( #8048 )
...
AF-1275
2024-09-03 03:27:18 +00:00
Saul-Mirone
56f4634c1f
chore: bump bs with new extension api ( #8042 )
2024-09-02 10:32:22 +00:00
pengx17
61e37d8873
test(mobile): basic e2e tests ( #8031 )
...
fix AF-1289
1. tested on 'webkit'
2. a few baseline test cases
2024-09-02 10:20:24 +00:00
pengx17
df34e2cdf7
fix(mobile): close menu when detail page navigate away ( #8027 )
2024-08-31 04:42:32 +00:00
pengx17
adf314d594
fix(mobile): adjust peek view style for mobile ( #8003 )
...

2024-08-29 16:45:22 +00:00
pengx17
7ae141bd9e
feat(mobile): add mobile detail page ( #7993 )
...
fix AF-1241
2024-08-29 16:45:22 +00:00
CatsJuice
f1bb1fc9b8
feat(mobile): search page ui ( #8012 )
...
feat(mobile): search page ui
fix(core): quick search tags performance issue
2024-08-29 09:05:23 +00:00
CatsJuice
3ce92f2abc
feat(mobile): all docs page ui impl ( #7976 )
2024-08-29 06:09:48 +00:00
CatsJuice
db76780bc9
feat(mobile): mobile index page UI ( #7959 )
2024-08-29 06:09:47 +00:00
EYHN
b96ad57568
feat(core): import template ( #8000 )
2024-08-29 04:01:35 +00:00
EYHN
9ea4aaaf37
refactor(infra): remove setimmediate ( #7975 )
2024-08-26 11:57:24 +00:00
pengx17
5acf1b5309
feat: init mobile entry ( #7905 )
2024-08-21 13:17:35 +00:00