mirror of
https://github.com/FranP-code/classify_saved_videos_yt.git
synced 2025-10-13 00:32:25 +00:00
[PR #2] Web #1
Reference in New Issue
Block a user
No description provided.
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/FranP-code/classify_saved_videos_yt/pull/2
Author: @FranP-code
Created: 7/13/2025
Status: 🔄 Open
Base:
linux← Head:web📝 Commits (10+)
5c59b2aUpdated pnpm-lock.yamled8ad48YouTube Video Classifier Platform59c4412Updated package.json09f34a7Fix VirtualizerOptions import3b3dcbeFix react rendering4dfbc0cRefactor VideoClassifierApp to use props for videos and update VirtualTable to utilize @tanstack/react-virtualc34044dUpdated pnpm-lock.yamlb318550Add dark mode, tooltips, and fix column alignment8179ee4Updated package.json46de6b7Fix theme📊 Changes
20 files changed (+1160 additions, -15 deletions)
View changed files
📝
web/astro.config.mjs(+3 -1)📝
web/package.json(+5 -0)📝
web/pnpm-lock.yaml(+134 -0)➕
web/src/components/SearchAndFilter.tsx(+129 -0)➕
web/src/components/StatsOverview.tsx(+41 -0)➕
web/src/components/ThemeProvider.tsx(+75 -0)➕
web/src/components/ThemeToggle.tsx(+21 -0)➕
web/src/components/VideoClassifierApp.tsx(+136 -0)➕
web/src/components/VirtualTable.tsx(+172 -0)➕
web/src/components/ui/badge.tsx(+36 -0)➕
web/src/components/ui/input.tsx(+25 -0)➕
web/src/components/ui/select.tsx(+23 -0)➕
web/src/components/ui/tooltip.tsx(+103 -0)➕
web/src/env.d.ts(+2 -0)➕
web/src/pages/api/videos.ts(+51 -0)📝
web/src/pages/index.astro(+14 -14)📝
web/src/styles/global.css(+70 -0)➕
web/src/types/video.ts(+22 -0)➕
web/src/utils/csvParser.ts(+41 -0)➕
web/src/utils/search.ts(+57 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.