Commit 10cf735
Optimize ResponsePreview, fix typo (#454)
* Optimize ResponsePreview and update manifest URLs
Refactored ResponsePreview to use useMemo for filtering items and counting aggressive fallbacks, improving performance. Added localhost and 127.0.0.1 URLs to browser manifest for development support. Fixed a typo in the EditPresetForm info text.
* Remove localost urls
---------
Co-authored-by: Robert Piosik <robertpiosik@gmail.com>1 parent d1a1a93 commit 10cf735
2 files changed
Lines changed: 14 additions & 8 deletions
File tree
- packages
- ui/src/components/editor/panel/ResponsePreview
- vscode/src/views/panel/frontend/components/edit-preset-form/EditPresetForm
Lines changed: 13 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| |||
0 commit comments