mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add MemoFilters to explore sidebar
This commit is contained in:
@@ -3,6 +3,7 @@ import SearchBar from "@/components/SearchBar";
|
||||
import { useUserStatsStore } from "@/store/v1";
|
||||
import { cn } from "@/utils";
|
||||
import TagsSection from "../HomeSidebar/TagsSection";
|
||||
import MemoFilters from "../MemoFilters";
|
||||
import StatisticsView from "../StatisticsView";
|
||||
|
||||
interface Props {
|
||||
@@ -28,6 +29,7 @@ const ExploreSidebar = (props: Props) => {
|
||||
)}
|
||||
>
|
||||
<SearchBar />
|
||||
<MemoFilters />
|
||||
<StatisticsView />
|
||||
<TagsSection readonly={true} />
|
||||
</aside>
|
||||
|
Reference in New Issue
Block a user