Commits on Source (54)
-
Jelle van der Waa authored
As a bonus terser supports ES6.
-
Jelle van der Waa authored
-
Levente Polyak authored
-
Levente Polyak authored
-
Levente Polyak authored
-
Levente Polyak authored
-
Levente Polyak authored
-
Levente Polyak authored
-
Levente Polyak authored
-
Levente Polyak authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Show the increase of website size in merge requests.
-
Jelle van der Waa authored
Reduce the size of the svg on build with ~ 50% by using svgcleaner.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Append the git tag version to the JS/CSS files so we can set cache headers in nginx. Closes: #2
-
Jelle van der Waa authored
-
Levente Polyak authored
The icons are part of the free Octicons set
-
Jelle van der Waa authored
Remove the unrequired -2 option when attaching a tmux session. Get rid of the warning when selecting the window by providing the missing + and remove the unrequired split-window.
-
Jelle van der Waa authored
To allow svg caching add the version to the svg file and sed the used version file in the css file.
-
Jelle van der Waa authored
-
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, 0 deletions.external/archlinux-common-style
- .gitlab-ci.yml 8 additions, 2 deletions.gitlab-ci.yml
- .gitmodules 3 additions, 0 deletions.gitmodules
- Caddyfile 6 additions, 16 deletionsCaddyfile
- Makefile 22 additions, 5 deletionsMakefile
- package.json 9 additions, 7 deletionspackage.json
- public/archlogo.8a05bc7f6cd1.svg 1 addition, 0 deletionspublic/archlogo.8a05bc7f6cd1.svg
- public/favicon.ico 0 additions, 0 deletionspublic/favicon.ico
- public/favicon.ico 0 additions, 0 deletionspublic/favicon.ico
- public/icons/in-toto.svg 43 additions, 0 deletionspublic/icons/in-toto.svg
- public/icons/note-16.svg 1 addition, 0 deletionspublic/icons/note-16.svg
- public/icons/search-16.svg 1 addition, 0 deletionspublic/icons/search-16.svg
- public/index.html 6 additions, 1 deletionpublic/index.html
- scripts/startdevelop.sh 4 additions, 6 deletionsscripts/startdevelop.sh
- src/App.js 30 additions, 5 deletionssrc/App.js
- src/Body.js 5 additions, 0 deletionssrc/Body.js
- src/Header.js 53 additions, 29 deletionssrc/Header.js
- src/Section.js 45 additions, 12 deletionssrc/Section.js
- src/index.js 4 additions, 2 deletionssrc/index.js
.editorconfig
0 → 100644
.gitmodules
0 → 100644
... | @@ -7,17 +7,19 @@ | ... | @@ -7,17 +7,19 @@ |
"private": true, | "private": true, | ||
"dependencies": {}, | "dependencies": {}, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.10.5", | "@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.9.4", | "@babel/plugin-transform-react-jsx": "^7.12.11", | ||
"@babel/preset-env": "^7.10.2", | "@babel/preset-env": "^7.12.11", | ||
"@babel/preset-react": "^7.9.4", | "@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", | ||
"react": "^16.13.1", | "prop-types": "^15.5.8", | ||
"react-dom": "^16.13.1", | "react": "^18.2.0", | ||
"uglify-js": "^3.9.3" | "react-collapsible": "^2.8.1", | ||
"react-dom": "^18.2.0", | |||
"terser": "^5.5.1" | |||
}, | }, | ||
"browserslist": "> 0.25%, not dead" | "browserslist": "> 0.25%, not dead" | ||
} | } |
public/archlogo.8a05bc7f6cd1.svg
0 → 120000
public/favicon.ico
deleted
100644 → 0
575 B
public/favicon.ico
0 → 120000
public/icons/in-toto.svg
0 → 100644
public/icons/note-16.svg
0 → 100644
public/icons/search-16.svg
0 → 100644