summaryrefslogtreecommitdiff
path: root/source/features/upload-button.tsx (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-05-24Drop `upload-button` feature and restore hiding of upload bar (#2068)Gravatar Federico Brigante 1-47/+0
2019-05-13Add description field to features (#2030)Gravatar Sindre Sorhus 1-0/+1
Co-authored-by: Federico Brigante <github@bfred.it>
2019-04-26Extract `upload-button`'s CSS (#1986)Gravatar Federico Brigante 1-0/+1
2019-04-21Meta: Add explicit return types on all functions (#1943)Gravatar Nick Taylor 1-3/+3
Co-authored-by: Federico Brigante <github@bfred.it>
2019-04-20Meta: Drop some TypeScript type assertions (#1948)Gravatar Federico Brigante 1-3/+3
2019-04-17Enable strict-mode for TypeScript (#1783)Gravatar Nick Taylor 1-7/+7
Co-authored-by: Federico Brigante <github@bfred.it>
2019-03-27Cleanup and small fixes (#1883)Gravatar Federico Brigante 1-5/+1
* 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
2019-03-08Replace `delegate` with `delegate-it` (#1834)Gravatar Federico Brigante 1-7/+2
2019-02-12Meta: Simplify dom-chef usage (#1768)Gravatar Federico Brigante 1-1/+1
2019-01-31Improve `upload-button` feature (#1742)Gravatar Federico Brigante 1-22/+9
* 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
2019-01-19Update dependencies; lintGravatar Federico Brigante 1-0/+1
2019-01-17Drop Babel in favor of esm and TypeScript (#1726)Gravatar Federico Brigante 1-0/+66
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.