Closed nahbee10 closed 3 days ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
uniswap-docs-staging | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 18, 2024 10:23pm |
The changes in this pull request involve updates to the NewsletterForm
component, the SentimentTracking
component, and the custom.css
stylesheet. In the NewsletterForm
, the button's class attributes were modified for improved responsiveness. The SentimentTracking
component received a margin adjustment. The CSS file updates include adding smooth scrolling behavior, padding adjustments for the .container
class, and introducing a new .theme-doc-markdown
class with nested styles for various HTML elements to enhance markdown text styling.
File | Change Summary |
---|---|
src/components/NewsletterForm/index.tsx | Updated button class attributes for responsive width and padding adjustments. |
src/components/SentimentTracking/index.tsx | Added margin-top utility class to outer <div> for spacing adjustments. |
src/css/custom.css | - Added smooth scrolling for .theme-doc-markdown class. - Updated padding for .container class. - Introduced .theme-doc-markdown class with nested styles for various elements. |
src/pages/index.tsx | Altered internal structure of ArticleLinkCard and updated divider elements for improved layout. |
src/components/ThemeSwitch/index.tsx | Set theme state to 'light' if no current theme is stored. |
Objective | Addressed | Explanation |
---|---|---|
Markdown text styling (6) | β | |
- Headings | β | |
- Paragraph style | β | |
- Inline code | β | |
- Block quote | β |
NewsletterForm
component's button styling may relate to the overall UI enhancements introduced in the navigation and footer elements, as both involve adjustments to user interface components.NewsletterForm
component in the home UI aligns with the overall focus on enhancing the user interface, particularly in how components are structured and styled within the home page layout.In a world of forms and styles so bright,
A button now stretches, a marvelous sight!
With markdowns dancing, in flex they align,
Our CSS sings, everything's looking fine!
So hop along, letβs celebrate this cheer,
For every change brings us closer, my dear! πβ¨
Category | Score |
---|---|
π Performance | 70 |
π’ Accessibility | 96 |
π Best practices | 83 |
π SEO | 85 |
Category | Score |
---|---|
π’ Performance | 99 |
π’ Accessibility | 96 |
π Best practices | 83 |
π SEO | 82 |
Lighthouse ran on https://uniswap-docs-staging-c8k16eprp-uniswap.vercel.app
Category | Score |
---|---|
π Performance | 81 |
π’ Accessibility | 96 |
π Best practices | 83 |
π SEO | 85 |
Category | Score |
---|---|
π’ Performance | 97 |
π’ Accessibility | 96 |
π Best practices | 83 |
π SEO | 82 |
Lighthouse ran on https://uniswap-docs-staging-d8h76cp2k-uniswap.vercel.app
Category | Score |
---|---|
π Performance | 86 |
π’ Accessibility | 96 |
π Best practices | 83 |
π SEO | 85 |
Category | Score |
---|---|
π’ Performance | 98 |
π’ Accessibility | 96 |
π’ Best practices | 92 |
π SEO | 82 |
Lighthouse ran on https://uniswap-docs-staging-rljkpe849-uniswap.vercel.app
Category | Score |
---|---|
π Performance | 56 |
π’ Accessibility | 96 |
π’ Best practices | 92 |
π SEO | 85 |
Category | Score |
---|---|
π’ Performance | 98 |
π’ Accessibility | 96 |
π’ Best practices | 92 |
π SEO | 82 |
Lighthouse ran on https://uniswap-docs-staging-15cheipo5-uniswap.vercel.app
Description
Type(s) of changes
Motivation for PR
How Has This Been Tested?
Tested on local and preview
Applicable screenshots
Follow-up PR
Summary by CodeRabbit
New Features
Bug Fixes