Chore/cleanup#12
Merged
Merged
Conversation
Remove all legacy Pages Router files including the pages directory, old components, styles, utilities, stores, types and custom hooks. Add new App Router directory structure with basic root layout and placeholder routes for main pages. Update CI workflows, ESLint and Prettier configurations, set up pnpm workspace, and add initial AGENTS and CLAUDE documentation files.
add sonner toast dependency and themed Toaster component add GitHub issue templates for bug reports, feature requests, ideas and custom issues create new /join-community public page add foundational shadcn/ui components: avatar, dialog, input, popover, select, textarea update README to replace default Next.js boilerplate with CommunityPro project docs
Complete initial implementation of the CommunityPro public website: - Add all public static pages (blog, terms, contact, privacy, cookies, community, FAQ, e-library) - Add core UI, shared components, and context providers (error boundary, React Query) - Add sponsor SVG assets and constant definitions for avatars, metrics, sponsors, and library categories - Update route configurations, next config, global styles, and utility functions - Fix UI component imports and formatting, update footer with legal links - Update .gitignore for .claude directory
Complete initial application launch setup with: - Add custom hooks useDebounce and useInterval - Implement type definitions, React Query utilities, and environment validation - Set up AppContext provider and update global provider stack - Build e-library page with search, category filtering, and pagination - Add new UI components: Pagination, Combobox, InputGroup, and fix existing UI component imports/styles - Update homepage, header, and footer styling and content - Add static assets, API proxy setup, and base API directory structure - Fix type safety for HTTP client methods, clean up trailing newlines, and update dependencies
- add `useIntersectionObserver` custom hook with once-only observation option - create new `/the-team` public page route - update route configuration to enable all nav links and add external link target prop - fix layout hydration warning by adding suppressHydrationWarning to html tag - polish UI: add Fira Code font for code elements, update button styling to rounded-full, fix avatar border classes - clean up homepage: remove sponsor marquee section, update community count copy - fix footer links: add noopener noreferrer rel for _blank targets, adjust vertical padding - update sponsor list with empty placeholder entries - simplify e-library page to a static placeholder - rework header styling and remove unnecessary scroll listener
- Introduced environment variable validation using zod in `src/app/api/v1/@config/env.ts`. - Updated global styles to change the default font from Space Grotesk to Raleway. - Refactored layout component to include AuthProvider for authentication context. - Enhanced query provider to use a new query client creation method. - Implemented a new ScrollLock component for managing scroll behavior in the UI. - Updated header component to improve link styling and structure. - Added new routes for the header and footer navigation. - Expanded environment variable definitions in `src/env.d.ts`. - Created authentication API methods for fetching user data and managing sessions. - Developed AuthProvider and guards for managing user authentication state. - Implemented a sign-in button for GitHub OAuth integration. - Established a Zustand store for managing authentication state. - Created utility functions for API requests and error handling. - Added TypeScript types for API responses and query keys. - Updated TypeScript configuration to remove downlevel iteration.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…nitypro.org into chore/cleanup
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.
No description provided.