gitea/web_src/js
Bryan Mutai 7d6861ac54
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-container (push) Has been cancelled
Add "Go to file", "Delete Directory" to repo file list page (#35911)
/claim #35898
Resolves #35898 

### Summary of key changes:

1. Add file name search/Go to file functionality to repo button row.
2. Add backend functionality to delete directory
3. Add context menu for directories with functionality to copy path & delete a directory
4. Move Add/Upload file dropdown to right for parity with Github UI
5. Add tree view to the edit/upload UI

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-11-30 11:58:15 +08:00
..
components Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
features Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
markup Fix "ref-issue" handling in markup (#35739) 2025-10-27 22:45:07 +08:00
modules Update JS deps (#35978) 2025-11-20 21:53:44 +00:00
render Update eslint to v9 (#35485) 2025-09-14 19:15:06 +03:00
standalone Make external iframe render work (#35730) 2025-10-23 08:01:38 +00:00
utils Enable more markdown paste features in textarea editor (#35494) 2025-09-16 23:55:57 +00:00
vendor
webcomponents Optimize overflow-menu (#34183) 2025-04-13 01:59:36 +00:00
bootstrap.test.ts
bootstrap.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
globals.d.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
globals.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
htmx.ts Merge index.js (#34963) 2025-07-06 04:55:16 +00:00
index-domready.ts Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
index.ts Load jQuery as early as possible to support custom scripts (#35926) 2025-11-12 00:11:46 +08:00
svg.test.ts
svg.ts Fix a number of strictNullChecks-related issues (#35795) 2025-11-03 20:17:06 +00:00
types.ts Enable vue/require-typed-ref eslint rule (#35764) 2025-10-29 17:42:06 +08:00
utils.test.ts Use git diff-tree for DiffFileTree on diff pages (#33514) 2025-02-28 00:58:25 +00:00
utils.ts Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +08:00
vitest.setup.ts