Skip to content

Conversation

@CyberT17
Copy link

@CyberT17 CyberT17 commented Dec 30, 2025

Added Trigger Sync to /repos dropdown menu

Implements #709
Here is what it looks like
Screenshot 2025-12-30 at 11 57 40 AM

@coderabbitai
Copy link

coderabbitai bot commented Dec 30, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@brendan-kellam brendan-kellam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the PR! left a few comments but overall lgtm 👍

…rl block

- Moved the whole repo actions dropdown to its own component (repoActionsDropdown.tsx)
currentSortBy?: string;
currentSortOrder: string;
onTriggerSync: (repoId: number) => void;
syncingRepoId: number | null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syncingRepoId is now unused

const [rowSelection, setRowSelection] = useState({})
const [searchValue, setSearchValue] = useState(initialSearch)
const [isPendingSearch, setIsPendingSearch] = useState(false)
const [syncingRepoId, setSyncingRepoId] = useState<number | null>(null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syncingRepoId is now unused

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants