-
Notifications
You must be signed in to change notification settings - Fork 59
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/dropdown breadcrumbs #799
Merged
FrankFlitton
merged 1 commit into
url-breadcrumbs-feature
from
fix/dropdown-breadcrumbs
Jul 19, 2023
Merged
fix/dropdown breadcrumbs #799
FrankFlitton
merged 1 commit into
url-breadcrumbs-feature
from
fix/dropdown-breadcrumbs
Jul 19, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Soham Parekh <[email protected]>
FrankFlitton
approved these changes
Jul 19, 2023
FrankFlitton
pushed a commit
that referenced
this pull request
Jul 20, 2023
fix: dropdown breadcrumbs Signed-off-by: Soham Parekh <[email protected]> Co-authored-by: Soham Parekh <[email protected]>
FrankFlitton
pushed a commit
that referenced
this pull request
Jul 25, 2023
fix: dropdown breadcrumbs Signed-off-by: Soham Parekh <[email protected]> Co-authored-by: Soham Parekh <[email protected]>
FrankFlitton
pushed a commit
that referenced
this pull request
Jul 25, 2023
fix: dropdown breadcrumbs Signed-off-by: Soham Parekh <[email protected]> Co-authored-by: Soham Parekh <[email protected]>
FrankFlitton
added a commit
that referenced
this pull request
Jul 25, 2023
* chore: new nav bar Signed-off-by: Frank Flitton <[email protected]> * chore: navbar quick links Signed-off-by: Frank Flitton <[email protected]> * chore: task, workflow, launchplans Signed-off-by: Frank Flitton <[email protected]> * chore: remove unused import Signed-off-by: Frank Flitton <[email protected]> * chore: fixup navbar integration Signed-off-by: Frank Flitton <[email protected]> * chore: fix linter Signed-off-by: Frank Flitton <[email protected]> * chore: execution async value Signed-off-by: Frank Flitton <[email protected]> * chore: fix types build fail Signed-off-by: Frank Flitton <[email protected]> * chore: async self link Signed-off-by: Frank Flitton <[email protected]> * chore: add some exports Signed-off-by: Frank Flitton <[email protected]> * chore: change to names export Signed-off-by: Frank Flitton <[email protected]> * chore: spelling Signed-off-by: Carina Ursu <[email protected]> * chore: fix timestamps Signed-off-by: Carina Ursu <[email protected]> * chore: fix file upload type failure Signed-off-by: Frank Flitton <[email protected]> * chore: fix Executions title not updating Signed-off-by: Frank Flitton <[email protected]> * chore: remove depricated types file for dropzone Signed-off-by: Frank Flitton <[email protected]> * chore: fix execution launch plan self link Signed-off-by: Frank Flitton <[email protected]> * chore: pass custom component Signed-off-by: Frank Flitton <[email protected]> * chore: fix named entity cases Signed-off-by: Frank Flitton <[email protected]> * chore: different custom component style Signed-off-by: Frank Flitton <[email protected]> * chore: dynamic breadcrumb hook with event dispatch Signed-off-by: Frank Flitton <[email protected]> * chore: dynamic breadcrumb hook with event dispatch Signed-off-by: Frank Flitton <[email protected]> * chore: project and domains link to dashboard Signed-off-by: Frank Flitton <[email protected]> * chore: add localstorage setting Signed-off-by: Frank Flitton <[email protected]> * chore: get localstorage setting Signed-off-by: Frank Flitton <[email protected]> * chore: named entities self links Signed-off-by: Frank Flitton <[email protected]> * chore: spacing and scaffolding Signed-off-by: Frank Flitton <[email protected]> * chore: grey header color Signed-off-by: Frank Flitton <[email protected]> * fix/dropdown breadcrumbs (#799) fix: dropdown breadcrumbs Signed-off-by: Soham Parekh <[email protected]> Co-authored-by: Soham Parekh <[email protected]> * chore: global inject without emotion Signed-off-by: Frank Flitton <[email protected]> * chore: generate id Signed-off-by: Frank Flitton <[email protected]> * chore: initial unit tests Signed-off-by: Frank Flitton <[email protected]> * chore: fix incorrect localstore value Signed-off-by: Frank Flitton <[email protected]> * chore: named entities execution tests Signed-off-by: Frank Flitton <[email protected]> * chore: domain and project util tests Signed-off-by: Frank Flitton <[email protected]> * chore: fix execution list page title 404 ing Signed-off-by: Frank Flitton <[email protected]> * chore: fix swipe left to go back Signed-off-by: Frank Flitton <[email protected]> * chore: feature flag breadcrumb UI content Signed-off-by: Frank Flitton <[email protected]> * chore: set flags from url Signed-off-by: Frank Flitton <[email protected]> * chore: set flags from exxternal config Signed-off-by: Frank Flitton <[email protected]> * chore: set feature flags from env Signed-off-by: Frank Flitton <[email protected]> * chore: get flags from external env Signed-off-by: Frank Flitton <[email protected]> * chore: better docs from breadcrumbs interface Signed-off-by: Frank Flitton <[email protected]> --------- Signed-off-by: Frank Flitton <[email protected]> Signed-off-by: Carina Ursu <[email protected]> Signed-off-by: Soham Parekh <[email protected]> Co-authored-by: Carina Ursu <[email protected]> Co-authored-by: etdotal <[email protected]> Co-authored-by: Soham Parekh <[email protected]>
jsonporter
pushed a commit
that referenced
this pull request
Jul 26, 2023
* chore: new nav bar Signed-off-by: Frank Flitton <[email protected]> * feat: url breadcrumbs feature (#784) * chore: new nav bar Signed-off-by: Frank Flitton <[email protected]> * chore: navbar quick links Signed-off-by: Frank Flitton <[email protected]> * chore: task, workflow, launchplans Signed-off-by: Frank Flitton <[email protected]> * chore: remove unused import Signed-off-by: Frank Flitton <[email protected]> * chore: fixup navbar integration Signed-off-by: Frank Flitton <[email protected]> * chore: fix linter Signed-off-by: Frank Flitton <[email protected]> * chore: execution async value Signed-off-by: Frank Flitton <[email protected]> * chore: fix types build fail Signed-off-by: Frank Flitton <[email protected]> * chore: async self link Signed-off-by: Frank Flitton <[email protected]> * chore: add some exports Signed-off-by: Frank Flitton <[email protected]> * chore: change to names export Signed-off-by: Frank Flitton <[email protected]> * chore: spelling Signed-off-by: Carina Ursu <[email protected]> * chore: fix timestamps Signed-off-by: Carina Ursu <[email protected]> * chore: fix file upload type failure Signed-off-by: Frank Flitton <[email protected]> * chore: fix Executions title not updating Signed-off-by: Frank Flitton <[email protected]> * chore: remove depricated types file for dropzone Signed-off-by: Frank Flitton <[email protected]> * chore: fix execution launch plan self link Signed-off-by: Frank Flitton <[email protected]> * chore: pass custom component Signed-off-by: Frank Flitton <[email protected]> * chore: fix named entity cases Signed-off-by: Frank Flitton <[email protected]> * chore: different custom component style Signed-off-by: Frank Flitton <[email protected]> * chore: dynamic breadcrumb hook with event dispatch Signed-off-by: Frank Flitton <[email protected]> * chore: dynamic breadcrumb hook with event dispatch Signed-off-by: Frank Flitton <[email protected]> * chore: project and domains link to dashboard Signed-off-by: Frank Flitton <[email protected]> * chore: add localstorage setting Signed-off-by: Frank Flitton <[email protected]> * chore: get localstorage setting Signed-off-by: Frank Flitton <[email protected]> * chore: named entities self links Signed-off-by: Frank Flitton <[email protected]> * chore: spacing and scaffolding Signed-off-by: Frank Flitton <[email protected]> * chore: grey header color Signed-off-by: Frank Flitton <[email protected]> * fix/dropdown breadcrumbs (#799) fix: dropdown breadcrumbs Signed-off-by: Soham Parekh <[email protected]> Co-authored-by: Soham Parekh <[email protected]> * chore: global inject without emotion Signed-off-by: Frank Flitton <[email protected]> * chore: generate id Signed-off-by: Frank Flitton <[email protected]> * chore: initial unit tests Signed-off-by: Frank Flitton <[email protected]> * chore: fix incorrect localstore value Signed-off-by: Frank Flitton <[email protected]> * chore: named entities execution tests Signed-off-by: Frank Flitton <[email protected]> * chore: domain and project util tests Signed-off-by: Frank Flitton <[email protected]> * chore: fix execution list page title 404 ing Signed-off-by: Frank Flitton <[email protected]> * chore: fix swipe left to go back Signed-off-by: Frank Flitton <[email protected]> * chore: feature flag breadcrumb UI content Signed-off-by: Frank Flitton <[email protected]> * chore: set flags from url Signed-off-by: Frank Flitton <[email protected]> * chore: set flags from exxternal config Signed-off-by: Frank Flitton <[email protected]> * chore: set feature flags from env Signed-off-by: Frank Flitton <[email protected]> * chore: get flags from external env Signed-off-by: Frank Flitton <[email protected]> * chore: better docs from breadcrumbs interface Signed-off-by: Frank Flitton <[email protected]> --------- Signed-off-by: Frank Flitton <[email protected]> Signed-off-by: Carina Ursu <[email protected]> Signed-off-by: Soham Parekh <[email protected]> Co-authored-by: Carina Ursu <[email protected]> Co-authored-by: etdotal <[email protected]> Co-authored-by: Soham Parekh <[email protected]> * chore: console version bump Signed-off-by: Frank Flitton <[email protected]> --------- Signed-off-by: Frank Flitton <[email protected]> Signed-off-by: Carina Ursu <[email protected]> Signed-off-by: Soham Parekh <[email protected]> Co-authored-by: Carina Ursu <[email protected]> Co-authored-by: etdotal <[email protected]> Co-authored-by: Soham Parekh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes navigation breadcrumbs dropdown styling to: