Skip to content

Conversation

eamodio
Copy link
Member

@eamodio eamodio commented Sep 2, 2024

No description provided.

@eamodio eamodio force-pushed the feature/graph-sidebar branch 2 times, most recently from 8c80ee1 to 666a791 Compare September 3, 2024 17:47
timestamp: number;
},
> extends GlElement {
@property({ type: String }) name!: string;
Copy link
Member

Choose a reason for hiding this comment

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

Let's add delegatesFocus this since the App itself doesn't need to be focusable:

	static override shadowRootOptions: ShadowRootInit = {
		...LitElement.shadowRootOptions,
		delegatesFocus: true,
	};

Copy link
Member Author

Choose a reason for hiding this comment

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

Will do

Comment on lines +67 to +76
document.querySelectorAll('a').forEach(a => {
if (a.href === a.title) {
a.removeAttribute('title');
}
});
Copy link
Member

Choose a reason for hiding this comment

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

I wonder if we should just do this in GlElement? Though it could add up to a lot of DOM work.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ugh, I hate to need every component to do this, and vscode only does it once on load

Copy link
Member

Choose a reason for hiding this comment

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

Wondering if we even need this in Shadow DOM

@eamodio eamodio force-pushed the feature/graph-sidebar branch from 610f8b6 to dd295ec Compare September 4, 2024 04:06
@eamodio eamodio force-pushed the feature/graph-sidebar branch from dd295ec to f9eb66e Compare September 6, 2024 22:18
@eamodio eamodio self-assigned this Sep 6, 2024
@eamodio eamodio added this to the 15.4-patch milestone Sep 6, 2024
@eamodio eamodio marked this pull request as ready for review September 6, 2024 22:19
@eamodio eamodio merged commit cc110f1 into main Sep 6, 2024
1 check passed
@d13 d13 added pending-release Resolved but not yet released to the stable edition verified ✔ Verified labels Sep 12, 2024
@axosoft-ramint axosoft-ramint removed the pending-release Resolved but not yet released to the stable edition label Sep 12, 2024
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.

3 participants