Skip to content

Chore/cleanup#12

Merged
pablo-clueless merged 13 commits into
mainfrom
chore/cleanup
Jul 12, 2026
Merged

Chore/cleanup#12
pablo-clueless merged 13 commits into
mainfrom
chore/cleanup

Conversation

@pablo-clueless

Copy link
Copy Markdown
Member

No description provided.

pablo-clueless and others added 7 commits July 14, 2024 07:38
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.
@vercel

vercel Bot commented Jul 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bhyper Error Error Jul 12, 2026 9:38am
communitypro Error Error Jul 12, 2026 9:38am
dumpling Error Error Jul 12, 2026 9:38am

@pablo-clueless
pablo-clueless merged commit 5424a89 into main Jul 12, 2026
2 of 5 checks passed
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.

1 participant