| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| Footer.js | ||
| HeaderBar.js | ||
| NoticeModal.js | ||
| PageLayout.js | ||
| SetupCheck.js | ||
| SiderBar.js |
- Added a server-snapshot fallback (`() => false`) to `useIsMobile` to ensure consistent results between server-side rendering and the browser, preventing hydration mismatches. - Removed a redundant ternary in `PageLayout` sidebar styles, replacing `isMobile ? 'fixed' : 'fixed'` with a single `'fixed'` value for clarity. These changes improve SSR reliability and tidy up inline styles without affecting runtime functionality.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| Footer.js | Loading commit data... | |
| HeaderBar.js | Loading commit data... | |
| NoticeModal.js | Loading commit data... | |
| PageLayout.js | Loading commit data... | |
| SetupCheck.js | Loading commit data... | |
| SiderBar.js | Loading commit data... |