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

Feat: global nav #36

Merged
merged 245 commits into from
Feb 23, 2024
Merged

Feat: global nav #36

merged 245 commits into from
Feb 23, 2024

Conversation

jared-dickman
Copy link
Collaborator

@jared-dickman jared-dickman commented Jan 5, 2024

Instructions

  1. PR target branch should be against main
  2. PR title name should follow this format: https://github.com/mParticle/mparticle-workflows/blob/main/.github/workflows/pr-title-check.yml
  3. PR branch prefix should follow this format: https://github.com/mParticle/mparticle-workflows/blob/main/.github/workflows/pr-branch-check-name.yml

Summary

  • POC for introducing a Global Navigation component

Testing Plan

  • Was this tested locally? If not, explain why.
  • {explain how this has been tested, and what, if any, additional testing should be done}

Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)

Figma Exporation

jared-dickman and others added 22 commits January 4, 2024 20:19
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@jared-dickman jared-dickman changed the title Feat/global nav Feat: global nav Jan 10, 2024
jared-dickman and others added 7 commits January 10, 2024 16:48
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.gitignore Outdated
@@ -89,7 +89,6 @@ out

# Nuxt.js build / generate output
.nuxt
dist
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

todo: this is for development only

@@ -18,7 +15,7 @@ const meta: Meta<typeof Avatar> = {
args: {
alt: 'User Avatar',
gap: 4,
icon: <Icon icon={faUser} />,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

with the removal of font awesome, and the pending of a new Icon component, all story icons have temporarily been replaced with a generic icon [mp logo]

@@ -0,0 +1,21 @@
import { getInitials } from './utils'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

TD item to get this working

@@ -0,0 +1,3 @@
.u-display-none {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

consider how utils might be exported downstream from the aquarium

Copy link
Collaborator

@tibuurcio tibuurcio left a comment

Choose a reason for hiding this comment

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

Let's go!

@jared-dickman jared-dickman merged commit 591c3bb into main Feb 23, 2024
10 checks passed
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.

3 participants