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

fix(footer>theme.ts): adding margin to right in footer links #1152

Conversation

rajatpandey441
Copy link
Contributor

@rajatpandey441 rajatpandey441 commented Nov 26, 2023

Summarize the changes made and the motivation behind them.

The link elements were not responsive because there was no default margin set. me-4 was added to
non-react footer but not in react footer.

Reference related issues using # followed by the issue number.

#1085

If there are breaking API changes - like adding or removing props, or changing the structure of the theme - describe them, and provide steps to update existing code.
NA

Screenshots

Non-React
image

React
image

… is table for firstpage var fix

The page number was not showing correctly on firsrt few clicks because lastPage variable was not
updating on first few clicks when layout is table due to incorrect	addition. Was working correctly
when layout is pagination.

fix themesberg#1150
The link elements were not responsive because there was no default margin set. me-4 was added to
non-react footer but not in react footer.

themesberg#1085
Copy link

vercel bot commented Nov 26, 2023

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

Name Status Preview Comments Updated (UTC)
flowbite-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 26, 2023 8:21pm

Copy link

codecov bot commented Nov 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7461173) 99.54% compared to head (4060871) 93.60%.
Report is 162 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1152      +/-   ##
==========================================
- Coverage   99.54%   93.60%   -5.95%     
==========================================
  Files         163      213      +50     
  Lines        6621     9049    +2428     
  Branches      401      484      +83     
==========================================
+ Hits         6591     8470    +1879     
- Misses         30      579     +549     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rluders
Copy link
Collaborator

rluders commented Nov 26, 2023

@rajatpandey441 looks good, just make sure to remove the last "merge" and instead use rebase to keep the git history on track. :)

@rajatpandey441
Copy link
Contributor Author

@rluders: Let me make a new branch with relevant commit and close this Pull request

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