summaryrefslogtreecommitdiff
path: root/source/features/toggle-files-button.tsx (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-01Meta: Use new `select-dom` API (#6992)Gravatar Federico Brigante 1-3/+3
2023-08-28Enable `useful-not-found-page` on the new "404 file" page (#6840)Gravatar 오지환 (Cooper) 1-0/+3
2023-07-08Use new cache API (#6733)Gravatar Federico Brigante 1-5/+5
2023-06-01Fix conflict with native mobile toggle in `toggle-files-button` (#6706)Gravatar Federico Brigante 1-48/+62
2023-05-04Lint (ESM file imports + named functions) (#6613)Gravatar Federico Brigante 1-4/+4
2023-04-26Update `delegate-it` (#6563)Gravatar Federico Brigante 1-1/+1
2023-02-20Run 50 more features before the whole page has loaded (#6357)Gravatar Federico Brigante 1-1/+0
2022-10-12Preserve `toggle-files-button` after navigation (#6079)Gravatar Federico Brigante 1-9/+2
2022-09-25Meta: Inline anchor as parameter in attachElement(s)Gravatar Federico Brigante 1-4/+2
2022-09-20Meta: Default to `deduplicate: false` (#5999)Gravatar Federico Brigante 1-2/+1
2022-09-15Make `toggle-files-button` act faster and more reliably (#5980)Gravatar Federico Brigante 1-15/+26
2022-09-09Update dependencies (#5955)Gravatar Federico Brigante 1-5/+5
2022-07-20Lint (#5830)Gravatar Federico Brigante 1-4/+2
2022-07-05Add `has()` selector helper (#5518)Gravatar Federico Brigante 1-1/+2
2022-06-22Avoid duplication in `toggle-files-button` (#5706)Gravatar Federico Brigante 1-31/+46
2022-06-12Improve `Deinit` type (#5685)Gravatar Florent 1-1/+1
2022-05-22Make `toggle-files-button` unforgettable (#5653)Gravatar Federico Brigante 1-2/+17
2022-03-18Meta: Correctly deinit all features (#5422)Gravatar Florent 1-4/+6
2021-11-09Meta: Replace `__filebasename` with `import.meta.url` (#5058)Gravatar Florent 1-1/+1
2021-07-16Restore `toggle-files-button` (#4559)Gravatar Florent 1-3/+3
2021-07-07Lint: Enable `comma-dangle` (#4545)Gravatar Federico Brigante 1-3/+3
2021-06-01Drop support for the old GitHub layout (#3951)Gravatar yakov116 1-5/+1
2021-04-23Restore some features that appear in files and file lists (#4247)Gravatar Federico Brigante 1-1/+1
2020-11-30Use `@primer/octicons-react` icons (#3227)20.12.3Gravatar Flo Edelmann 1-3/+1
2020-10-26Lint (#3684)Gravatar yakov116 1-5/+1
2020-10-24Meta: Use the Readme as the only source of feature descriptions (#3678)Gravatar Flo Edelmann 1-5/+1
2020-09-24Persist `toggle-files-button` state (#3589)Gravatar cheap glitch 1-6/+22
2020-07-01Restore `toggle-files-button`+`repo-age` in "Repository refresh" (#3264)Gravatar Flo Edelmann 1-1/+4
2020-06-08Use fold/unfold octicons for `toggle-files-button` (#3191)Gravatar Flo Edelmann 1-2/+5
2020-06-03Upgrade dependencies (#3168)Gravatar Sindre Sorhus 1-1/+1
2020-05-19Meta: Reorganize utility functions (#3110)Gravatar Fregante 1-2/+2
2020-05-08Lint (#3072)Gravatar Fregante 1-0/+1
2020-05-08Extract page-detect.ts into `github-url-detection` (#3062)Gravatar Fregante 1-1/+1
2020-04-29Meta: Use JSX when generating elements with functions (#3034)Gravatar Fregante 1-2/+2
2020-04-20Meta: Improve types (#3006)Gravatar Federico Brigante 1-1/+1
2020-04-20Meta: Make bundles smaller (#3020)Gravatar Federico Brigante 1-1/+2
2020-04-15Improve feature loading mechanism (#2987)Gravatar Federico Brigante 1-1/+0
2020-04-08Update delegate-itGravatar Federico Brigante 1-1/+1
2020-04-03Allow multiple loaders in a single `features.add` (#2925)Gravatar Federico Brigante 1-1/+2
2020-02-19Update linters (#2802)Gravatar Federico Brigante 1-2/+2
2020-01-08Meta: Enable JSX linting (#2678)Gravatar Federico Brigante 1-1/+3
2019-12-15Use `@primer/octicons` package instead of curating icons.tsx (#2610)Gravatar Federico Brigante 1-2/+2
2019-07-30Sort features in Readme by area instead of by type (#2283)Gravatar Federico Brigante 1-1/+2
2019-06-27Fix file list jump caused by `toggle-files-button`Gravatar Federico Brigante 1-1/+2
2019-06-22Meta: Dynamically add feature names to files (#2166)19.6.22.1940Gravatar Federico Brigante 1-1/+1
2019-05-13Add description field to features (#2030)Gravatar Sindre Sorhus 1-0/+1
2019-04-26Extract `toggle-files-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-1/+1
2019-04-17Enable strict-mode for TypeScript (#1783)Gravatar Nick Taylor 1-5/+5
2019-03-08Replace `delegate` with `delegate-it` (#1834)Gravatar Federico Brigante 1-1/+1