1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 08:06:56 +00:00

Fix/activities page (#8073)

* activities router

* fix activities loading

* fix bug - reloading the same page when navigating to another sub page after scrolling

* change view name
This commit is contained in:
Aries
2025-07-28 16:13:16 +08:00
committed by GitHub
parent c1e2b6cd53
commit 7f42d45780
6 changed files with 23 additions and 34 deletions

View File

@@ -341,10 +341,7 @@ class App extends Component {
/>
<Starred path={siteRoot + 'starred'} />
<InvitationsView path={siteRoot + 'invitations/'} />
<FilesActivities
path={`${siteRoot}(dashboard|my-activities)/*`}
default
/>
<FilesActivities path={`${siteRoot}activities/*`} />
<GroupView path={siteRoot + 'group/:groupID'} />
<LinkedDevices path={siteRoot + 'linked-devices'} />
<ShareAdminLibraries path={siteRoot + 'share-admin-libs'} />