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.
2024-10-16 20:39:47 +08:00
..
components Fix checkbox bug on private/archive filter (#32236) 2024-10-11 01:12:27 +08:00
features Fix null errors on conversation holder (#32258) (#32266) 2024-10-16 20:39:47 +08: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