gitea/web_src/js
silverwind a2e54fe256
Improve textarea paste
- Always initialize the paste code, previously it was not initialized
  when this.dropzone was not there which is the case when attachements
  are disabled on the server.
- When pasting a URL over another URL, replace the URL instead of
  creating a nested markdown link.
2024-08-30 15:25:58 +02:00
..
components Fix overflowing content in action run log (#31842) 2024-08-16 23:34:27 -04:00
features Improve textarea paste 2024-08-30 15:25:58 +02:00
markup Update mermaid to v11 (#31913) 2024-08-25 17:23:13 +00:00
modules Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
render Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
standalone Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
utils Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
vendor Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
webcomponents Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
bootstrap.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
bootstrap.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
globals.d.ts Move web globals to web_src/js/globals.d.ts (#31943) 2024-08-30 07:36:53 +00:00
globals.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
htmx.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
index.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
svg.test.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
svg.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
types.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
utils.test.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
utils.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00
vitest.setup.ts Fix a number of Typescript issues (#31877) 2024-08-28 18:32:38 +02:00