mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-10 00:14:38 +00:00
Fix URL path matching order in deriveTabFromPath() where clicking 'System Logs' would incorrectly navigate to 'General'. The generic /settings/system check was matching before /settings/system-logs because the latter contains the former as a substring. Moved specific system-* path checks before the generic fallback. |
||
|---|---|---|
| .. | ||
| api | ||
| components | ||
| constants | ||
| content/help | ||
| hooks | ||
| pages | ||
| stores | ||
| test | ||
| types | ||
| utils | ||
| App.tsx | ||
| constants.ts | ||
| index.css | ||
| index.tsx | ||
| vite-env.d.ts | ||