Commit Graph

18 Commits

Author SHA1 Message Date
Johannes Batzill
ec45e70770 [UI] Fix PR Refreshing, Code Comment Canceling (#519) 2023-09-18 20:56:14 +00:00
Johannes Batzill
27de7971b9 [File Viewed] Adding Full Stack Support for File Viewed Feature (#516) 2023-09-18 15:59:40 +00:00
calvin
9c46f066dc fix: [code-836]: remove comment 2023-09-08 17:56:04 -06:00
Calvin Lee
32888b07ce fix: [code-836]: fix issue where code comments cant be added (#420) 2023-09-08 23:48:29 +00:00
Calvin Lee
0405deba25 fix: [code-798]: fix code comment issue where it stays (#397) 2023-09-06 20:45:59 +00:00
“tan-nhu”
3afec4c78b feat: [CODE-350]: Add some PR Comment improvements 2023-05-24 17:54:28 -07:00
“tan-nhu”
4e18c009bb feat: [CODE-298]: Code Comment API integration + Optimize PR polling + implement unchecked status 2023-05-10 02:13:52 -07:00
“tan-nhu”
3840b36285 feat: [CODE-263]: API integration for new PR Code Comment API 2023-04-28 14:59:04 -07:00
“tan-nhu”
821d79d53c Implememnt diff view in editing file 2023-04-28 10:23:12 -07:00
Tan Nhu
a2cac1e82b API integration for different type of merges (#268)
Co-authored-by: Tan Nhu <tnhu@users.noreply.github.com>
2023-01-31 08:41:46 -08:00
Tan Nhu
48c6802a9f Finalize PR Code Comment integration (#237) 2023-01-20 15:29:11 -08:00
Tan Nhu
56a6dba484 Implement PR code commenting using payload field (#235) 2023-01-19 16:29:38 -08:00
Tan Nhu
4938718aca Add Changes integration into PR Compare view (#164) 2023-01-06 01:56:37 -08:00
Tan Nhu
58a2d90973 Redirect to Compare when editing a file with new branch created (#149) 2022-12-29 22:41:43 -08:00
Tan Nhu
e4ae2b269b Implement components to support PR commenting (#146) 2022-12-28 15:58:02 -08:00
Tan Nhu
23792ab2f5 Add Diff view Line Break configuration (#135)
* Add Diff view Line Break configuration

* Minor string change
2022-12-23 00:57:56 -08:00
Tan Nhu
da3bfc9bd0 Implement PR commenting prototype (#131)
* Remove unused packages

* Remove some unused packages

* Height adjustment calculation for DiffViewer with CommentBox inside

* Add logic to render existing comments

* Improve rendering performance

* Remove optimization that makes things slow

* Use 'auto' to boost re-layout performance

* Fix wrong height calculation when 'auto' is being sent

* Fix CommentBox height adjustment when comments got changed
2022-12-22 13:34:54 -08:00
Tan Nhu
43c7e94e06 Add markdown editor into commenting (#128)
* Small refactoring

* Refactoring: Make it a bit easier for DOM manipulation

* Add markdown editor into commenting
2022-12-20 11:28:56 -08:00