Skip to content

Fix/merge aboutpage#77

Open
ColasRab wants to merge 27 commits intomasterfrom
fix/merge-aboutpage
Open

Fix/merge aboutpage#77
ColasRab wants to merge 27 commits intomasterfrom
fix/merge-aboutpage

Conversation

@ColasRab
Copy link
Collaborator

No description provided.

ColasRab and others added 22 commits October 8, 2024 02:02
* feat(navbar): add navigation bar component

* Accidentally used dynamic routing not route groups for the components page. Fixed.

* Added the Navigation Bar file to the layout.tsx for the aboutpage so it would stick to all pages under the aboutpage.

* Changed an import name

* feat: added  the boston-angel font as a default font under the tailwind-config

* feat: Made the text adjust for different device screens

* feat: added list for navbar with slight stylings

* feat: implemented diagonal animation popup on scroll on card ui

* feat: added the AboutTeam template to the main page

* feat: added svg assets needed to make the player banner component for the meet the team section. Ongoing component implementation

* fix: fixed the font naming as well as layout.tsx stylesheet addition

---------

Co-authored-by: OntheBarProg <202311340@fit.edu.ph>
Co-authored-by: Seedlign <ricbarrios45@gmail.com>
Co-authored-by: mercadoCODING <raphaelandremercado@gmail.com>
Co-authored-by: Kourai9 <luigikarlblimos@gmail.com>
Copilot AI review requested due to automatic review settings June 27, 2025 17:58
@ColasRab ColasRab requested a review from FEUTechACMX as a code owner June 27, 2025 17:58
@vercel
Copy link

vercel bot commented Jun 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
acmx-beta ❌ Failed (Inspect) Jun 27, 2025 6:48pm

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR merges the revamped About pages and related UI updates, enhances Tailwind configuration, and adds a TRPC router for events.

  • Added custom fonts and colors to tailwind.config.ts
  • Introduced eventRouter with getEvent, getOrganization, and getTags, and wired it into appRouter
  • Implemented client and server pages for /about and /events/[slug], including GSAP animations, carousel, stars background, and play button

Reviewed Changes

Copilot reviewed 31 out of 41 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
tailwind.config.ts Standardized quotes/semicolons; added fontFamily.header and customWhite color
src/server/api/routers/event.ts New TRPC router for event, organization, and tags
src/server/api/root.ts Registered eventRouter under appRouter
src/components/ui/stars-background.tsx Canvas-based starfield with twinkling logic
src/components/ui/carousel.tsx Embla-based carousel with keyboard support
src/app/about/page.tsx Main About page with GSAP text and scroll animations
src/app/events/[slug]/page.tsx Event detail page fetching via TRPC and rendering UI
src/app/layout.tsx Removed root layout (no fallback layout remains)
src/app/sampleuseoffonts.jsx Sample font-usage component
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (2)

src/app/sampleuseoffonts.jsx:16

  • React component names should be PascalCase. Rename sampleuseoffonts to SampleUseOfFonts.
const sampleuseoffonts = () => {

Repository owner deleted a comment from Copilot AI Jun 27, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Repository owner deleted a comment from Copilot AI Jun 27, 2025
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.

4 participants