-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: new visulima website #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
This reverts commit 46d568a
- Changed import paths to use absolute paths with '@' prefix for better readability. - Updated app configuration to use "@tanstack/react-start" instead of "@tanstack/start". - Removed unused postcss.config.js file. - Added new components: Community, Footer, LineGrid, Navbar, SectionCarousel, SectionSeparator, SectionTitle, and Section. - Updated various components to improve styling and structure. - Added new API routes for search and documentation. - Updated styles and fixed minor bugs across multiple files.
- Adjusted border color in HighlightLink component to enhance visibility. - Modified margin and width properties in Packages section to ensure proper alignment and spacing for links.
- Updated LineGrid component to utilize clsx for dynamic class management based on length prop. - Refined Navbar styles by removing redundant class names for cleaner code. - Changed default colors in SectionSeparator to "bg-coal" and "fill-coal" for consistency. - Improved BentoCard and HighlightLink components by adjusting class names for better styling. - Added new FixedSidebar, Glow, Changelog, and Timeline components to enhance the changelog functionality. - Updated GitHub and Hero sections for improved layout and responsiveness. - Enhanced Packages and Support sections with better border and margin management for visual consistency.
- Introduced "Chakra Petch" font in app configuration for improved typography. - Updated brand color section styles for better visual hierarchy and consistency. - Refined typeface display with updated text colors and borders for enhanced readability. - Improved GitHub section layout by adjusting class order for better styling.
- Added useEffect hook in Navbar component to update theme based on scroll position. - Introduced data attributes for theme management in Section and Navbar components. - Updated CSS variables for text color based on theme (dark/light) to enhance visual consistency. - Refined NavigationMenuTrigger styles for improved hover effects.
- Updated various components to use new background and border colors for improved visual consistency. - Replaced hardcoded colors with CSS variables for better theme management. - Added @tailwindcss/typography plugin to enhance text styling capabilities. - Introduced a new GuidelineSection component to outline open-source contribution principles. - Refined existing sections and components for better layout and readability.
- Changed import paths to use '@src' prefix for better organization and readability. - Updated app configuration to reflect new directory structure. - Added new components including API handlers, sections, and UI elements for enhanced functionality. - Introduced new SVG assets and fonts for improved visual design. - Implemented new utility functions for better class management and responsiveness. - Refined existing components for improved layout and styling consistency.
- Removed redundant class names in Navbar and SectionTitle components for cleaner code. - Adjusted CSS properties for better alignment and spacing in various components. - Updated changelog text for improved clarity and consistency. - Enhanced the overall styling of the Navbar and packages section for a more cohesive design.
- Introduced a new changelog source to dynamically load changelog entries from markdown files. - Added a new "Works Where You Work" section to the homepage, showcasing popular frameworks and deployment options. - Updated the Navbar component to include a Developer submenu with links to documentation and changelog. - Added a new SVG asset for the Tanstack Start logo. - Improved styling and layout consistency across various components, including the Navbar and Packages sections. - Implemented responsive design adjustments for better mobile usability.
- Updated various dependencies in package.json to their latest versions for improved performance and security. - Added new memory bank files: activeContext.md, productContext.md, progress.md, projectbrief.md, systemPatterns.md, and techContext.md to enhance project documentation and clarity. - Implemented a check in useWindowSize hook to ensure it only runs in a browser environment, preventing potential errors during server-side rendering.
… dependencies - Deleted .prettierignore and .prettierrc.cjs files to streamline formatting configuration. - Removed Prettier-related scripts from package.json to simplify the build process. - Updated various package dependencies in package.json to their latest versions for improved performance and security. - Modified the "Works Where You Work" section heading for clarity and consistency in messaging.
- Updated various package dependencies in package.json to their latest versions for enhanced performance and security. - Modified the Navbar component to accept a pathname prop, improving link behavior based on the current route. - Adjusted the "Works Where You Work" section text for clarity. - Enhanced CSS styles for better visual consistency across components, including updates to app.css for improved theme management. - Refined the layout and structure of the Docs page for better user experience.
…ility - Restructured the Navbar component to consolidate menu items into a more organized format, improving navigation clarity. - Updated submenu items to include nested navigation for better user experience. - Enhanced styling for menu items and navigation triggers to ensure consistency with the overall theme. - Adjusted CSS variables in app.css for better theme management and visual consistency across dark and light modes. - Improved the responsiveness of the Navbar for better mobile usability.
- Upgraded various package dependencies in package.json to their latest versions for improved performance and security. - Replaced icon imports in the Navbar and Footer components with new icons from @radix-ui/react-icons for better consistency. - Introduced new Badge and Command components for enhanced UI functionality. - Added a MultiSelect component to the changelog page for improved user interaction and selection of changelog entries. - Refined Dialog and Popover components for better accessibility and usability. - Improved styling and layout consistency across multiple components, including the Navbar and Footer.
- Removed redundant imports and unused code in the Navbar component for improved clarity. - Streamlined the menu structure by eliminating duplicate entries and enhancing layout consistency. - Updated the Changelog component to handle empty states gracefully, displaying a message when no changelogs are selected. - Improved overall styling and responsiveness of the Navbar and Changelog sections.
- Upgraded the @types/three package from version 0.176.0 to 0.177.0 in package.json and pnpm-lock.yaml for improved type definitions. - Refactored the routeTree generation in routeTree.gen.ts for better readability and consistency in code style. - Removed the Solutions page and its associated route to streamline the application structure.
…ved structure - Deleted the .eslintrc.cjs file to streamline ESLint configuration management. - Introduced a new eslint.config.js file using the @anolilab/eslint-config for better configuration handling. - Updated app.config.ts to enhance the structure and organization of the configuration settings. - Adjusted package.json scripts for linting to provide clearer commands for ESLint usage. - Updated various package dependencies for improved performance and security.
- Introduced CODE_OF_CONDUCT.md to establish community standards and expectations for behavior. - Added CODEOWNERS file to define code ownership and responsibilities for repository maintenance. - Created commit-convention.md to outline guidelines for writing consistent and meaningful commit messages. - Developed CONTRIBUTING.md to provide clear instructions for contributing to the project, including how to report issues and request features. - Established FUNDING.yml to support project funding through GitHub Sponsors. - Implemented TROUBLESHOOT.md to assist users in resolving common development issues. - Added various issue templates to streamline bug reporting and feature requests. - Set up multiple GitHub workflows for automated processes, including dependency reviews, semantic pull requests, and cache management.
- Introduced general code commenting rules to ensure helpful comments are added and old comments are preserved. - Added naming conventions for React and TypeScript to maintain consistency in code. - Established performance optimization rules for React and TypeScript components. - Created guidelines for UI and styling, focusing on Tailwind CSS and Shaden UI best practices. - Implemented specific TypeScript usage guidelines to enforce strict typing and interface usage. - Added general rules for Tanstack Start to streamline component usage.
- Added TypeScript support in eslint.config.js with a specified tsconfigPath. - Upgraded @anolilab/eslint-config to version 16.2.11 for improved linting capabilities. - Updated @types/react-dom to version 19.1.6 in package.json and pnpm-lock.yaml for better type definitions. - Made various adjustments to TypeScript configuration and component imports for enhanced code quality and consistency.
- Removed the Security route from routeTree and related declarations in routeTree.gen.ts for a cleaner route structure. - Updated the import path for the GitHub SVG in the GitHub component to use the new assets directory.
- Removed the old blog route and replaced it with a new index route for better structure. - Introduced new routes for blog articles and updated the route tree accordingly. - Added a new articles source file to manage article data and improve loading efficiency. - Updated the blog overview page to utilize the new routing and data fetching methods. - Enhanced pagination functionality to support dynamic loading of blog articles. - Removed the deprecated blog index file to streamline content management.
…ality - Added eslint-plugin-zod to package.json for improved validation capabilities. - Updated pnpm-lock.yaml to reflect the new eslint-plugin-zod dependency. - Refactored blog overview page to improve data handling and pagination logic. - Enhanced UI components for better user experience and accessibility. - Cleaned up imports and optimized component structure for clarity.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Uh oh!
There was an error while loading. Please reload this page.