Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: muti select action #1062

Merged
merged 22 commits into from
Oct 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: auto-fix linting and formatting issues
  • Loading branch information
hyoban authored and github-actions[bot] committed Oct 23, 2024
commit bede5d5553603e280580118cec069beda5cb3366
2 changes: 1 addition & 1 deletion apps/renderer/src/modules/feed-column/item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import { useListById } from "~/store/list"
import { subscriptionActions, useSubscriptionByFeedId } from "~/store/subscription"
import { useFeedUnreadStore } from "~/store/unread"

import { useSelectedFeedIds } from "./atom"
import { BoostCertification } from "../boost/boost-certification"
import { useSelectedFeedIds } from "./atom"
import { feedColumnStyles } from "./styles"
import { UnreadNumber } from "./unread-number"

Expand Down