refactor(web): restructure app-sidebar with component decomposition and folder organization (#32887)

Co-authored-by: CodingOnStar <hanxujiang@dify.com>
This commit is contained in:
Coding On Star
2026-03-03 13:32:52 +08:00
committed by GitHub
parent d6ab36ff1e
commit 4c07bc99f7
38 changed files with 3299 additions and 703 deletions

View File

@ -1,6 +1,6 @@
'use client'
import type { FC } from 'react'
import type { NavIcon } from '@/app/components/app-sidebar/navLink'
import type { NavIcon } from '@/app/components/app-sidebar/nav-link'
import type { App } from '@/types/app'
import {
RiDashboard2Fill,