feat: Add Events, Home, and Team pages with corresponding styles and … - #115
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… effects on TeamPage
…effects in TeamScrollBackground component
…edback component for user interaction
…and deletion endpoints
…ractivity; adjust event segments and fix import paths in eventService
…ts in Card and FlowingMenu components
…nd past event indication
Align Biome configurations with schema v2.4.10 and correct field names/paths. Added "root": false and renamed incorrect "include" keys to "includes" in frontend/gdg-website/biome.json (also update overrides). Bumped frontend/mail/biome.json schema to 2.4.10 and corrected its "extends" path to reference the shared biome.json. Removed the hardcoded --config-path arg from the pre-commit biome-check hook so the hook can discover per-package Biome configs automatically.
Align Biome schema to v2.3.11 across root and workspace configs. Enable Tailwind directives parsing for CSS in frontend/form and frontend/mail, and relax the linter by disabling noUnknownAtRules in suspicious rules. Replace array index keys in ScheduleForm with a stable scheduleKey (based on time and subject) to avoid React list key issues and improve rendering stability.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…components
What does this PR do?
A brief description of changes.
Related Issue
Closes #104
Checklist