Commit graph

4 commits

Author SHA1 Message Date
silverwind 19b017f398
Use explicit jQuery import, remove unused eslint globals ()
- Don't rely on globals (window.$) for jQuery import
- Remove eslint globals no longer in use
2022-01-28 21:00:11 +00:00
wxiaoguang 84f8ef3df6
Fix PR comments UI ()
Closes:
* Review comment cannot be edited 
* Changing PR Comment Resolved State Disables Further Changes 
2022-01-19 01:28:38 +08:00
Jimmy Praet a3efd048a7
Improvements to content history ()
* 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
2021-11-22 20:20:16 +08:00
wxiaoguang bb71ceeeb2
Improve async/await usage, and sort init calls in index.js ()
* 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
2021-11-09 17:27:25 +08:00
Renamed from web_src/js/features/issue-content-history.js (Browse further)