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

refactor(navbar): Update the theme to fit the indigo ui design #14144

Merged
merged 6 commits into from
Apr 23, 2024

Conversation

desig9stein
Copy link
Contributor

Indigo optimizations were prioritized for this refactor. Changes have been made to accommodate a middle section to get closer to the web components implementation, styles now handle empty sections. The navigation bar samples have also been updated to showcase these changes.

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

 Indigo
optimizations were prioritized for this refactor. Changes have been made to accommodate a middle section in order to get closer to the web components implementation, styles now handle empty sections. The navigation bar samples have also been updated to showcase these changes.
@desig9stein desig9stein linked an issue Apr 22, 2024 that may be closed by this pull request
- Change indigo typography for the title
- Update sample not to use size overrides
- Fix if statement for actions gap
- Make sure atomic components sizes are ok inside the navbar
@simeonoff simeonoff merged commit 1150402 into simeonoff/indigo-themes Apr 23, 2024
@simeonoff simeonoff deleted the mpopov/indigo-navbar branch April 23, 2024 07:22
simeonoff pushed a commit that referenced this pull request May 14, 2024
author Marin Popov <desig9stein@users.noreply.github.com> 1713513321 +0300
committer Simeon Simeonoff <sim.simeonoff@gmail.com> 1715672415 +0300
gpgsig -----BEGIN SSH SIGNATURE-----
 U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgclLk0Ft1X3ZpjF3Xfm110Vvpid
 tz48BRY/fqpHJV0XAAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
 AAAAQFwKAyIhApjguWdHcyc/uD9Pzut0nhueFrwKAortqhfyIcgeIh9q/VTp6FGiYTQcN1
 4G7hg+DLDuWPzviRZETgY=
 -----END SSH SIGNATURE-----

parent 6e5e587
author Marin Popov <desig9stein@users.noreply.github.com> 1713513321 +0300
committer Simeon Simeonoff <sim.simeonoff@gmail.com> 1715672360 +0300
gpgsig -----BEGIN SSH SIGNATURE-----
 U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgclLk0Ft1X3ZpjF3Xfm110Vvpid
 tz48BRY/fqpHJV0XAAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
 AAAAQAIHAdY3/k1ycat2H94VFdsg+DETKP1bAtMPufNVZWb+IjpMeZixq/LLiva/FzxyDn
 gFjPkrZ4wVLCM305Jzmg4=
 -----END SSH SIGNATURE-----

refactor(themes): update indigo themes (#14098)

feat(navdrawer): update indigo navdrawer (#14092)

feat(switch): implement indigo theme updates (#14089)

refactor(navbar): Update the theme to fit the indigo ui design (#14144)

fix(navbar): remove hardcoded size since the size 2 is the the same

fix(bottom-nav): update disabled colors

- fix icon color in dark mode
- variables for border top and disabled colors

fix(navbar): make sure that the icon in all navbar sections have the same size.

test(navbar): fix failing test

deps(theming): bump to latest version

fix(navbar): remove extra dash from --component-size to fix the icon sizes

- make sure that the icon button is size 2 in indigo theme.

build(navbar):fix lint errors

fix(switch): issue in bootstrap theme
simeonoff pushed a commit that referenced this pull request May 16, 2024
author Marin Popov <desig9stein@users.noreply.github.com> 1713513321 +0300
committer Simeon Simeonoff <sim.simeonoff@gmail.com> 1715672415 +0300
gpgsig -----BEGIN SSH SIGNATURE-----
 U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgclLk0Ft1X3ZpjF3Xfm110Vvpid
 tz48BRY/fqpHJV0XAAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
 AAAAQFwKAyIhApjguWdHcyc/uD9Pzut0nhueFrwKAortqhfyIcgeIh9q/VTp6FGiYTQcN1
 4G7hg+DLDuWPzviRZETgY=
 -----END SSH SIGNATURE-----

parent 6e5e587
author Marin Popov <desig9stein@users.noreply.github.com> 1713513321 +0300
committer Simeon Simeonoff <sim.simeonoff@gmail.com> 1715672360 +0300
gpgsig -----BEGIN SSH SIGNATURE-----
 U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgclLk0Ft1X3ZpjF3Xfm110Vvpid
 tz48BRY/fqpHJV0XAAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
 AAAAQAIHAdY3/k1ycat2H94VFdsg+DETKP1bAtMPufNVZWb+IjpMeZixq/LLiva/FzxyDn
 gFjPkrZ4wVLCM305Jzmg4=
 -----END SSH SIGNATURE-----

refactor(themes): update indigo themes (#14098)

feat(navdrawer): update indigo navdrawer (#14092)

feat(switch): implement indigo theme updates (#14089)

refactor(navbar): Update the theme to fit the indigo ui design (#14144)

fix(navbar): remove hardcoded size since the size 2 is the the same

fix(bottom-nav): update disabled colors

- fix icon color in dark mode
- variables for border top and disabled colors

fix(navbar): make sure that the icon in all navbar sections have the same size.

test(navbar): fix failing test

deps(theming): bump to latest version

fix(navbar): remove extra dash from --component-size to fix the icon sizes

- make sure that the icon button is size 2 in indigo theme.

build(navbar):fix lint errors

fix(switch): issue in bootstrap theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Indigo: Update Navbar Theme
2 participants