548 Commits

Author SHA1 Message Date
joshuaboud
5fe2575c0d
add console timers for debugging/optimizing (commented) 2022-06-16 14:07:42 -03:00
joshuaboud
f2782ae92b
allow errors to be ignored if given failCallback 2022-06-16 14:07:13 -03:00
joshuaboud
8696998249
fix up() modifying current path, pass event to handleEntryAction 2022-06-16 13:06:40 -03:00
joshuaboud
df64d4ade4
remove console.log 2022-06-16 13:06:01 -03:00
joshuaboud
9e931f5bfa
toggleSelected -> entryAction, maintain selection on refresh, tallySelection on entry list change 2022-06-16 13:05:43 -03:00
joshuaboud
3d0322c6e3
use entryAction in place of cd and edit 2022-06-15 17:34:22 -03:00
joshuaboud
52d216b0f7
implement and test an n-pair pairing function for unique ID generation 2022-06-15 17:24:21 -03:00
joshuaboud
58315a56b2
format strings here instead of in component template, gen uniqueID 2022-06-15 17:21:25 -03:00
joshuaboud
85be57d26a
add defer, wake runner by holding resolve handle 2022-06-15 17:20:46 -03:00
joshuaboud
ecec0b56cc
start abstracting cd, edit, etc to entryAction event 2022-06-15 17:19:06 -03:00
joshuaboud
ae33ae67b0
slot in footer, emit close 2022-06-15 17:18:34 -03:00
joshuaboud
b95e2cb905
only drag select with left mouse button 2022-06-15 17:18:17 -03:00
joshuaboud
7aea9987de
optimize displaying elems, teleport stats to footer, add sorting to grid view 2022-06-15 17:18:04 -03:00
joshuaboud
39033b17fe
use <Teleport> for setting footer content 2022-06-15 17:15:21 -03:00
joshuaboud
318a9f9220
update build targets to require BigInt 2022-06-15 17:15:02 -03:00
joshuaboud
a35769d10d
compile tests for node: current 2022-06-15 17:14:45 -03:00
joshuaboud
9c350b4060
don't build before test 2022-06-15 17:14:24 -03:00
joshuaboud
f29af205c1
use element.clientWidth for calcing cols 2022-06-13 17:52:52 -03:00
joshuaboud
d08427cfde
remove unessecary onBeforeUnmount hooks 2022-06-13 17:52:33 -03:00
joshuaboud
9e16746627
remove border around nav buttons 2022-06-13 17:52:03 -03:00
joshuaboud
dc2ba8e724
add quick settings buttons in footer 2022-06-13 17:36:44 -03:00
joshuaboud
85ace035f2
clean up imports 2022-06-13 17:36:19 -03:00
joshuaboud
7d2d61540b
set cursor to waiting while processing 2022-06-13 17:35:42 -03:00
joshuaboud
3f3e5b1da8
remove watch to make more lightweight 2022-06-13 17:34:08 -03:00
joshuaboud
6b201edc55
update components with changes from other plugins 2022-06-13 16:11:40 -03:00
joshuaboud
8d498d925b
show some notification hints for keypress events 2022-06-13 16:03:53 -03:00
joshuaboud
1ec50e2399
protect from division by 0 when horizontally scrolling 2022-06-13 15:52:29 -03:00
joshuaboud
fc54b92d06
fix jitter while selecting in grid mode 2022-06-13 15:52:07 -03:00
joshuaboud
0ae311aecb
fix link icon size 2022-06-13 15:21:43 -03:00
joshuaboud
0f4253ef01
add wheel handler to scale entry icons 2022-06-13 15:15:02 -03:00
joshuaboud
4d7a56ec27
dynamic entry size for grid view 2022-06-13 14:58:54 -03:00
joshuaboud
2508e23541
overhaul selection and entry gathering 2022-06-13 13:38:34 -03:00
joshuaboud
c4ef085c1f
add selection box 2022-06-13 13:36:40 -03:00
joshuaboud
65e3936fda
migrate to autofill-jq for auto-packaging 2022-06-10 15:24:07 -03:00
joshuaboud
2985fb795f
update deps 2022-06-06 11:59:44 -03:00
joshuaboud
70e7c63648
removed unused functions 2022-06-06 11:59:36 -03:00
joshuaboud
12567fa6dd
fix filesystemWatcher callbacks 2022-05-31 18:17:48 -03:00
joshuaboud
7bc24185eb
fix redirection after error 2022-05-31 18:03:33 -03:00
joshuaboud
9ffa3673d1
add path suggestions while typing 2022-05-31 18:03:20 -03:00
joshuaboud
f2ba05b816
force host in URL 2022-05-31 18:03:01 -03:00
joshuaboud
71b96b3f8b
use find instead of dir+stat 2022-05-31 17:18:12 -03:00
joshuaboud
3e1864b329
implement changing host 2022-05-31 14:36:04 -03:00
joshuaboud
1657bfddb0
change host with cd 2022-05-31 14:35:53 -03:00
joshuaboud
b32ec187c7
maintain host after resolving link 2022-05-31 14:34:23 -03:00
joshuaboud
19bed0a929
pass host to processLinks 2022-05-31 14:33:51 -03:00
joshuaboud
339aad2d6e
implement clipboard 2022-05-30 17:22:02 -03:00
joshuaboud
de67f5a2c6
save host in entry 2022-05-30 16:28:22 -03:00
joshuaboud
98bddac1bd
implement browsing on alternate host 2022-05-30 16:23:40 -03:00
joshuaboud
fa5a101abb
pass through host 2022-05-30 16:22:41 -03:00
joshuaboud
0f972c7951
use host from props 2022-05-30 16:22:22 -03:00