chore(core): switch position of collection and tag section in sidebar (#12327)

close AF-2551

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

- **Style**
  - Updated the sidebar layout by reordering the Collections and Tags panels for improved navigation experience.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
forehalo
2025-05-19 09:45:36 +00:00
parent fa5110e76f
commit a2354f69a3

View File

@@ -183,8 +183,8 @@ export const RootAppSidebar = memo((): ReactElement => {
<NavigationPanelFavorites />
<NavigationPanelOrganize />
<NavigationPanelMigrationFavorites />
<NavigationPanelCollections />
<NavigationPanelTags />
<NavigationPanelCollections />
<CollapsibleSection
name="others"
title={t['com.affine.rootAppSidebar.others']()}