Commits on Source (34)
-
-
-
-
-
-
Verified4ca0ccd0
-
-
-
-
-
a24470a9
-
-
-
Fix IRC link · 3e106592
* The IRC service is on irc.libera.chat. * Use the network's legal name in the link to its website.
3e106592 -
-
-
-
-
-
Default to localhost · d14467cbJelle van der Waa authored
budo starts serving on localhost, so also reverse proxy to localhost.
Verifiedd14467cb -
Update to React 18 · 2d50c224Jelle van der Waa authored
ReactDOM.render is no longer supported in React 18, switch to createRoot.
-
gitmodules: use the full URL · 7e04822eEmil Velikov authored
Currently a relative URL is used, thus forking the project results in a CI failure, until you also fork the git module in your namespace. Seems a bit off, so let's use the full URL. Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com>
-
-
Split up diffoscope/attetation link creation · 369cad3eEmil Velikov authored
Add a few variables with the respective links. Const as applicable. This makes the code a tiny bit easier to read and makes additional changes (coming with next commit) far more legible. Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com>
369cad3e -
Open log/diffoscope/attestation links in new tab/window · e4ee3a54Emil Velikov authored
Admittedly this is rather opinionated change, although it also help side-steps the fairly slow and sluggish UI experience. Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com>
-
Verifiedd70cdabb
-
-
-
-
Log errors as an error · c198ae3fJelle van der Waa authored
console.log() is for regular logging, console.error should critical errors.
Verifiedc198ae3f -
Re-use the same component instance for open and closed state · 6343bbceJelle van der Waa authored
The conditional if is unrequired as we can pass `isOpen` to the `open` property.
Showing with 1879 additions and 2215 deletions
- .editorconfig +32 -0 32 additions, 0 deletions.editorconfig
- .external/archlinux-common-style +1 -1 1 addition, 1 deletion.external/archlinux-common-style
- .gitmodules +1 -1 1 addition, 1 deletion.gitmodules
- Caddyfile +6 -16 6 additions, 16 deletionsCaddyfile
- Makefile +0 -1 0 additions, 1 deletionMakefile
- package.json +7 -7 7 additions, 7 deletionspackage.json
- public/icons/in-toto.svg +43 -0 43 additions, 0 deletionspublic/icons/in-toto.svg
- public/index.html +5 -0 5 additions, 0 deletionspublic/index.html
- scripts/startdevelop.sh +1 -1 1 addition, 1 deletionscripts/startdevelop.sh
- src/App.js +30 -5 30 additions, 5 deletionssrc/App.js
- src/Body.js +5 -0 5 additions, 0 deletionssrc/Body.js
- src/Header.js +38 -25 38 additions, 25 deletionssrc/Header.js
- src/Section.js +17 -10 17 additions, 10 deletionssrc/Section.js
- src/index.js +4 -2 4 additions, 2 deletionssrc/index.js
- yarn.lock +1689 -2146 1689 additions, 2146 deletionsyarn.lock
.editorconfig
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
... | ... | @@ -7,19 +7,19 @@ |
"private": true, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.8", | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.1", | ||
"@babel/plugin-transform-react-jsx": "^7.12.7", | ||
"@babel/preset-env": "^7.12.7", | ||
"@babel/preset-react": "^7.12.7", | ||
"@babel/plugin-transform-react-jsx": "^7.12.11", | ||
"@babel/preset-env": "^7.12.11", | ||
"@babel/preset-react": "^7.12.10", | ||
"babelify": "^10.0.0", | ||
"budo": "^11.6.3", | ||
"bulma": "0.9", | ||
"prop-types": "^15.5.8", | ||
"react": "^17.0.1", | ||
"react": "^18.2.0", | ||
"react-collapsible": "^2.8.1", | ||
"react-dom": "^17.0.1", | ||
"terser": "^5.5.0" | ||
"react-dom": "^18.2.0", | ||
"terser": "^5.5.1" | ||
}, | ||
"browserslist": "> 0.25%, not dead" | ||
} |
This diff is collapsed.
public/icons/in-toto.svg
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.