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

my account navigation #960

Draft
wants to merge 45 commits into
base: development
Choose a base branch
from

Conversation

tobi-or-not-tobi
Copy link
Contributor

No description provided.

we've changed the styles so that navigation styles can peers through the
shadow DOM and affect the CSS of content links whether they're direct
children or nested in other components (e.g. a category-list).
Copy link

netlify bot commented Nov 30, 2023

Deploy Preview for dev-oryx-components failed.

Name Link
🔨 Latest commit 0e0cca4
🔍 Latest deploy log https://app.netlify.com/sites/dev-oryx-components/deploys/657c50df2390490008fe2b6c

Copy link

netlify bot commented Nov 30, 2023

Deploy Preview for dev-composable-storefront ready!

Name Link
🔨 Latest commit 0e0cca4
🔍 Latest deploy log https://app.netlify.com/sites/dev-composable-storefront/deploys/657c50df8dbce60008e264f4
😎 Deploy Preview https://deploy-preview-960--dev-composable-storefront.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
3 paths audited
Performance: 29 (🟢 up 2 from production)
Accessibility: 90 (no change from production)
Best Practices: 97 (no change from production)
SEO: 87 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Nov 30, 2023

Deploy Preview for dev-fulfillment ready!

Name Link
🔨 Latest commit 0e0cca4
🔍 Latest deploy log https://app.netlify.com/sites/dev-fulfillment/deploys/657c50dff4e9710008907e33
😎 Deploy Preview https://deploy-preview-960--dev-fulfillment.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

import { LitElement, TemplateResult, html } from 'lit';

@hydrate()
export class UserNavigationTriggerComponent extends ContentMixin(LitElement) {
Copy link
Contributor

Choose a reason for hiding this comment

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

UserAuthNavigationComponent? 🤔
Not sure, but this "navigation trigger" sounds not too clear for me...

},
{
type: 'oryx-content-link',
options: {
Copy link
Contributor

Choose a reason for hiding this comment

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

This one will also have to be in labs only for now

Copy link
Contributor Author

Choose a reason for hiding this comment

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

agreed. Moved over to labs.

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

Successfully merging this pull request may close these issues.

None yet

2 participants