fix: improve web auth refresh and mobile tutorials
This commit is contained in:
@@ -61,6 +61,13 @@ Login and public marketing/legal pages are not part of the authenticated app she
|
||||
- Mobile sidebar must be reachable through the menu button and must not hide the page content permanently.
|
||||
- Public header mobile navigation must expose feature, pricing, about, login, and language switching.
|
||||
|
||||
### Mobile Guided Overlays
|
||||
|
||||
- Keep one dimming strategy per viewport. Do not combine a full-screen dark overlay with a spotlight element that also uses an oversized outer shadow on the same mobile viewport.
|
||||
- Mobile spotlight targets should fit inside the phone viewport. If a desktop tutorial highlights a tall panel, use a smaller mobile-only target such as the rows or controls that the step actually explains.
|
||||
- Tooltip placement and arrow direction must match: a tooltip above the target uses a bottom arrow pointing down; a tooltip below the target uses a top arrow pointing up.
|
||||
- When the app shell owns scrolling, compute mobile overlay coordinates relative to the page component host and visible scroll container, not the document body.
|
||||
|
||||
## i18n Rules
|
||||
|
||||
- Supported locales: `zh`, `zh_Hant`, `en`.
|
||||
|
||||
Reference in New Issue
Block a user