forked from farhoodlabs/paperclip
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:
+1
-1
@@ -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 />} />
|
||||
|
||||
Reference in New Issue
Block a user