mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 11:20:37 +09:00
feat: deep-linkable URLs for company export file preview
The export page now syncs the selected file with the URL path, e.g. /PAP/company/export/files/agents/cmo/AGENTS.md. Navigating to such a URL directly selects and reveals the file in the tree. Browser back/forward navigation is supported without page refreshes. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
78342e384d
commit
228277d361
2 changed files with 75 additions and 8 deletions
|
|
@ -117,7 +117,7 @@ function boardRoutes() {
|
|||
<Route path="onboarding" element={<OnboardingRoutePage />} />
|
||||
<Route path="companies" element={<Companies />} />
|
||||
<Route path="company/settings" element={<CompanySettings />} />
|
||||
<Route path="company/export" element={<CompanyExport />} />
|
||||
<Route path="company/export/*" element={<CompanyExport />} />
|
||||
<Route path="company/import" element={<CompanyImport />} />
|
||||
<Route path="skills/*" element={<CompanySkills />} />
|
||||
<Route path="settings" element={<LegacySettingsRedirect />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue