You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
silverwind 5550226571
Improve textarea paste (#31948)
- When pasting a URL over another URL, replace the URL instead of
creating a useless `[url](url)`. This is the 1-line change
[here](https://github.com/go-gitea/gitea/pull/31948/files#diff-be8e94d7e3da33b187381f53d28095107bd0cf29ae9a9e997e4f422f4a54479cR122).
- Always run `initTextareaEvents`, previously it was not run when
`dropzoneEl` was not present like when attachements are disabled on the
server. Refactored the function to gracefully handle absent `dropzoneEl`
and rename the function to a better name.
5 months ago
..
components Fix overflowing content in action run log (#31842) 6 months ago
features Improve textarea paste (#31948) 5 months ago
markup Update mermaid to v11 (#31913) 6 months ago
modules Add types to various low-level functions (#31781) 6 months ago
render Fix a number of Typescript issues (#31877) 5 months ago
standalone Fix a number of Typescript issues (#31877) 5 months ago
utils Fix a number of Typescript issues (#31877) 5 months ago
vendor Convert frontend code to typescript (#31559) 7 months ago
webcomponents Convert frontend code to typescript (#31559) 7 months ago
bootstrap.test.ts Convert frontend code to typescript (#31559) 7 months ago
bootstrap.ts Add types to fetch,toast,bootstrap,svg (#31627) 7 months ago
globals.d.ts Move web globals to `web_src/js/globals.d.ts` (#31943) 5 months ago
globals.ts Convert frontend code to typescript (#31559) 7 months ago
htmx.ts Fix a number of Typescript issues (#31877) 5 months ago
index.ts Fix a number of Typescript issues (#31877) 5 months ago
svg.test.ts Fix a number of Typescript issues (#31877) 5 months ago
svg.ts Add types to fetch,toast,bootstrap,svg (#31627) 7 months ago
types.ts Fix a number of Typescript issues (#31877) 5 months ago
utils.test.ts Fix a number of Typescript issues (#31877) 5 months ago
utils.ts Fix a number of Typescript issues (#31877) 5 months ago
vitest.setup.ts Fix a number of Typescript issues (#31877) 5 months ago