-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor/figma design #24
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
Merged
Merged
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
- Install Radix UI components and design system dependencies - Upgrade to Tailwind CSS 4.1 with @tailwindcss/vite plugin - Add class-variance-authority, tailwind-merge, next-themes - Copy theme.css with CSS variables from Figma designs - Update vite.config.ts to use new Tailwind plugin - Replace Button and Card with shadcn/ui versions - Add utils.ts for safe class merging This is the foundation for migrating to the Figma design system while preserving all existing functionality. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Replace with fixed backdrop-blur navigation - Add gradient emerald logo icon - Add active link indicators with gradient underline - Use Tailwind classes instead of CSS modules - Keep all existing functionality (dark mode, GitHub link) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Install @tailwindcss/postcss package - Update postcss.config.js to use new plugin
- Footer: Migrate to Tailwind with dark background design - Keep all existing text content and functionality - Add emerald hover effects on links - Use responsive flex layout - Container: Replace CSS modules with Tailwind utilities - Map size props to Tailwind max-width classes - Use responsive padding (px-4 sm:px-6 lg:px-8)
- Add animated gradient grid background - Update hero with larger typography (text-5xl to text-7xl) - Add 'Powered by Claude AI' badge with Sparkles icon - Use gradient text for 'Without Breaking It!' - Replace emoji icons with Lucide icons (Shield, Zap, FileCheck) - Migrate from CSS modules to Tailwind utility classes - Keep all existing text content exactly as is
- Add animated gradient grid background to hero - Update page layout with Tailwind classes - Add gradient 'Rosetta' text in headline - Improve section spacing and typography - Keep all existing text content
- Create StickyCard with smooth scroll-based positioning - Add animated blob background effect - Include GitHub, PyPI, and Feedback links - Integrate with feedback modal - Add parallax float and wiggle animations - Show only on desktop (hidden lg:block) - Add data-upload-section attribute for StickyCard positioning
- Add 'primary' variant (alias for 'default') - Add isLoading prop with spinner - Add leftIcon and rightIcon props - Maintain backward compatibility with existing code
- Remove 'Powered by Claude AI' badge (already in hero) - Remove 'Translate Your Excel Files' title (already in hero) - Remove subtitle text - Clean form now shows only the controls
- Add 'What Makes Rosetta Different?' features grid section - Add emerald CTA section with 'Get Started Now' button - Add 6 feature cards: formulas, formatting, dropdowns, structure, data loss, speed - Use Check icons in emerald circles - Add smooth scroll to top on CTA click
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.
Frontend UI/UX Refactoring & Backend Enhancements
🎨 Overview
This PR refactors the frontend UI/UX for improved usability, aesthetics, and professional presentation. It also adds new backend capabilities for cost estimation and progress tracking infrastructure.
🚀 Frontend Changes
Home Page Improvements
Zap→SparklesFileCheck→FileSpreadsheetProgress Indicator Redesign
Advanced Options Refactoring
CheckSquare/Square)About Page Redesign
Other Improvements
rosetta-icon.svg🔧 Backend Enhancements
Cost Estimation API
/estimateendpoint that returns:COST_PER_1000_CELLS_USD = 0.05)Progress Tracking Infrastructure
progress_callbackparameter totranslate_file()function(translated_count, total_count, stage)"extracting"- When extracting cells"translating"- During batch translation"rich_text"- When translating rich text runs"dropdowns"- When translating dropdowns"writing"- When writing output file"complete"- When translation is complete🎯 Key Improvements
📸 Visual Changes
✅ Testing
🔮 Future Work
/estimateendpoint in frontend to show cost estimates before translation