In the repositories table, when shift clicking in the table it would only select one repo at a time. This adds the ability to click and shift+click to be able to select multiple repos at once (and not wanting to select all)
Please let me know anything that needs to change, should be looked at, or if this PR is not welcome :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/RayLabsHQ/gitea-mirror/pull/316
**Author:** [@binary141](https://github.com/binary141)
**Created:** 6/8/2026
**Status:** ✅ Merged
**Merged:** 6/13/2026
**Merged by:** [@arunavo4](https://github.com/arunavo4)
**Base:** `main` ← **Head:** `main`
---
### 📝 Commits (1)
- [`2f575ff`](https://github.com/RayLabsHQ/gitea-mirror/commit/2f575ff01089a44e64da93d6c2383f98a6ec9ae0) Handle indexing when shift + clicking in the repository table
### 📊 Changes
**1 file changed** (+57 additions, -12 deletions)
<details>
<summary>View changed files</summary>
📝 `src/components/repositories/RepositoryTable.tsx` (+57 -12)
</details>
### 📄 Description
In the repositories table, when shift clicking in the table it would only select one repo at a time. This adds the ability to click and shift+click to be able to select multiple repos at once (and not wanting to select all)
Please let me know anything that needs to change, should be looked at, or if this PR is not welcome :)
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/316
Author: @binary141
Created: 6/8/2026
Status: ✅ Merged
Merged: 6/13/2026
Merged by: @arunavo4
Base:
main← Head:main📝 Commits (1)
2f575ffHandle indexing when shift + clicking in the repository table📊 Changes
1 file changed (+57 additions, -12 deletions)
View changed files
📝
src/components/repositories/RepositoryTable.tsx(+57 -12)📄 Description
In the repositories table, when shift clicking in the table it would only select one repo at a time. This adds the ability to click and shift+click to be able to select multiple repos at once (and not wanting to select all)
Please let me know anything that needs to change, should be looked at, or if this PR is not welcome :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.