mirror of
https://github.com/FranP-code/format_twitter_projects_accounts_tweets.git
synced 2025-10-13 00:32:19 +00:00
[PR #1] Web view #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/format_twitter_projects_accounts_tweets/pull/1
Author: @FranP-code
Created: 7/13/2025
Status: 🔄 Open
Base:
main← Head:web📝 Commits (10+)
d0299caInit astro app5872e1bAdded package-lock.json02ce586Updated pnpm-lock.yaml2670c92Fix table alignment and spacing issues0daa218Fix table alignment and text overflow issuesfd939e1Updated projects.astroa1620f3Updated projects.astro5c43da2Add function to extract best URL from tweet metadata and include it in project entries74f550fRefactor ProjectsView to use updated Tabs component and adjust loading strategyab4fd7fImplement code changes to enhance functionality and improve performance📊 Changes
28 files changed (+12808 additions, -1 deletions)
View changed files
➕
astro-app/.gitignore(+24 -0)➕
astro-app/README.md(+13 -0)➕
astro-app/astro.config.mjs(+14 -0)➕
astro-app/components.json(+21 -0)➕
astro-app/package-lock.json(+6867 -0)➕
astro-app/package.json(+36 -0)➕
astro-app/pnpm-lock.yaml(+4250 -0)➕
astro-app/public/favicon.svg(+9 -0)➕
astro-app/src/components/Button.astro(+19 -0)➕
astro-app/src/components/ProjectCard.tsx(+152 -0)➕
astro-app/src/components/ProjectsTable.tsx(+386 -0)➕
astro-app/src/components/ProjectsView.tsx(+199 -0)➕
astro-app/src/components/ThemeToggle.tsx(+37 -0)➕
astro-app/src/components/ui/button.tsx(+54 -0)➕
astro-app/src/components/ui/input.tsx(+25 -0)➕
astro-app/src/components/ui/select.tsx(+99 -0)➕
astro-app/src/components/ui/table.tsx(+104 -0)➕
astro-app/src/components/ui/tabs.tsx(+115 -0)➕
astro-app/src/layouts/main.astro(+16 -0)➕
astro-app/src/lib/csv-loader.ts(+67 -0)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.