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
cloudchamb3r 603fca1e27
Fix null errors on conversation holder (#32258) (#32266)
fix #32258

Errors in the issue was due to unhandled null check. so i fixed it.

### Detailed description for Issue & Fix
To reproduce that issue, the comment must be deleted on Conversation
tab.
#### Before Delete
<img width="1032" alt="image"
src="https://github.com/user-attachments/assets/72df61ba-7db6-44c9-bebc-ca1178dd27f1">

#### After Delete (AS-IS)
<img width="1010" alt="image"
src="https://github.com/user-attachments/assets/36fa537e-4f8e-4535-8d02-e538c50f0dd8">

gitea already have remove logic for `timeline-item-group`, but because
of null ref exception the later logic that removes `timeline-item-group`
could be not be called correctly.
4 months ago
..
components Fix checkbox bug on private/archive filter (#32236) 5 months ago
features Fix null errors on conversation holder (#32258) (#32266) 4 months ago
markup Update mermaid to v11 (#31913) 6 months ago
modules Add types to various low-level functions (#31781) 7 months ago
render Fix a number of Typescript issues (#31877) 6 months ago
standalone Fix a number of Typescript issues (#31877) 6 months ago
utils Fix a number of Typescript issues (#31877) 6 months ago
vendor Convert frontend code to typescript (#31559) 8 months ago
webcomponents Convert frontend code to typescript (#31559) 8 months ago
bootstrap.test.ts Convert frontend code to typescript (#31559) 8 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) 6 months ago
globals.ts Convert frontend code to typescript (#31559) 8 months ago
htmx.ts Fix a number of Typescript issues (#31877) 6 months ago
index.ts Fix a number of Typescript issues (#31877) 6 months ago
svg.test.ts Fix a number of Typescript issues (#31877) 6 months ago
svg.ts Add types to fetch,toast,bootstrap,svg (#31627) 7 months ago
types.ts Fix a number of Typescript issues (#31877) 6 months ago
utils.test.ts Fix a number of Typescript issues (#31877) 6 months ago
utils.ts Fix a number of Typescript issues (#31877) 6 months ago
vitest.setup.ts Fix a number of Typescript issues (#31877) 6 months ago