Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f17b41a
compiling, working off kimap
dr-frmr Jul 23, 2024
61032c9
properly snab TBA
dr-frmr Jul 23, 2024
0f6dc0e
make login.html better
dr-frmr Jul 23, 2024
beb234f
Merge branch 'develop' into dr/app-store-kimap-rewrite
dr-frmr Jul 24, 2024
768baad
remove old paths
dr-frmr Jul 24, 2024
e7ff1c8
add kinode.css, symlink elsewhere
dr-frmr Jul 24, 2024
b2371e3
more css removal, update license
dr-frmr Jul 24, 2024
814b34d
icon dedup
dr-frmr Jul 25, 2024
a6d88b6
WIP: add build.sh for all FEs and call from build.rs
dr-frmr Jul 25, 2024
3614554
fix
dr-frmr Jul 25, 2024
134ff47
WIP: build all frontends, gitignore output
dr-frmr Jul 25, 2024
7da0da6
delete build files
dr-frmr Jul 25, 2024
8637c1d
add css, svg to root server, build seemingly working
dr-frmr Jul 25, 2024
53145c7
re-order build.rs, confirm build works
dr-frmr Jul 25, 2024
3731b92
add SKIP_BUILD_FRONTEND flag to build
dr-frmr Jul 25, 2024
c9b2179
WIP: homepage redo
dr-frmr Jul 25, 2024
1fab750
remove old icons
dr-frmr Jul 25, 2024
13aca43
app_store ui: refactor simplify part1
barraguda Jul 25, 2024
a15e143
light-dark mode
dr-frmr Jul 25, 2024
0a00e57
form-group stuff
dr-frmr Jul 25, 2024
0401bae
fix build script, WIP homepage
dr-frmr Jul 26, 2024
2e829a4
app_store UI: further simplification
barraguda Jul 26, 2024
ae77f44
WIP homepage
dr-frmr Jul 26, 2024
a3168c1
nit
dr-frmr Jul 26, 2024
340d8d1
app_store UI: details page
barraguda Jul 26, 2024
0805f48
more homepage
dr-frmr Jul 26, 2024
44da3c8
app_store: add experimental auto-mirror finding
barraguda Jul 26, 2024
8cbd2e7
fix: don't kill runtime modules, also settings stuff
dr-frmr Jul 26, 2024
e09d122
beep boop
dr-frmr Jul 26, 2024
eb4a7dc
fixies
dr-frmr Jul 26, 2024
c44be19
tasteful-dark
dr-frmr Jul 26, 2024
8115cce
across the grlobe
dr-frmr Jul 26, 2024
aa4c114
fave behave
dr-frmr Jul 26, 2024
7edcf31
app_store: widget change and more ui
barraguda Jul 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ wit/
.env
kinode/src/bootstrapped_processes.rs
kinode/packages/**/wasi_snapshot_preview1.wasm

kinode/packages/app_store/pkg/ui/*
kinode/packages/homepage/pkg/ui/*
kinode/src/register-ui/build/*
147 changes: 33 additions & 114 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
"kinode/packages/app_store/download", "kinode/packages/app_store/install", "kinode/packages/app_store/uninstall",
"kinode/packages/chess/chess",
"kinode/packages/homepage/homepage",
"kinode/packages/kino_updates/widget",
"kinode/packages/kino_updates/blog", "kinode/packages/kino_updates/globe",
"kinode/packages/kns_indexer/kns_indexer", "kinode/packages/kns_indexer/get_block", "kinode/packages/kns_indexer/state",
"kinode/packages/settings/settings",
"kinode/packages/terminal/terminal",
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

END OF TERMS AND CONDITIONS

Copyright 2024 Unzentrum DAO
Copyright 2024 Sybil Technologies AG

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading