🛠️ Cleanup: Integrate more properly with GitHub's design system #4
Labels
status: blocked
Waiting for something else to be resolved
type: cleanup
Tech debt or other code/repository cleanups
GitHub uses a few web components to set up the Saved Replies dropdown:
details-menu
,fuzzy-list
, and so on. That makes it a little tricky to manipulate their DOM manually the way this extension currently does.It would be nice if this could instead use whatever APIs -if any?- those web components expose to more properly manipulate their contents. Then this extension's added replies would be more seamless -- and support keyboard extensions!
The text was updated successfully, but these errors were encountered: