Skip to content
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

design changes #4

Merged
merged 3 commits into from
Dec 8, 2024
Merged

design changes #4

merged 3 commits into from
Dec 8, 2024

Conversation

sahildotdev
Copy link
Contributor

@sahildotdev sahildotdev commented Dec 8, 2024

Add responsive styling to headings; update order and text in 'Why We Are Different' section


PR-Codex overview

This PR primarily focuses on updating the styling of various components in the form elements and enhancing the dashboard page with a delete functionality for forms.

Detailed summary

  • Updated className for Label components in multiple files to improve styling.
  • Changed heading sizes in TextArea, TextInput, EndScreen, and WelcomeScreen.
  • Added handleDelete function in DashboardPage to enable form deletion.
  • Modified layout in DashboardPage to include a delete button with trash icon.
  • Updated descriptions and titles in HomePage for clarity and improved messaging.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Add responsive styling to headings; update order and text in 'Why We Are Different' section
Copy link

vercel bot commented Dec 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fairforms ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 8, 2024 6:42am

Copy link

vercel bot commented Dec 8, 2024

@sahildotdev is attempting to deploy a commit to the souravinsights' projects Team on Vercel.

A member of the Team first needs to authorize it.

- Resolved a type mismatch issue where form.id (a number) was being passed as an argument to the handleDelete function, which expected a string. The form.id is now converted to a string before being passed, ensuring compatibility and preventing type errors.
- Added a logo to the layout,  to enhance the UI.
@SouravInsights SouravInsights merged commit 72486e9 into SouravInsights:main Dec 8, 2024
2 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.

2 participants