aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-issue-content.js
Commit message (Collapse)AuthorAgeFilesLines
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-1/+1
| | | | | - Don't rely on globals (window.$) for jQuery import - Remove eslint globals no longer in use
* Fix PR comments UI (#18323)wxiaoguang2022-01-191-1/+1
| | | | | Closes: * Review comment cannot be edited #17768 * Changing PR Comment Resolved State Disables Further Changes #18315
* Improvements to content history (#17746)Jimmy Praet2021-11-221-3/+6
| | | | | | | | | | | * Improvements to content history * initialize content history when making an edit to an old item created before the introduction of content history * show edit history for code comments on pull request files tab * Fix a flaw in keepLimitedContentHistory Fix a flaw in keepLimitedContentHistory, the first and the last should never be deleted * Remove obsolete eager initialization of content history
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-091-0/+135
* clean up async/await, and sort init calls in `index.js * use `const _promise` to indicate that we do not need await an async function