summaryrefslogtreecommitdiffstats
path: root/web_src/js/features/file-fold.js
Commit message (Collapse)AuthorAgeFilesLines
* Update JS dependencies (#27922)silverwind2023-11-061-1/+0
| | | | | | | | - Update all JS dependencies minus @mcaptcha/vanilla-glue (unsolved error, see https://github.com/mCaptcha/glue/issues/65) - Migrate deprecated eslint rules to `@stylistic/eslint-plugin-js` - Enable and autofix `@stylistic/js/no-multiple-empty-lines` - Regenerate poetry.lock with latest poetry - Tested Mermaid, Swagger, Citation, Vue
* Scroll collapsed file into view (#23702)Jimmy Praet2023-04-051-0/+3
|
* JS refactors (#22227)silverwind2022-12-241-1/+0
| | | | | | - Replace all default exports with named exports, except for Vue SFCs - Remove names from Vue SFCs, they are automatically inferred from the filename - Misc whitespace-related tweaks
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-0/+18
Users can now mark files in PRs as viewed, resulting in them not being shown again by default when they reopen the PR again.