This repository was archived by the owner on Jul 4, 2026. It is now read-only.
Commit c98c546
fix(image-compressor): download compressed file via blob fetch (#16)
* fix(image-compressor): download compressed file via blob fetch
chore(release): bump/readme versions & update GitHub Action
Closes #15
- ImageCompressor now fetches the result as a blob and triggers download
(resolves #15; network‑tab link no longer required).
- Added “Version:” lines to root, frontend and backend READMEs.
- Ensure backend docs JSON version matches package version.
- Publish workflow updates docs & READMEs and commits them on bump.
- Include docs/README, root README and frontend README in version
bump commits.
* feat: comit message improvements
* Update .github/workflows/publish.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update frontend/src/components/ImageCompressor.jsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* @coderabbitai review comments resolved
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>1 parent fef6de3 commit c98c546
6 files changed
Lines changed: 546 additions & 90 deletions
File tree
- .github/workflows
- backend/docs
- frontend
- src/components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
79 | 109 | | |
80 | 110 | | |
81 | 111 | | |
82 | 112 | | |
83 | 113 | | |
84 | 114 | | |
85 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
86 | 120 | | |
87 | 121 | | |
88 | 122 | | |
89 | 123 | | |
90 | 124 | | |
91 | 125 | | |
92 | 126 | | |
93 | | - | |
| 127 | + | |
94 | 128 | | |
95 | 129 | | |
96 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments