Commits on Source (34)
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
kpcyrd authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
kpcyrd authored
-
kpcyrd authored
-
Jelle van der Waa authored
-
* The IRC service is on irc.libera.chat. * Use the network's legal name in the link to its website.
-
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Signed-off-by:
Aditya Sirish <aditya@saky.in>
-
Jelle van der Waa authored
-
Jelle van der Waa authored
budo starts serving on localhost, so also reverse proxy to localhost.
-
Jelle van der Waa authored
ReactDOM.render is no longer supported in React 18, switch to createRoot.
-
Emil 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>
-
Jelle van der Waa authored
-
Emil 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>
-
Emil 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>
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
console.log() is for regular logging, console.error should critical errors.
-
Jelle van der Waa authored
The conditional if is unrequired as we can pass `isOpen` to the `open` property.
Showing
- .editorconfig 32 additions, 0 deletions.editorconfig
- .external/archlinux-common-style 1 addition, 1 deletion.external/archlinux-common-style
- .gitmodules 1 addition, 1 deletion.gitmodules
- Caddyfile 6 additions, 16 deletionsCaddyfile
- Makefile 0 additions, 1 deletionMakefile
- package.json 7 additions, 7 deletionspackage.json
- public/icons/in-toto.svg 43 additions, 0 deletionspublic/icons/in-toto.svg
- public/index.html 5 additions, 0 deletionspublic/index.html
- scripts/startdevelop.sh 1 addition, 1 deletionscripts/startdevelop.sh
- src/App.js 30 additions, 5 deletionssrc/App.js
- src/Body.js 5 additions, 0 deletionssrc/Body.js
- src/Header.js 38 additions, 25 deletionssrc/Header.js
- src/Section.js 17 additions, 10 deletionssrc/Section.js
- src/index.js 4 additions, 2 deletionssrc/index.js
- yarn.lock 1689 additions, 2146 deletionsyarn.lock
.editorconfig
0 → 100644
... | @@ -7,19 +7,19 @@ | ... | @@ -7,19 +7,19 @@ |
"private": true, | "private": true, | ||
"dependencies": {}, | "dependencies": {}, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.12.8", | "@babel/core": "^7.12.10", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.1", | "@babel/plugin-proposal-object-rest-spread": "^7.10.1", | ||
"@babel/plugin-transform-react-jsx": "^7.12.7", | "@babel/plugin-transform-react-jsx": "^7.12.11", | ||
"@babel/preset-env": "^7.12.7", | "@babel/preset-env": "^7.12.11", | ||
"@babel/preset-react": "^7.12.7", | "@babel/preset-react": "^7.12.10", | ||
"babelify": "^10.0.0", | "babelify": "^10.0.0", | ||
"budo": "^11.6.3", | "budo": "^11.6.3", | ||
"bulma": "0.9", | "bulma": "0.9", | ||
"prop-types": "^15.5.8", | "prop-types": "^15.5.8", | ||
"react": "^17.0.1", | "react": "^18.2.0", | ||
"react-collapsible": "^2.8.1", | "react-collapsible": "^2.8.1", | ||
"react-dom": "^17.0.1", | "react-dom": "^18.2.0", | ||
"terser": "^5.5.0" | "terser": "^5.5.1" | ||
}, | }, | ||
"browserslist": "> 0.25%, not dead" | "browserslist": "> 0.25%, not dead" | ||
} | } |
public/icons/in-toto.svg
0 → 100644
This diff is collapsed.