Dominic Maas

Results 140 comments of Dominic Maas

Happy to submit a PR for this when done ([WIP](https://github.com/Baseflow/XF-Material-Library/compare/develop...DominicMaas:DominicMaas/time-picker))

See my "Current Changes" link, I ended up making a copy of the dialog into my own project where I made the change.

Is this on EdgeHTML or Chromium based MS edge?

In the latest commit I added changes to use the new auth system for new users. I did perform some brief testing for existing users, but if someone watching could...

Firefox has issues signing in with the new code, see #61 ``` Error: Opener tab must be in the same window as the tab being created => undefined tab is...

This will only happen on some sites (YouTube is one of them), the reason is below: When you click on a link on YouTube, it doesn't actually navigate to a...

`browser.tabs.update({active: true});` does not appear to be valid? (at least TypeScript complains about needing two arguments, `tabId` and `updateProperties`). Seems to be happy with `chrome.tabs.update({active: true});` for Chrome.

This is planned for sometime. There will be the ability to add your own custom block list. Deleting history is mentioned in #49 and #50.

It should be possible. I can query for all activities generated by this extension, and probably call delete on the ones that match a URL, a little messy. The APIs...

Hmmm, I've heard of other people experiencing a similar issue. I'm not too sure how to fix it, if the pages are displaying under "recent activities", the extension is working...