Refactor: Introduce SectionHeader and update UI styles - #2
Draft
Nebulazer123 wants to merge 11 commits into
Draft
Conversation
cgen-e25931da7b4746a79d3a81e514ca8931
cgen-e5d51f49001c4ed896ce646d497fd204
cgen-ae6fe82848c7455b90cd56c8ca6253be
cgen-b631ce22b7ce49408c70a6b8d6fd4aaf
cgen-28cbed7ea23a4b4182bc61479b7e3675
cgen-4ccad09bcee841d791cdc99ef80b8394
…erly cgen-5ab5cd1834c7445595875f652f4835f5
cgen-e3ff5c55822a4715b785732d4ce6bff1
cgen-b391a233fb3b48d0bbc1079ac9425276
cgen-a5bfae23346a4dfc8788bb50c8e892b5
cgen-83caae0570a44b179efa49cc41fb386c
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You can tag me at @builderio-bot for anything you want me to fix or change |
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.
This pull request introduces a new
SectionHeadercomponent to standardize page and section headings. It also includes various UI styling and copy updates across the application.New
SectionHeaderComponentsrc/app/dashboard/components/SectionHeader.tsx.label,title, anddescriptionprops to render a consistent header format.Component Refactoring
CashflowTab,OverviewTab, andRecurringTabcomponents have been updated to use the newSectionHeadercomponent, removing the previous inline header elements.divwithspace-y-6for better spacing.UI and Styling Updates
Dashboard Page (
/dashboard):Home Page (
/):shadow-md.emeraldcolor highlight.Content Changes
🔗 Edit in Builder.io
👀 Preview LinkTo clone this PR locally use the Github CLI with command
gh pr checkout 2