mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-07 12:37:43 -05:00
[PR #247] [MERGED] Add GitHub starred-list filtering with searchable selector #607
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/247
Author: @arunavo4
Created: 3/23/2026
Status: ✅ Merged
Merged: 3/24/2026
Merged by: @arunavo4
Base:
main← Head:codex/starred-lists-ui📝 Commits (3)
3f8ce19feat: add starred list filtering and selector UI5cdd1ccdocs: add starred lists UI screenshotc7b2bdflib: improve starred list name matching📊 Changes
14 files changed (+934 additions, -3 deletions)
View changed files
📝
.env.example(+1 -0)📝
docs/ENVIRONMENT_VARIABLES.md(+1 -0)➕
docs/images/starred-lists-ui.png(+0 -0)📝
src/components/config/ConfigTabs.tsx(+1 -0)📝
src/components/config/GitHubMirrorSettings.tsx(+251 -3)📝
src/lib/api.ts(+4 -0)📝
src/lib/db/schema.ts(+1 -0)📝
src/lib/env-config-loader.ts(+6 -0)➕
src/lib/github-star-lists.test.ts(+319 -0)📝
src/lib/github.ts(+282 -0)📝
src/lib/utils/config-defaults.ts(+1 -0)📝
src/lib/utils/config-mapper.ts(+13 -0)➕
src/pages/api/github/starred-lists.ts(+53 -0)📝
src/types/config.ts(+1 -0)📄 Description
Summary
githubConfig.starredListssupport across config types, schema mapping, defaults, and env loading (MIRROR_STARRED_LISTS)viewer.lists+UserList.items) with de-duplicationGET /api/github/starred-liststo load available list namesUI Screenshot
Testing
bun testCloses #246
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.