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 { useUserStatsStore } from "@/store/v1";
|
||||||
import { cn } from "@/utils";
|
import { cn } from "@/utils";
|
||||||
import TagsSection from "../HomeSidebar/TagsSection";
|
import TagsSection from "../HomeSidebar/TagsSection";
|
||||||
|
import MemoFilters from "../MemoFilters";
|
||||||
import StatisticsView from "../StatisticsView";
|
import StatisticsView from "../StatisticsView";
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
@@ -28,6 +29,7 @@ const ExploreSidebar = (props: Props) => {
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<SearchBar />
|
<SearchBar />
|
||||||
|
<MemoFilters />
|
||||||
<StatisticsView />
|
<StatisticsView />
|
||||||
<TagsSection readonly={true} />
|
<TagsSection readonly={true} />
|
||||||
</aside>
|
</aside>
|
||||||
|
Reference in New Issue
Block a user