0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-24 23:58:33 +01:00
gitea/web_src/js/features
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
..
admin Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
comp Improve textarea paste (#31948) 2024-09-01 15:15:29 +00:00
autofocus-end.ts
captcha.ts
citation.ts
clipboard.ts
code-frequency.ts
codeeditor.ts Code editor theme enhancements (#31629) 2024-07-14 23:22:48 +00:00
colorpicker.ts
common-button.ts
common-fetch-action.ts
common-form.ts
common-issue-list.test.ts
common-issue-list.ts
common-organization.ts
common-page.ts
contextpopup.ts
contributors.ts
copycontent.ts
dropzone.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
emoji.ts
eventsource.sharedworker.ts
file-fold.ts
heatmap.ts
imagediff.ts
install.ts
notification.ts
oauth2-settings.ts add skip secondary authorization option for public oauth2 clients (#31454) 2024-07-19 14:28:30 -04:00
org-team.ts
pull-view-file.ts
recent-commits.ts
repo-branch.ts
repo-code.test.ts
repo-code.ts
repo-commit.ts
repo-common.ts
repo-diff-commit.ts
repo-diff-commitselect.ts
repo-diff-filetree.ts make show stats work when only one file changed (#32244) 2024-10-14 21:23:20 +00:00
repo-diff.ts make show stats work when only one file changed (#32244) 2024-10-14 21:23:20 +00:00
repo-editor.ts Notify the user when the file path contains leading or trailing spaces and fix the error message for invalid file names. (#31507) 2024-09-24 19:06:52 +00:00
repo-findfile.test.ts
repo-findfile.ts
repo-graph.ts
repo-home.ts Add null check for responseData.invalidTopics (#32212) 2024-10-09 01:27:05 +08:00
repo-issue-content.ts
repo-issue-edit.ts
repo-issue-list.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
repo-issue-pr-form.ts
repo-issue-pr-status.ts
repo-issue.ts Fix null errors on conversation holder (#32258) (#32266) 2024-10-16 20:39:47 +08:00
repo-legacy.ts Actions support workflow dispatch event (#28163) 2024-08-18 22:38:40 -04:00
repo-migrate.ts Fix javascript error when an anonymous user visiting migration page (#32144) 2024-10-02 04:37:16 +00:00
repo-migration.ts
repo-projects.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
repo-release.ts
repo-search.ts
repo-settings.ts
repo-template.ts
repo-unicode-escape.ts
repo-wiki.ts
scoped-access-token.ts fix the component of access token list not mounted (#31824) 2024-08-16 17:37:36 +00:00
sshkey-helper.ts
stopwatch.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
tablesort.ts
tribute.ts
user-auth-webauthn.ts Run detectWebAuthnSupport only if necessary (#31691) 2024-07-25 23:26:41 +00:00
user-auth.ts
user-settings.ts