Commit d0bd9a3
authored
Nits: v0.3.0-paseo release bump, s3-ui GitHub Pages fixes, CI tweak (#206)
* chore(release): v0.3.0-paseo
- provider-node 0.2.0 -> 0.3.0
- storage-paseo-runtime crate 0.2.0 -> 0.3.0
- RuntimeVersion: spec_version 2_000 -> 3_000
Ships everything since v0.2.0-paseo (S3 UI #182-#188, S3 interface pallet/
client, provider UI manual challenge response #189, start-provider split from
on-chain registration #195, licensing/SPDX headers #199-#202, security and
repo hygiene #203, local-runtime move #204). No extrinsic encoding changes
since v0.2.0, so transaction_version stays at 2. The spec_version bump
triggers any on-chain migrations on upgrade.
* fix(s3-ui): use GITHUB_PAGES base path so Pages assets resolve
The deploy workflow sets GITHUB_PAGES=true, which the provider and
drive-ui Vite configs read to set their subpath base. s3-ui instead
read VITE_BASE_PATH (never set), so its base fell back to '/' and the
built index.html referenced assets at the site root
(/assets/...) instead of /web3-storage/s3/assets/.... Those 404'd,
Firefox refused the HTML-as-module, and the page rendered blank.
Align s3-ui with the other UIs: base '/web3-storage/s3/' under
GITHUB_PAGES, '/' otherwise.
* fix(s3-ui): add missing s3-icon.svg favicon
index.html references /s3-icon.svg but the file did not exist, causing
a 404 on every page load. Add a bucket-style icon matching the indigo
accent (#4f46e5) used by the app and the sibling drive-ui icon. Vite
serves it from public/ at the configured base path.
* nit1 parent 17fdd7b commit d0bd9a3
7 files changed
Lines changed: 16 additions & 9 deletions
File tree
- .github/workflows
- provider-node
- runtimes/web3-storage-paseo
- src
- user-interfaces/s3-ui
- public
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments