-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from toboshii/svelte
Migrate to SPA architecture using Svelte
- Loading branch information
Showing
95 changed files
with
6,839 additions
and
2,048 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
root = "." | ||
tmp_dir = "tmp" | ||
|
||
[build] | ||
full_bin = "MEMORY=true LOG_LEVEL=debug ./tmp/hajimari" | ||
cmd = "go build -o ./tmp/hajimari ./cmd/hajimari/main.go" | ||
delay = 1000 | ||
exclude_dir = ["frontend", "docs", "charts", "tmp", "vendor"] | ||
exclude_file = [] | ||
exclude_regex = [] | ||
exclude_unchanged = false | ||
follow_symlink = false | ||
include_dir = [] | ||
include_ext = ["go", "tpl", "tmpl", "html"] | ||
kill_delay = "0s" | ||
log = "build-errors.log" | ||
send_interrupt = false | ||
stop_on_error = true | ||
|
||
[color] | ||
app = "" | ||
build = "yellow" | ||
main = "magenta" | ||
runner = "green" | ||
watcher = "cyan" | ||
|
||
[log] | ||
time = false | ||
|
||
[misc] | ||
clean_on_exit = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
.git | ||
.github/ | ||
.vscode/ | ||
.gitignore | ||
.kubeconfig | ||
assets/ | ||
charts/ | ||
data/ | ||
docs/ | ||
Dockerfile | ||
LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"svelte.plugin.svelte.compilerWarnings": { | ||
"a11y-autofocus": "ignore" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
apiVersion: v2 | ||
appVersion: v0.2.0 | ||
appVersion: v0.3.0 | ||
description: | | ||
Hajimari is a beautiful & customizable browser startpage/dashboard with | ||
Kubernetes application discovery | ||
name: hajimari | ||
version: 1.2.0 | ||
version: 2.0.0 | ||
kubeVersion: ">=1.16.0-0" | ||
keywords: | ||
- hajimari | ||
- startpage | ||
- dashboard | ||
home: https://github.com/toboshii/hajimari/tree/master/charts/hajimari | ||
icon: https://raw.githubusercontent.com/toboshii/hajimari/main/docs/static/img/logo.png | ||
icon: https://raw.githubusercontent.com/toboshii/hajimari/main/assets/logo.png | ||
sources: | ||
- https://github.com/toboshii/hajimari | ||
maintainers: | ||
- name: toboshii | ||
email: [email protected] | ||
dependencies: | ||
- name: common | ||
repository: https://library-charts.k8s-at-home.com | ||
version: 4.0.0 | ||
version: 0.2.1 | ||
repository: https://bjw-s.github.io/helm-charts/ |
Oops, something went wrong.