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: group list styling #668

Merged
merged 3 commits into from
Apr 6, 2023
Merged

fix: group list styling #668

merged 3 commits into from
Apr 6, 2023

Conversation

meesvandongen
Copy link
Contributor

@meesvandongen meesvandongen commented Mar 21, 2023

Description

Fixes
image

While keeping the <ul><li> elements in-tact.

Also see https://flowbite-react.com/list-group

After
image

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

N/A

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

@codecov
Copy link

codecov bot commented Mar 21, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (c4bc3b4) 99.42% compared to head (2b69b6e) 99.42%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #668   +/-   ##
=======================================
  Coverage   99.42%   99.42%           
=======================================
  Files         130      130           
  Lines        6450     6450           
  Branches      485      485           
=======================================
  Hits         6413     6413           
  Misses         37       37           
Impacted Files Coverage Δ
src/lib/theme/default.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rluders rluders self-requested a review April 5, 2023 08:24
Copy link
Collaborator

@rluders rluders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@meesvandongen thanks for the update. I guess that you removed the separator.

It should look similar to this:
https://flowbite.com/docs/components/list-group/

Can you fix it? Otherwise, it looks great.

@meesvandongen
Copy link
Contributor Author

@rluders good catch, didn't see it. Fixed.

@rluders rluders merged commit a4f39f5 into themesberg:main Apr 6, 2023
SrivatsaRUpadhya added a commit to SrivatsaRUpadhya/flowbite-react that referenced this pull request Apr 13, 2023
* fix: group list styling

* fix: borders between list group items

---------

Co-authored-by: Mees van Dongen <[email protected]>
Co-authored-by: Ricardo Lüders <[email protected]>
rluders added a commit to SrivatsaRUpadhya/flowbite-react that referenced this pull request Apr 17, 2023
* fix: group list styling

* fix: borders between list group items

---------

Co-authored-by: Mees van Dongen <[email protected]>
Co-authored-by: Ricardo Lüders <[email protected]>
rluders added a commit that referenced this pull request Apr 17, 2023
…ss == 0 (#698)

* fix: group list styling (#668)

* fix: group list styling

* fix: borders between list group items

---------

Co-authored-by: Mees van Dongen <[email protected]>
Co-authored-by: Ricardo Lüders <[email protected]>

* fix(progress.tsx): progress bar shows labels even when it is disabled at progress value is 0

The conditional rendring using the '&&' would return 0 on condition being false which would get
displayed when progress value is 0. This was fixed using ternary operator instead. And also the
label would get hidden at low progress values which is now fixed.

fix #696

* style(default.ts): changed progress bar label(inside label) color for light mode

* fix(components/progressbar): fix progressbar showing label when progress == 0

---------

Co-authored-by: Mees van Dongen <[email protected]>
Co-authored-by: Ricardo Lüders <[email protected]>
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