Commit Graph

1162 Commits

Author SHA1 Message Date
hosted-fornet
aca7985888 net: fix crash by correctly removing peer (bug: didnt await) 2024-10-01 18:52:16 -07:00
hosted-fornet
952282d8b1 vfs: remove now-unused const 2024-10-01 09:50:25 -07:00
nick.kino
b5c9f60794
Merge pull request #553 from kinode-dao/hf/add-docker-build-images
add docker build images
2024-09-30 20:53:35 -07:00
dr-frmr
a86c8bb1a9
Merge branch 'develop' into hf/add-fd-manager 2024-09-30 16:52:19 -04:00
dr-frmr
3df85701e5
add fd manager to net, add diagnostics requests/responses to fd manager, fix capability risk in terminal userspace 2024-09-30 16:44:54 -04:00
dr-frmr
f81af42461
wire fdmanager cull up to net 2024-09-30 14:57:13 -04:00
dr-frmr
f69c3d616e
restructure max_peers, add max_passthroughs -- both now boot flags, plus better diagnostics 2024-09-30 14:23:03 -04:00
github-actions[bot]
29aba64548
Format Rust code using rustfmt 2024-09-28 02:05:59 +00:00
hosted-fornet
088ce6c4d8 fix images & add runtime image version 2024-09-27 19:05:34 -07:00
dr-frmr
9b91f3cd96
net: add MAX_PEERS, add idle timeouts 2024-09-27 16:30:10 -04:00
dr-frmr
28ae722dbe
fix warning 2024-09-27 15:13:43 -04:00
hosted-fornet
a84de83390 Merge branch 'develop' into hf/add-fd-manager 2024-09-26 17:19:00 -07:00
hosted-fornet
2f97e1bc39 bump version to 0.9.5 2024-09-26 17:18:10 -07:00
github-actions[bot]
cce79118ae
Format Rust code using rustfmt 2024-09-26 23:09:42 +00:00
hosted-fornet
de003dca0d vfs: hook into fd_manager 2024-09-26 16:09:19 -07:00
github-actions[bot]
bfaf63120f
Format Rust code using rustfmt 2024-09-26 19:18:14 +00:00
hosted-fornet
c3e01d2800 fd_manager: add helpers 2024-09-26 12:14:09 -07:00
github-actions[bot]
a4ad477fe9
Format Rust code using rustfmt 2024-09-26 05:08:14 +00:00
hosted-fornet
fea159ab2d fd_manager: add initial runtime module 2024-09-25 22:07:41 -07:00
nick.kino
976b1e0bc1
Merge pull request #558 from kinode-dao/hf/terminal-log-rotation
terminal: add log rotation by default
2024-09-25 11:48:29 -07:00
hosted-fornet
52e90d599f logging: add args at runtime start to change logging params 2024-09-25 10:58:40 -07:00
hosted-fornet
a2e26879ab terminal: adjust default to logging on 2024-09-25 10:00:53 -07:00
hosted-fornet
8a3800cd13 terminal: adjust default max logs size to 16MB 2024-09-25 10:00:33 -07:00
hosted-fornet
4bca39f790 tweak deps 2024-09-24 17:29:08 -07:00
hosted-fornet
76eeba3f5d remove book from build script 2024-09-24 17:05:27 -07:00
hosted-fornet
6c61387c35 update deps 2024-09-24 16:30:42 -07:00
hosted-fornet
06785cc998 docs: remove 2024-09-24 15:12:29 -07:00
hosted-fornet
c5be279f52 Merge branch 'develop' into hf/terminal-log-rotation 2024-09-24 14:59:42 -07:00
hosted-fornet
0df6fc3aea terminal: fix bugs & clean up 2024-09-24 14:58:40 -07:00
dr-frmr
4aae55d32a
fix: render app bar without non-UI apps and properly when unpopulated 2024-09-24 15:31:17 -04:00
hosted-fornet
f4d89d45dc terminal: add log rotation by default 2024-09-24 11:55:29 -07:00
dr-frmr
00390a3263
remove goofy ahh print 2024-09-23 22:20:58 -04:00
dr-frmr
4317ac27e3
persist ordering of apps as designed by user between boots 2024-09-22 00:56:49 -04:00
dr-frmr
1a20438376
fix padding on widgets 2024-09-20 15:43:31 -04:00
dr-frmr
17486be771
fixes: give widgets bottom margin for full visibility, fix widget drag-and-drop! 2024-09-20 15:39:26 -04:00
dr-frmr
d2b19b8127
0.9.3->0.9.4 2024-09-19 17:26:57 -04:00
bitful-pannul
e0f7a716ef
Merge pull request #551 from kinode-dao/bp/appstoreuistore
app_store UI: don't persist local UI store
2024-09-20 00:21:09 +03:00
bitful-pannul
78855d534f app_store UI: if publisher mirror offline, default to next online mirror 2024-09-20 00:15:24 +03:00
doria
6a65ab377c
Merge pull request #550 from kinode-dao/dr/app-store-fetch-metadata-url-once
app store: only do work to populate apps once
2024-09-20 02:57:48 +09:00
bitful-pannul
28567b891b app_store ui: do not persist local UI store, hotfix launch button 2024-09-19 18:25:40 +03:00
nick.kino
a9e858761e
Merge pull request #549 from kinode-dao/hf/output-kernel-errors
kernel: output import/export errors
2024-09-18 20:38:37 -07:00
hosted-fornet
06c0bd42fd kernel: pretty-print Addresses & tweak if-logic 2024-09-18 20:36:58 -07:00
dr-frmr
ffc73b82ac
app store chain: only fetch from kimap if we're updating, not on startup 2024-09-18 20:59:59 -04:00
hosted-fornet
5be1f486cb send_and_await: output Address, not ProcessId when erroring 2024-09-18 15:01:09 -07:00
hosted-fornet
63e73a7fb7 kernel: output import/export errors
kernel: output error if `send_and_await()` to `our`
2024-09-18 14:15:23 -07:00
dr-frmr
b033b4b965
app store: fetch metadata urls only after catching up on logs 2024-09-18 16:41:31 -04:00
dr-frmr
3ac646a708
add backup api for globe 2024-09-18 15:54:33 -04:00
dr-frmr
85f22776f1
app_store: make widget retry every second if initial fetch fails 2024-09-18 15:31:40 -04:00
bitful-pannul
31f73db0b0
Merge pull request #547 from kinode-dao/bp/launchbuttons
app_store UI fixes
2024-09-18 17:33:08 +03:00
bitful-pannul
71ea9fcc8a
Merge pull request #543 from kinode-dao/bp/docsappstore
app_store: docstrings
2024-09-18 17:32:13 +03:00
bitful-pannul
6959939665 app_store UI: small adjustments, simplify css 2024-09-18 17:30:11 +03:00
bitful-pannul
74e769ba3b app_store UI: fix launch buttons 2024-09-18 16:38:46 +03:00
dr-frmr
8eea766a96
add dark mode to homepage style, fix globe 2024-09-18 02:18:43 -04:00
dr-frmr
98e614eee5
Kode Mono 2024-09-17 15:28:48 -04:00
doria
309d7df889
Merge pull request #540 from wistec-bisrum/erikdev
homepage: visuals
2024-09-18 02:19:27 +09:00
doria
e81c629ff4
Merge pull request #542 from kinode-dao/dr/add-back-button-register
register flow: add back button to UI where relevant
2024-09-18 02:18:07 +09:00
bitful-pannul
39b5463dda app_store: add docstrings 2024-09-17 18:58:42 +03:00
hosted-fornet
dfb41ff725 bump kit build deps 2024-09-16 15:24:28 -07:00
dr-frmr
44996f048b
remove warnings from kns_indexer 2024-09-16 17:52:29 -04:00
dr-frmr
292c48c866
register flow: add back button to UI where relevant 2024-09-16 15:12:35 -04:00
dr-frmr
073d657201
fix: prompt user to sign password message while registering 2024-09-16 14:38:53 -04:00
bitful-pannul
36aa8b07c8 ui: remove temporary dev config 2024-09-16 16:37:31 +03:00
dr-frmr
df3bb4795d
add printout for newHeads (bad!) 2024-09-13 16:49:28 -04:00
dr-frmr
1e5a0441ff
update kit versions to latest, use crates.io for process_lib (fixes kit ish) 2024-09-12 20:18:36 -04:00
doria
c673e811fe
Merge pull request #533 from kinode-dao/bp/vfsmaxfiles
vfs: cleanup on max_open_files threshold
2024-09-13 07:04:40 +09:00
doria
44d47da20c
Merge pull request #528 from kinode-dao/dr/terminal-special-chars
terminal: refactor to use unicode graphemes properly, fix special character bugs
2024-09-13 07:00:28 +09:00
dr-frmr
acfed3e553
lol 2024-09-12 17:55:20 -04:00
bitful-pannul
80e604033b app_store UI: fix post install console error loop 2024-09-12 23:25:36 +03:00
dr-frmr
edb194939c
globe widget: add max API fetch attempts 2024-09-12 15:31:25 -04:00
dr-frmr
ab57a7e39f
remove conditional allowing for non-char-boundary inserts 2024-09-12 14:56:44 -04:00
bitful-pannul
688dade8e1 vfs: max file pruning improvements 2024-09-12 21:43:08 +03:00
dr-frmr
ef62115e3f
update rainbowkit and use real project IDs 2024-09-11 20:54:04 -04:00
wistec-bisrum
b9ec610d70 fix issue with widgets being cut off on mobile 2024-09-12 02:23:32 +02:00
wistec-bisrum
af690054ee removing unused homepage styling 2024-09-12 02:13:11 +02:00
wistec-bisrum
ad35216488 homepage styling
will add some cleanup in coming commit
2024-09-12 01:47:43 +02:00
wistec-bisrum
a23e9e2622 change font to clash display 2024-09-12 01:22:37 +02:00
wistec-bisrum
d9eb90977e removing appsdock from the homepage and more
a lot of formatting noise...
2024-09-12 01:20:56 +02:00
bitful-pannul
41998cf27d vfs: hybrid file pruning 2024-09-11 22:18:09 +03:00
dr-frmr
5f5bdd3fa0
Soon™️ working (but actually now) 2024-09-11 01:36:06 -04:00
dr-frmr
0696127ed1
virtual scroll working...? 2024-09-11 01:28:51 -04:00
doria
311c3c7eb8
Merge branch 'develop' into dr/terminal-special-chars 2024-09-11 13:46:04 +09:00
dr-frmr
ff8ced8fb9
cargo.lock lol 2024-09-11 00:45:00 -04:00
doria
9ad0428886
Merge branch 'develop' into dr/terminal-special-chars 2024-09-11 12:56:22 +09:00
dr-frmr
bb875abd31
fix conflation between line_col and cursor_col -- emojis working nicely 2024-09-10 23:55:40 -04:00
dr-frmr
5180e24387
fix ctrl+R, use unicode-width to manage 2-wide graphemes 2024-09-10 23:25:54 -04:00
bitful-pannul
20af8cd17e app_store: handling error responses 2024-09-11 00:20:09 +03:00
doria
47d025b3a2
Merge branch 'develop' into dr/terminal-special-chars 2024-09-11 02:42:19 +09:00
bitful-pannul
f704eb9521 Merge branch 'develop' into hf/app_store-always-respond-with-error 2024-09-10 17:15:35 +03:00
bitful-pannul
1d6848edf4 app_store: distinguish prints from subprocesses 2024-09-10 17:12:50 +03:00
bitful-pannul
eabe9c971c vfs: add cleanup upon reaching max open files 2024-09-10 15:45:52 +03:00
doria
5c81ffcfd4
Merge pull request #530 from kinode-dao/dr/make-docs-app-dynamic
make docs app serve http dynamically
2024-09-10 11:40:24 +09:00
hosted-fornet
73cd0c992d fix bugs 2024-09-09 17:07:34 -07:00
hosted-fornet
6369744d61 add top-level Cargo.tomls to core packages 2024-09-09 11:35:25 -07:00
nick.kino
aaa4199f89
Merge pull request #529 from kinode-dao/hf/terminal-dont-crash-if-no-size
terminal: dont crash if no size
2024-09-09 10:20:44 -07:00
wistec-bisrum
d210a9122a clean up widget settings modal a tiny bit 2024-09-09 01:20:44 +02:00
wistec-bisrum
b490b36518 make kinode bird smaller 2024-09-09 01:06:45 +02:00
wistec-bisrum
a27ac74d8c update kinode updates styling 2024-09-08 23:32:58 +02:00
wistec-bisrum
3cf321696f add drag/drop functionality to the main app drawer
Not sure if the functionality to persist the state is slop compared to earlier implementation
2024-09-08 23:17:28 +02:00
wistec-bisrum
fc2eb049a8 remove action to add app to favorites 2024-09-08 23:14:57 +02:00
wistec-bisrum
09cc0b0227 show/hide all apps and make it mobile responsive 2024-09-08 21:26:11 +02:00