Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Co-authored-by: Federico Brigante <github@bfred.it>
|
|
|
|
Co-authored-by: Federico Brigante <github@bfred.it>
|
|
|
|
Co-authored-by: Federico Brigante <github@bfred.it>
|
|
* Make `hide-readme-header` CSS-only
* Add more comprehensive hasComments and hasRichTextEditor detects
* Merge and improve yours-menu-item and commented-menu-item
* Enable more features on global issue/pr lists
* Fix `collapsible-content-button` on review comments
* Small code refactoring and cleanup
|
|
|
|
|
|
* Limit style fixes
- only when the upload button feature is enabled, and
- only when the bottom bar isn't showing
* Drop no-longer-necessary MutationObserver
* Use native local hotkey handler
|
|
|
|
To get some meaningful errors during feature development, I thought it'd be useful to use TypeScript on `features.js` only, hoping to keep it contained to that file.
@sindresorhus suggested we just extend it the whole extension and maybe that can be done incrementally, without having to necessarily use types on everything.
|