CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 07:47:36 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/WordPress/gutenberg.git
etag: W/"87ccc95c43ead9269a3a7262fea3b219"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=cuS50rd11imh%2FnVRRvPPPChWmmS7fpWkWwQOTaw7MJnmfF4qjyMPaXIXt33FLnBRhm7gpZmt2eLwEs7LmBDQl%2Fgq30QvitbvSzHJRkMlapXic6cIPz0ZjKkxls086CZW%2FhqRagcTZRwWn9w3XKScvZCl4xMFsyA85stAwHUNpmXnsxd6BCvoa%2BB1BChxh%2BmcanufgT%2Fjakc6Yf36OMO7i%2BDsJdFgqQ4%2FC8a3FcTXMzjnGAZQCBEL3bz4eWY2MWTc0XUvXDneh4Qa673Vih4Hfg%3D%3D--eSacv7DSbdcvBN8k--E0776uoHI1sFbiLf8gcQtA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.449524825.1760255256; Path=/; Domain=github.com; Expires=Mon, 12 Oct 2026 07:47:36 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 12 Oct 2026 07:47:36 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CDD0:F5D11:D7E045:12004F8:68EB5D18
Block comments: Add the ability to reopen resolved comments (#71250) · WordPress/gutenberg@74b92fe · GitHub




authored
Copy file name to clipboardExpand all lines: packages/editor/src/components/collab-sidebar/comment-form.js
Copy file name to clipboardExpand all lines: packages/editor/src/components/collab-sidebar/comments.js
Copy file name to clipboardExpand all lines: packages/editor/src/components/collab-sidebar/index.js
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit 74b92fe

Block comments: Add the ability to reopen resolved comments (#71250)
* feat: initial implementation - enable reopening comments
* fix: update comment resolution status to 'hold' when reopening
* feat: update comment button to use undo icon for reopening approved comments
* refactor: add onCommentReopen function to handle reopening comments instead of using onCommentResolve
* fix: restore translator comment to previous state
* fix: prevent rendering of focused thread for approved comments
* fix: move reopen approved comments option to the comment actions menu
* fix: revert unrelated change in imports
* fix: update success message for reopening comments
* fix: remove redundant confirmation dialogs for reopening and resolving comments
* fix: comment resolution functionality after removing dialogs
* feat: add CommentQuickReply component for quick replies on resolved threads
* fix: remove translator comments without placeholders
* fix: use resolve button instead of separate tooltip for resolved threads
* refactor: remove CommentQuickReply component and use CommentForm instead
* feat: add props to CommentForm for rows & placeholder
* fix: button layout with large text
* refactor: remove unnecessary button styles from comment dropdown menu
Co-authored-by: yashjawale <yashjawale@git.wordpress.org>
Co-authored-by: joemcgill <joemcgill@git.wordpress.org>
Co-authored-by: adamsilverstein <adamsilverstein@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>1 parent 043d2aa commit 74b92feCopy full SHA for 74b92fe
File tree
Expand file treeCollapse file tree
4 files changed
+119
-110
lines changedFilter options
- packages/editor/src/components/collab-sidebar
Expand file treeCollapse file tree
4 files changed
+119
-110
lines changedCollapse file: packages/editor/src/components/collab-sidebar/comment-form.js
packages/editor/src/components/collab-sidebar/comment-form.js
Copy file name to clipboardExpand all lines: packages/editor/src/components/collab-sidebar/comment-form.js+13-3Lines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
31 | 33 |
| |
32 | 34 |
| |
33 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
34 | 43 |
| |
35 | 44 |
| |
36 | 45 |
| |
| |||
48 | 57 |
| |
49 | 58 |
| |
50 | 59 |
| |
51 |
| - | |
| 60 | + | |
52 | 61 |
| |
| 62 | + | |
53 | 63 |
| |
54 |
| - | |
| 64 | + | |
55 | 65 |
| |
56 | 66 |
| |
57 | 67 |
| |
|
Collapse file: packages/editor/src/components/collab-sidebar/comments.js
packages/editor/src/components/collab-sidebar/comments.js
Copy file name to clipboardExpand all lines: packages/editor/src/components/collab-sidebar/comments.js+74-74Lines changed: 74 additions & 74 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 | 16 |
| |
18 |
| - | |
| 17 | + | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
| |||
35 | 34 |
| |
36 | 35 |
| |
37 | 36 |
| |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| 48 | + | |
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
| |||
111 | 112 |
| |
112 | 113 |
| |
113 | 114 |
| |
| 115 | + | |
114 | 116 |
| |
115 | 117 |
| |
116 | 118 |
| |
| |||
127 | 129 |
| |
128 | 130 |
| |
129 | 131 |
| |
| 132 | + | |
130 | 133 |
| |
131 | 134 |
| |
132 | 135 |
| |
| |||
135 | 138 |
| |
136 | 139 |
| |
137 | 140 |
| |
| 141 | + | |
138 | 142 |
| |
139 | 143 |
| |
140 | 144 |
| |
| |||
173 | 177 |
| |
174 | 178 |
| |
175 | 179 |
| |
176 |
| - | |
| 180 | + | |
177 | 181 |
| |
178 | 182 |
| |
179 | 183 |
| |
| |||
187 | 191 |
| |
188 | 192 |
| |
189 | 193 |
| |
| 194 | + | |
| 195 | + | |
| 196 | + | |
190 | 197 |
| |
191 | 198 |
| |
192 | 199 |
| |
193 | 200 |
| |
194 | 201 |
| |
195 | 202 |
| |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
200 | 218 |
| |
201 | 219 |
| |
202 | 220 |
| |
| |||
205 | 223 |
| |
206 | 224 |
| |
207 | 225 |
| |
208 |
| - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
209 | 234 |
| |
210 | 235 |
| |
211 | 236 |
| |
| |||
215 | 240 |
| |
216 | 241 |
| |
217 | 242 |
| |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 | 243 |
| |
225 | 244 |
| |
226 | 245 |
| |
227 | 246 |
| |
228 | 247 |
| |
229 | 248 |
| |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
234 | 255 |
| |
235 |
| - | |
236 | 256 |
| |
237 | 257 |
| |
238 | 258 |
| |
239 | 259 |
| |
240 | 260 |
| |
241 | 261 |
| |
242 | 262 |
| |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
243 | 270 |
| |
244 | 271 |
| |
245 | 272 |
| |
| |||
253 | 280 |
| |
254 | 281 |
| |
255 | 282 |
| |
256 |
| - | |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 |
| - | |
261 |
| - | |
262 |
| - | |
263 |
| - | |
264 |
| - | |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
270 |
| - | |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 |
| - | |
275 |
| - | |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
296 | 311 |
| |
297 | 312 |
| |
298 | 313 |
| |
| |||
310 | 325 |
| |
311 | 326 |
| |
312 | 327 |
| |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 |
| - | |
320 |
| - | |
321 |
| - | |
322 |
| - | |
323 |
| - | |
324 |
| - | |
325 |
| - | |
326 |
| - | |
327 |
| - | |
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
|
Collapse file: packages/editor/src/components/collab-sidebar/index.js
packages/editor/src/components/collab-sidebar/index.js
Copy file name to clipboardExpand all lines: packages/editor/src/components/collab-sidebar/index.js+27-24Lines changed: 27 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
| 106 | + | |
| 107 | + | |
110 | 108 |
| |
111 | 109 |
| |
112 | 110 |
| |
| |||
124 | 122 |
| |
125 | 123 |
| |
126 | 124 |
| |
127 |
| - | |
128 | 125 |
| |
129 | 126 |
| |
130 | 127 |
| |
| |||
134 | 131 |
| |
135 | 132 |
| |
136 | 133 |
| |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
137 | 150 |
| |
138 | 151 |
| |
139 | 152 |
| |
140 | 153 |
| |
141 | 154 |
| |
142 | 155 |
| |
143 | 156 |
| |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
153 | 161 |
| |
154 | 162 |
| |
155 | 163 |
| |
| |||
158 | 166 |
| |
159 | 167 |
| |
160 | 168 |
| |
161 |
| - | |
162 | 169 |
| |
163 | 170 |
| |
164 | 171 |
| |
| |||
182 | 189 |
| |
183 | 190 |
| |
184 | 191 |
| |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
194 | 196 |
| |
195 | 197 |
| |
196 | 198 |
| |
| |||
207 | 209 |
| |
208 | 210 |
| |
209 | 211 |
| |
| 212 | + | |
210 | 213 |
| |
211 | 214 |
| |
212 | 215 |
| |
|
You can’t perform that action at this time.
0 commit comments