marcustyphoon
marcustyphoon
https://developer.mozilla.org/en-US/docs/Web/CSS/transition-behavior Hey, look, a new CSS thingy. Firefox nightly only at the moment, but probably coming soon. Useful for that old "scroll to bottom button needs to change `visibility` after...
I don't think that would be related, since we're using entirely NPF API calls and the failure is on a fetch. Not impossible, though?
Yeah, same. We need to add error handling to the API request so there's some indication what's happening (#1272)—this could, for all we can tell without seeing the javascript console...
Ooh. Or these could actually be preference items, with `"type": "text"`, or whatever. Ehh, nah, I can't think of an actual advantage to that.
Yeah, that's definitely also an option :D
Oh, yeah, it's certainly possible to access a non-popup version without this. All this does is add a link in a location where someone might go looking for it. (Well:...
> isn't there a method for opening the preferences pane...? Do you mean `right click the button -> options` in chromium /// `right click the button -> manage -> preferences`...
Oh! You meant for the developer, gotcha. Interesting. This PR has different URL parameters for embedded vs in-a-new-tab, at the moment, but that's not really necessary.
Drafting this because ostensibly the correct way to do it is to unify the "embedded" and "is in a browser window" modes (and maybe make the embedded banner prettier), but...
Could also be solved declaratively via something like `div:has(> ul > li > a[href^="/settings"]) + #xkit-sidebar { display: none }`.