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

252 fix navbar component position inconsistency #256

Merged
merged 3 commits into from
Jul 21, 2023

Conversation

tishoyanchev
Copy link
Contributor

@tishoyanchev tishoyanchev commented Jul 14, 2023

By creating this pull request you agree to the terms in CONTRIBUTING.md.
https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md
--- DO NOT DELETE ANYTHING ABOVE THIS LINE ---

  • added fonts
  • added 'fixed' Prop that makes the navbar fixed or not fixed.
  • added the navbar to example apps
📦 Published PR as canary version: 18.4.1--canary.256.8a2cafa5f3d9012fe2e675d17283dfdda6e12d8c.0

✨ Test out this PR locally via:

npm install @infineon/infineon-design-system-stencil@18.4.1--canary.256.8a2cafa5f3d9012fe2e675d17283dfdda6e12d8c.0
# or 
yarn add @infineon/infineon-design-system-stencil@18.4.1--canary.256.8a2cafa5f3d9012fe2e675d17283dfdda6e12d8c.0

@tishoyanchev tishoyanchev linked an issue Jul 14, 2023 that may be closed by this pull request
@verena-ifx verena-ifx added the patch patch version bump label Jul 18, 2023
Copy link
Contributor

@verena-ifx verena-ifx left a comment

Choose a reason for hiding this comment

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

Navbar missing in Vanilla + Angular example applications

@@ -1,74 +1,10 @@
import './App.css';
import Alert from './components/Alert.vue'
Copy link
Contributor

Choose a reason for hiding this comment

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

There are a bunch of errors because the imports are wrong. They are .vue imports => Please test next time before committing.

@verena-ifx
Copy link
Contributor

I saw the navbar has a white background, just noticed that in case of Angular, the default background is something greyish and that looks weird with a white navbar. Will take that to the next backlog refinement meeting
image

…tency; added Navbar to all the example apps; fixed some import path errors
@verena-ifx verena-ifx merged commit 4a1f726 into master Jul 21, 2023
8 checks passed
@verena-ifx verena-ifx deleted the 252-fix-navbar-component-position-inconsistency branch July 21, 2023 07:24
@github-actions
Copy link
Contributor

🚀 PR was released in v18.4.1 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch patch version bump released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: Navbar Component position inconsistency
2 participants