Commit d4d6547
authored
feat: Publish countdown (#5498)
## Description
Since publish often takes 1 minute, this should help to reduce a
perceived wait time, because it feels longer than one minute when you
don't see the time
## Steps for reproduction
1. click button
2. expect xyz
## Code Review
- [ ] hi @kof, I need you to do
- conceptual review (architecture, feature-correctness)
- detailed review (read every line)
- test it on preview
## Before requesting a review
- [ ] made a self-review
- [ ] added inline comments where things may be not obvious (the "why",
not "what")
## Before merging
- [ ] tested locally and on preview environment (preview dev login:
0000)
- [ ] updated [test
cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md)
document
- [ ] added tests
- [ ] if any new env variables are added, added them to `.env` file1 parent 9487a57 commit d4d6547
1 file changed
+35
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
297 | 325 | | |
298 | 326 | | |
299 | 327 | | |
| |||
313 | 341 | | |
314 | 342 | | |
315 | 343 | | |
| 344 | + | |
316 | 345 | | |
317 | 346 | | |
318 | 347 | | |
| |||
469 | 498 | | |
470 | 499 | | |
471 | 500 | | |
| 501 | + | |
| 502 | + | |
472 | 503 | | |
473 | 504 | | |
474 | 505 | | |
| |||
487 | 518 | | |
488 | 519 | | |
489 | 520 | | |
490 | | - | |
| 521 | + | |
491 | 522 | | |
492 | 523 | | |
493 | | - | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
494 | 527 | | |
495 | 528 | | |
496 | 529 | | |
| |||
0 commit comments