Ted Blackman
9c4ea77021
desk.bill and %bill mark
2021-06-28 17:54:41 -04:00
Ted Blackman
87b7f0513e
added /sys.kelvin and %kelvin mark
2021-06-28 17:07:13 -04:00
Logan Allen
d5ec02c801
eyre: cast within zapgar to avoid nest check
2021-06-28 17:07:13 -04:00
ixv
2f5af8f4ca
btc-wallet: fix issue with block info requests
2021-06-28 14:06:04 -07:00
Logan Allen
a99d59926e
btc-provider: do not delay when credentials are set
2021-06-28 14:44:37 -05:00
Logan Allen
9358cb97b3
btc-provider: removed some extraneous printfs
2021-06-28 14:40:38 -05:00
Logan Allen
2ed559bc13
btc-provider: ping _only_ once every 30 seconds
2021-06-28 14:31:27 -05:00
janeway-bot
26ea30e72f
Merge a3b43137d6
into release/next-userspace
2021-06-28 22:28:18 +04:00
janeway
a3b43137d6
glob: update to 0v6.h33vk.c3n1c.4gpkn.cci4c.pnh4r
2021-06-28 11:17:16 -07:00
Liam Fitzgerald
311e90bb10
ChatWindow: handle deleted messages gracefully for unreads
2021-06-28 16:18:01 +10:00
Liam Fitzgerald
afbca9543a
interface: cache embed details
2021-06-28 15:23:23 +10:00
Liam Fitzgerald
0653685f26
VirtualScroller: prevent reflow loop when origin=top
2021-06-28 15:12:49 +10:00
Liam Fitzgerald
517e4c726c
RemoteContent: fix CORS fallback for images
...
Fixes urbit/landscape#994
2021-06-28 12:17:41 +10:00
Liam Fitzgerald
09500b997d
interface: fix padding in comments area
...
Fixes urbit/landscape#1001
2021-06-28 12:11:49 +10:00
Liam Fitzgerald
f630f6bf0d
collections: loosen property access in unread marking
...
Fixes urbit/landscape#999
2021-06-28 12:06:09 +10:00
Liam Fitzgerald
2dd31e8cf6
collections: apply styling fixes
...
Fixes urbit/landscape#1004
Fixes urbit/landscape#1003
2021-06-28 12:02:19 +10:00
Liam Fitzgerald
5e1919d054
weather: use next solar event
...
Fixes urbit/landscape#679
2021-06-28 11:45:11 +10:00
Liam Fitzgerald
88265ea314
graph-fe: clone requests, to ensure identical timestamps
2021-06-28 09:02:22 +10:00
raghu
7d6bf5134e
better cli syntax for |fuse
2021-06-26 11:13:19 -04:00
ixv
c31eefac1c
Merge pull request #5056 from urbit/ixv/our-scry
...
file-server: scry for identity
2021-06-25 17:42:44 -07:00
ixv
6bdf675722
file-server: scry for identity
2021-06-25 16:53:14 -07:00
Logan Allen
30614d6374
btc-wallet-js: remove unnecessary and confusing line
2021-06-25 16:49:15 -05:00
Logan Allen
14141af044
btc-provider: style cleanup while checking logic line for line
2021-06-25 11:15:09 -05:00
Logan Allen
78a75b2e54
btc-wallet: thoroughly went through to find any remaining style issues, and to validate that its logic matches 1:1 with the current implementation
2021-06-25 11:05:58 -05:00
ixv
46f621b8cf
btc-wallet: fix various assertions
2021-06-24 18:56:24 -07:00
Logan Allen
b290b75685
btc-wallet: more style fixes
2021-06-24 18:12:46 -05:00
Liam Fitzgerald
b4da811fbe
Merge remote-tracking branch 'origin/release/next-userspace' into lf/bus-omni
2021-06-25 09:07:40 +10:00
Liam Fitzgerald
59bda11005
interface: refactor subscription handling for broken resume
2021-06-25 09:05:28 +10:00
Liam Fitzgerald
b4ed8fe179
@urbit/http-api: disable subscription resume
2021-06-25 09:04:55 +10:00
Liam Fitzgerald
0cdbebbd66
RemoteContent: stop propagation on unfold click
2021-06-25 08:41:46 +10:00
Liam Fitzgerald
6df2d349d3
collections: clear toplevel unreads on visit
...
Fixes urbit/landscape#995
2021-06-25 08:38:38 +10:00
Liam Fitzgerald
f2583ce080
eyre: address mark review
2021-06-25 08:28:06 +10:00
matildepark
4789aa4c03
api: update firstborn for correct scry path
...
See #5050 for original notes on issue.
2021-06-24 16:26:23 -05:00
Logan Allen
eb5b731514
bip158: speed up +read-bits, thanks @frowdith
2021-06-24 16:24:24 -05:00
Logan Allen
322af7a55b
b158: fix +str profiling hint
2021-06-24 12:55:38 -05:00
Logan Allen
a703aafad1
bip158: added profiling hints
2021-06-24 12:49:26 -05:00
Logan Allen
c3bf4c2770
btc-wallet: moved +on-peek for clarity
2021-06-24 12:45:29 -05:00
Logan Allen
cf5a704347
btc-wallet: clean it up and add profiling hints
2021-06-24 12:39:33 -05:00
Matilde Park
d00b577c56
landscape: remove duplicate slash in scry path
...
getNode added a duplicate slash before the index, resulting in bad scry
paths. This removes that slash.
2021-06-24 12:09:22 -05:00
Logan Allen
23869712ee
test/thread: make tests pass and all threads build
2021-06-24 11:28:26 -05:00
fang
5b893bcf70
Merge pull request #5033 from tinnus-napbus/bip158-fix-swp
...
bip158: change swp to rev in +to-range
2021-06-24 10:32:44 +02:00
Liam Fitzgerald
9aaa44ff33
eyre: replace channel upon new GET request
...
As SSE are unidirectional, the client always realises that the
connection has failed faster than the server does. Hence, resuming a
subscription is useless, because channels can only be bound to one duct
at a time. Now, instead of failing a request for a channel
that is already bound to a duct, we replace the duct and continue
normally.
2021-06-24 13:54:53 +10:00
Liam Fitzgerald
ed4fa6a7ae
RemoteContent: remove extraneous margin
2021-06-24 11:55:43 +10:00
Liam Fitzgerald
4b5aab8315
collections: use unified scroller
2021-06-24 11:47:18 +10:00
Liam Fitzgerald
16b7c7ed37
Merge remote-tracking branch 'origin/release/next-userspace' into lf/virtual-scroller-unification
2021-06-24 11:35:17 +10:00
Liam Fitzgerald
3bb052d634
graph-update: batch updates in reducer
...
Prevents strange state desynchronisation in child components,
specifically sending a chat message no longer sometimes appears as
deleted.
Fixes urbit/landscape#953
2021-06-24 11:28:23 +10:00
Liam Fitzgerald
e18e645764
@urbit/http-api: fix abort signal
2021-06-24 10:37:21 +10:00
Logan Allen
30e9dc40cd
btc-wallet: compiles
2021-06-23 18:37:33 -05:00
Logan Allen
49819b8e44
bitcoin-utils: fix perf issue
2021-06-23 17:18:29 -05:00
Logan Allen
37845fc245
bitcoin-libs: jet profiling works great for nested cores
2021-06-23 16:56:55 -05:00
Logan Allen
126c977da0
bitcoin-utils: avoid issue with jet hint profiling
2021-06-23 16:33:42 -05:00
Logan Allen
f45affb9b7
bitcoin-utils: lent trip -> met 3
2021-06-23 16:31:56 -05:00
Logan Allen
19352d9b34
bitcoin-libs: added more jet hints
2021-06-23 16:28:28 -05:00
Logan Allen
67092addc5
btc-provider-lib: add top-level jet hints
2021-06-23 16:17:47 -05:00
Logan Allen
97ee25d7e1
btc-provider: add jet hints
2021-06-23 16:12:59 -05:00
Logan Allen
515372d319
btc-provider: refactor to clean up lexical scope and code style
2021-06-23 16:10:11 -05:00
tinnus-napbus
9112368ff8
bip158: change swp to rev in +to-range
...
Co-authored-by: fang <github@fang.io>
2021-06-24 05:01:32 +12:00
matildepark
fe5e0456cc
Merge pull request #4996 from urbit/lf/nu-collections
...
Collections: new layout
2021-06-23 11:09:52 -05:00
Liam Fitzgerald
88d7e7ec8d
Post: virtualise more items at once
2021-06-23 11:11:39 +10:00
Liam Fitzgerald
898b2c6749
VirtualScroller: remove incorrect .toString() calls
2021-06-23 11:10:32 +10:00
Philip Monk
81114ae8d2
hood: support new kiln state
...
bump app/hood's state number and mark old kiln state for old hood
versions.
2021-06-21 20:59:09 -04:00
raghu
5698e2662a
Merge remote-tracking branch 'upstream/master' into better-bar-fuse
2021-06-21 20:57:20 -04:00
raghu
a9f3be003e
kiln: move to %sing from %next
2021-06-21 20:44:29 -04:00
raghu
a04b318d2d
clay: log on strange fuse responses
2021-06-21 20:43:49 -04:00
Liam Fitzgerald
10c83a0678
LinkItem: cleanup remotecontent props
2021-06-22 09:11:54 +10:00
Liam Fitzgerald
9473f955a8
collections: dynamically sized iframes && general prop cleanup
2021-06-22 08:13:23 +10:00
Matilde Park
306eb57ae5
build: check for npx before calling
2021-06-21 15:56:37 -05:00
matildepark
0930dea484
Merge pull request #5041 from urbit/lf/reconnect-fetch
...
interface: omnibus
2021-06-21 15:17:02 -05:00
Liam Fitzgerald
289c836a78
Merge remote-tracking branch 'origin/release/next-userspace' into lf/virtual-scroller-unification
2021-06-22 06:05:32 +10:00
Liam Fitzgerald
be666d784b
metadata-fe: timeout preview fetch
2021-06-22 05:43:24 +10:00
Liam Fitzgerald
fac22be28a
SidebarList: fix sorting
2021-06-22 05:42:44 +10:00
Liam Fitzgerald
f8d56a86c4
interface: do not leak on reconnect
2021-06-22 05:42:18 +10:00
Liam Fitzgerald
44fbd83901
Merge remote-tracking branch 'origin/release/next-userspace' into lf/dm-backlog
2021-06-22 05:21:11 +10:00
matildepark
d581d1f61d
Merge pull request #5037 from urbit/m/channel-s
...
settings: my channel -> my channels
2021-06-21 14:07:15 -05:00
Liam Fitzgerald
3d4b4901bb
RemoteContent: fix graphcontent embedding
2021-06-22 04:32:53 +10:00
Matilde Park
f72706ac04
build: revert docker change
2021-06-21 11:16:04 -05:00
Matilde Park
bda29360d3
build: interface uses unsafe-perm for docker
2021-06-21 11:12:31 -05:00
matildepark
26422ced6e
Merge pull request #5038 from urbit/lf/moar-omni
...
interface: some bug fixes
2021-06-21 11:04:24 -05:00
Liam Fitzgerald
7047f7fe2a
notifications: clear unreads on resubscribe
2021-06-21 19:07:37 +10:00
Liam Fitzgerald
13ebd15609
collections: moar style pass
2021-06-21 18:57:26 +10:00
Liam Fitzgerald
5ffef3c0f4
RemoteContent: more refactor
2021-06-21 18:03:52 +10:00
L
fc4fc9b18c
Merge pull request #5027 from urbit/lf/post-routing-refactor
2021-06-21 00:19:34 -05:00
Liam Fitzgerald
42e2025e96
collections: fix render on safari && style pass
2021-06-21 13:29:05 +10:00
Liam Fitzgerald
428a3b3c70
collections: migrate to new api
2021-06-21 12:29:41 +10:00
Liam Fitzgerald
777e93ecd6
Merge remote-tracking branch 'origin/release/next-userspace' into lf/nu-collections
2021-06-21 12:20:00 +10:00
Liam Fitzgerald
42aebb1ba6
Post: fix pendings, creation
2021-06-21 11:52:32 +10:00
Liam Fitzgerald
829fef1db4
-graph-delete: address L review
2021-06-21 10:25:48 +10:00
fang
b9843e10cb
settings: my channel -> my channels
...
This matches the phrasing used in the omnibox and on the tile.
2021-06-20 01:44:23 +02:00
finned-palmer
fa797d411c
Add eslint, prettier, husky. Fix linting errors
2021-06-19 12:58:29 -05:00
Philip Monk
f0e11a8456
Merge remote-tracking branch 'origin/master' into release/next-sys
2021-06-18 16:25:13 -10:00
Philip Monk
87ca57c364
gall: allow apps to run from any desk
...
Start with |start %desk %app-name
Everywhere in the kernel that we deal with marks, we infer the app it's
connected to and use the marks from that desk.
Also some light renaming in gall, especially path->wire and
current-agent->yoke.
Subsequent tasks:
- Dojo needs a syntax to run generators and threads from other desks
- The home desk should be split into at least a minimal base desk and
big "userspace" desk. Dill's initialization logic should be updated
to handle
- |show-package, |install, and |uninstall should to be written
- Clay should have smarter handling of system versions instead of just
ignoring what's on each desk. It's not clear that this will work
correctly when sys updates right now.
2021-06-18 16:13:55 -10:00
tinnus-napbus
84ca32aa80
bip158: change swp to flim:sha in +to-range
2021-06-19 03:48:05 +12:00
Liam Fitzgerald
110adcff56
-graph-leave: don't crash on inconsistent state
...
Fixes urbit/landscape#921
2021-06-18 16:26:24 +10:00
janeway-bot
00e4e7c521
Merge 7ac718a2c7
into release/next-userspace
2021-06-18 08:30:22 +04:00
Liam Fitzgerald
59e51e4165
Display: fix breakage from api update
2021-06-18 14:13:23 +10:00
Liam Fitzgerald
94dba64d2d
launch: sticky base hash indicator
2021-06-18 13:37:16 +10:00
janeway
7ac718a2c7
glob: update to 0v1.9p61c.bd4vn.deevh.0ldbq.fkqo3
2021-06-17 17:49:55 -07:00
ixv
fd663e0d2b
Merge branch 'ixv/btc-filter'
2021-06-17 17:40:20 -07:00
ixv
f7e0849f40
Merge remote-tracking branch 'pkova/release/next-userspace'
2021-06-17 17:39:29 -07:00
ixv
ec8ca6f0cf
btc: style nits, and fix watch-ack handling
2021-06-17 15:53:12 -07:00
Logan Allen
f944fd1d8f
graph-store: finish specifying new scry api
2021-06-17 16:53:42 -05:00
Logan Allen
5a9b76f349
graph-store: reworked most of %graph and %node scries
2021-06-17 12:17:36 -05:00
janeway-bot
84e9976055
Merge 923e6683a6
into release/next-userspace
2021-06-17 19:23:12 +04:00
ixv
0fe385df1f
btc: don't use blockfilter if gap > 50; resubscribe on kick
2021-06-17 03:33:22 -07:00
matildepark
74ad9fbb12
Merge pull request #4998 from urbit/lf/npm-typings
...
interface: hook-based api
2021-06-16 22:28:03 -05:00
Liam Fitzgerald
5c77a4c742
LinkBlocks: virtualise scrolling
2021-06-17 13:18:59 +10:00
Liam Fitzgerald
faa659d780
PostItem: refactor, memoize
2021-06-17 12:49:19 +10:00
Liam Fitzgerald
4363801532
Author: performance
2021-06-17 12:34:18 +10:00
Liam Fitzgerald
90c9c2ee87
post: refactor routes
2021-06-17 11:41:01 +10:00
Liam Fitzgerald
405e55dce2
Merge remote-tracking branch 'origin/release/next-userspace' into lf/npm-typings
2021-06-17 09:13:20 +10:00
Liam Fitzgerald
7240d23049
interface: fix tsc
2021-06-17 09:09:37 +10:00
matildepark
f674bc26ef
Merge pull request #5024 from urbit/mp/landscape/delete-dm
...
DmResource: remove 'isAdmin' prop
2021-06-16 17:42:34 -05:00
raghu
d5c90ac448
accept behn gifts
2021-06-16 17:45:45 -04:00
Logan Allen
17430d9314
graph-store: first stab at reworking the scry format
2021-06-16 16:31:12 -05:00
gregorytoprak
b84ef07f07
npm: fix compatibility with create-urbit-app
...
The version of babel/webpack/everything bundled with CRA is limited
in its ES features. Reducing to ES2017 let it work by default.
2021-06-16 17:24:40 -04:00
gregorytoprak
455a15b5f7
npm: build ts -> js files before publishing
...
Previously published @urbit/api and @urbit/http-api npm packages
only had the .ts files, which would require building by hand.
2021-06-16 17:16:15 -04:00
L
8c1d609617
Merge pull request #5016 from urbit/la/consolidate-warming
...
observe-hook: add ability to warm static mark conversions
2021-06-16 15:21:47 -05:00
Matilde Park
6ae17c318c
DmResource: remove 'isAdmin prop'
...
Fixes urbit/landscape#982
2021-06-16 14:41:23 -05:00
Logan Allen
c793ca0cdf
observe-hook: remove unnecessary stuff from on-load
2021-06-16 14:31:28 -05:00
Matilde Park
1c77adafc6
meta: cause rebuild with console.log removals
2021-06-16 13:24:04 -05:00
pkova
54f889334a
btc: decrease card width based on window.innerWidth
2021-06-16 17:58:24 +03:00
pkova
f860efee6c
btc: match bridgeInvoice.js sending button style to invoice.js
2021-06-16 17:58:24 +03:00
pkova
8495894c7b
btc: fix button rendering on safari
2021-06-16 17:58:24 +03:00
pkova
6faa7a0f0c
btc: fix safari bitcoin address copy to clipboard
...
Using navigator.clipboard instead of document.execCommand('copy') works
in safari as well.
2021-06-16 17:58:24 +03:00
janeway
f4119de553
glob: update to 0v2.23tfu.ss2fb.q233c.p9er4.viq93
2021-06-16 18:38:50 +10:00
Liam Fitzgerald
6bdd96a0ef
interface: update virtualscroller callsites
2021-06-16 15:36:03 +10:00
Liam Fitzgerald
e473f5af9c
interface: add concrete instances of VirtualScroller
2021-06-16 15:35:36 +10:00
Liam Fitzgerald
3d6ec8440f
VirtualScroller: polymorphize over key type
2021-06-16 15:34:28 +10:00
Liam Fitzgerald
cdfd5369f2
graph-fe: unify @udification in api
...
This fixes an issue prevent backlog in DMs being unable to be fetched
2021-06-16 13:59:05 +10:00
Liam Fitzgerald
2e457cec21
dm-hook: address L review
2021-06-16 13:08:33 +10:00
Liam Fitzgerald
2d2764fa53
dm-hook: fix updating pendings
2021-06-16 12:46:47 +10:00
matildepark
5d55b1ee7b
Merge pull request #5017 from urbit/mp/landscape/group-link-full
...
interface/GroupLink: set full-width click area
2021-06-15 20:11:51 -05:00
Liam Fitzgerald
f5ed1a4bfe
CalmEngine: deps list
2021-06-16 10:15:57 +10:00
Liam Fitzgerald
520da1ed71
CalmEngine: do not wait for success
2021-06-16 08:38:59 +10:00
Liam Fitzgerald
5ba7a2fe52
FormikOnBlur: update form on initialValues change
2021-06-16 08:34:01 +10:00
Matilde Park
0cfa7a2d50
interface/GroupLink: set full-width click area
...
"fit-content" limits the clickable space for the group link, so we just
tell the row to expand to its parent.
Fixes urbit/landscape#978
2021-06-15 13:18:26 -05:00
L
617b97b450
Merge pull request #5013 from urbit/lf/failed-glob
...
ted/glob: add exponential retry
2021-06-15 13:08:32 -05:00
L
92a9ba5ba4
Merge pull request #5015 from urbit/lf/fix-backlog
...
graph-store: fix siblings scry
2021-06-15 13:08:12 -05:00
matildepark
1c8d9cfd6b
Merge pull request #4993 from urbit/james/new-group-nondigit
...
groups: prevents group names starting with digits
2021-06-15 11:57:53 -05:00
Logan Allen
c24c4a900c
observe-hook: do not warm graph-permissions marks for dms, since they do not exist
2021-06-15 11:46:52 -05:00
Logan Allen
4194f88e4a
observe-hook: add missing mark file and remove conversion from dm to transform-add-nodes since it doesn't exist
2021-06-15 11:43:00 -05:00
Logan Allen
2628517f15
graph/hark: replace all former mechanisms of warming static conversions with observe hook
2021-06-15 11:31:25 -05:00
Logan Allen
658bf3beec
observe-hook: add ability to keep a static conversion warm
2021-06-15 11:30:55 -05:00
James Acklin
dc3ef500f3
groups: allow only letters or emoji in names
...
fixes urbit/landscape#906
2021-06-15 08:51:06 -04:00
janeway
337dac99c8
glob: update to 0v6.e3j9o.e928h.ivsmp.cfkd5.qr44b
2021-06-15 13:55:22 +10:00
Liam Fitzgerald
e236e6b3e6
graph-store: fix siblings scry
2021-06-15 13:18:31 +10:00
Liam Fitzgerald
ef0edb4939
metadata-fe: fix preview fetch
2021-06-15 12:15:51 +10:00
Liam Fitzgerald
c90f7bde25
interface: refactor sidebar, improve routing
2021-06-15 12:14:50 +10:00
Liam Fitzgerald
c00768442a
chat-fe: improve render performance
2021-06-15 12:14:50 +10:00
Liam Fitzgerald
995a35cd76
interface: improve memoization and event listening of components
2021-06-15 12:14:50 +10:00
Liam Fitzgerald
02632950be
interface: improve memoization of hooks, state
2021-06-15 12:14:50 +10:00
Liam Fitzgerald
b54273a999
@urbit/api: faster BigIntOrderedMap size accessor
2021-06-15 12:14:49 +10:00
Liam Fitzgerald
f6e7551614
interface: remove dead APIs
2021-06-15 10:08:09 +10:00
Liam Fitzgerald
71ac3b4053
Merge remote-tracking branch 'origin/release/next-userspace' into lf/nu-collections
2021-06-15 09:53:25 +10:00
Liam Fitzgerald
8bfbef1b45
collections: address L review
2021-06-15 09:48:57 +10:00
Liam Fitzgerald
5f7e4c34b2
collections: fix safari layout
2021-06-15 09:44:19 +10:00
L
ff702a8cb1
Merge pull request #5011 from urbit/la/spider-hints
2021-06-14 17:29:51 -05:00
Liam Fitzgerald
9cbc218731
ted/glob: add exponential retry
...
Fixes urbit/urbit#4958
2021-06-15 07:58:02 +10:00
Logan Allen
1296728d4f
eyre: cast within zapgar to avoid nest check
2021-06-14 16:18:18 -05:00
Logan Allen
f256470a4c
spider: add profiling hints so we can see how slow it is
2021-06-14 16:16:10 -05:00
matildepark
5241efbfa8
Merge pull request #4995 from urbit/james/shipname-titles
...
interface: consistent titles for mentions, authors with nicknames
2021-06-14 15:57:15 -05:00
James Acklin
d7d3c15ccc
groups: fix name validation regex
...
fixes urbit/landscape#906
2021-06-14 16:28:19 -04:00
Liam Fitzgerald
86fdf7239c
interface: add http-api build to deps
2021-06-15 06:27:47 +10:00
Matilde Park
7751ffc54b
landscape: add fallback to getFeedPath
...
Fixes urbit/landscape#961
2021-06-14 14:44:09 -05:00
Matilde Park
d52847c492
landscape: loosen owner check in popover
...
Fixes urbit/landscape#960
2021-06-14 13:50:19 -05:00
matildepark
014707622f
Merge pull request #4994 from urbit/james/timestamp-wrapping
...
chat: never wrap timestamps
2021-06-14 13:45:28 -05:00
Liam Fitzgerald
926da94604
Merge remote-tracking branch 'origin/release/next-userspace' into lf/npm-typings
2021-06-14 12:00:02 +10:00
Liam Fitzgerald
276e2c2fa4
interface: pending graph updates
2021-06-14 11:47:22 +10:00
Liam Fitzgerald
2d40d0655b
notifications: revive optimistic updates
2021-06-14 10:54:44 +10:00
Liam Fitzgerald
71ca208829
interface: implement subscription lifecycles
2021-06-14 09:53:15 +10:00
Liam Fitzgerald
3d8146b358
@urbit/http-api: fixup reconnect behaviour
2021-06-14 09:52:34 +10:00
ixv
690971c9a9
btc: fix b158 test
2021-06-11 17:42:37 -07:00
ixv
fbbda57552
btc: use blockfilter when requesting address info
2021-06-11 16:10:56 -07:00
fang
179046c92e
Merge pull request #5004 from finned-palmer/fix-chat-cli-mispelling
...
Fix mispelling in chat-cli help message
2021-06-11 23:26:09 +02:00
Patrick O'Sullivan
2351fc08cb
Fix mispelling in chat-cli help message
2021-06-11 16:23:05 -05:00
L
9f80639063
Merge pull request #5002 from urbit/lf/dm-ordering
...
SidebarList: fix sorting
2021-06-11 13:14:07 -05:00
L
1eb4f53800
Merge pull request #4997 from urbit/lf/more-parse
2021-06-10 22:36:24 -05:00
L
d236c45365
Merge pull request #5001 from urbit/la/fast-hgh
2021-06-10 22:25:35 -05:00
Liam Fitzgerald
96daff6b7f
Merge pull request #4936 from urbit/lf/read-graph-group
...
hark: read all in group, graph
2021-06-11 09:47:10 +10:00
Liam Fitzgerald
e0f215a2b3
Merge pull request #4992 from finned-palmer/bugfix/fix-profile-status-update-in-mention
...
interface: pass api object to Mention component
2021-06-11 09:46:28 +10:00
Liam Fitzgerald
4a820afc24
Merge pull request #4990 from urbit/lf/fix-shortcuts
...
SidebarList: fix shortcuts
2021-06-11 09:46:04 +10:00
Liam Fitzgerald
93c968d9fa
tokenizeMessage: ignore commas and dots that end a url
2021-06-11 09:43:39 +10:00
Liam Fitzgerald
5f2d4e3dd8
SidebarList: fix sorting
2021-06-11 09:30:35 +10:00
ixv
1d5ea432ea
Merge pull request #4985 from pkova/release/next-userspace
...
btc: default sign method to bridge to reduce master ticket exposure
2021-06-10 12:16:10 -07:00
Logan Allen
bc4875c282
hark-graph-hook: speed it up with static conversions
2021-06-10 13:13:38 -05:00
Liam Fitzgerald
fa79c3a34f
interface: exorcise props.api
2021-06-10 13:48:41 +10:00
Liam Fitzgerald
5dc6056624
interface: move graph pokes, scries to airlock
2021-06-10 12:12:44 +10:00
Liam Fitzgerald
3853ed8ec9
@urbit/http-api: genericise return type of thread
2021-06-10 12:02:08 +10:00
Liam Fitzgerald
94bc24de5b
@urbit/api: update graph pokes, scries
2021-06-10 12:01:25 +10:00
Liam Fitzgerald
fb36238d07
interface: move graph subs to airlock
2021-06-10 12:00:44 +10:00
L
c36b35aea4
Merge pull request #4991 from urbit/la/userspace-cleanup
...
graph-store: clean up old migrations, use some of the new +on methods
2021-06-09 16:02:20 -05:00
pkova
f820064be1
btc: default wallet creation with bridge, add better styled warnings
2021-06-09 19:17:54 +03:00
pkova
5a670b75cf
btc: default sign method to bridge to reduce master ticket exposure
2021-06-09 19:17:54 +03:00
janeway-bot
2d76c3868e
Merge 85fdd6b190
into release/next-userspace
2021-06-09 20:02:37 +04:00
Liam Fitzgerald
6fece992b3
interface: move s3 pokes to airlock
2021-06-09 14:05:33 +10:00
Liam Fitzgerald
5071b3996d
interface: move s3 subs to airlock
2021-06-09 14:04:41 +10:00
Liam Fitzgerald
17bc209d27
interface: move invite pokes to airlock
2021-06-09 13:55:01 +10:00
Liam Fitzgerald
8bf990becb
interface: move invite subs to airlock
2021-06-09 13:54:24 +10:00
Liam Fitzgerald
3066077ca9
interface: move launch pokes to airlock
2021-06-09 13:42:54 +10:00
Liam Fitzgerald
ba7a6a14c4
interface: move launch subs to airlock
2021-06-09 13:42:10 +10:00
Liam Fitzgerald
f7352e7c4c
interface: move settings pokes to airlock
2021-06-09 13:06:22 +10:00
Liam Fitzgerald
179b8e3425
@urbit/api: update settings pokes, scries
2021-06-09 13:02:55 +10:00
Liam Fitzgerald
020d5d9d67
interface: move settings subs to airlock
2021-06-09 13:02:31 +10:00
Liam Fitzgerald
59b3080b2a
interface: move contact pokes to airlock
2021-06-09 12:35:52 +10:00
Liam Fitzgerald
bfde3d0c1b
interface: move contact subs to airlock
2021-06-09 12:34:25 +10:00
Liam Fitzgerald
d8b8fb3a5f
@urbit/api: update contact pokes
2021-06-09 12:33:41 +10:00
Liam Fitzgerald
2f70a433bd
interface: move group pokes to airlock
2021-06-09 11:46:42 +10:00
Liam Fitzgerald
73f43a2829
@urbit/api: update group pokes
2021-06-09 11:42:27 +10:00
Liam Fitzgerald
938b78da63
interface: move group subs to airlock
2021-06-09 11:41:53 +10:00
Philip Monk
85fdd6b190
clay: handle out-of-bounds versions in nako
2021-06-08 15:41:44 -10:00
Liam Fitzgerald
c80751e8b8
interface: move metadata pokes to airlock
2021-06-09 10:59:09 +10:00
Liam Fitzgerald
56b3273c12
interface: move metadata subs to airlock
2021-06-09 10:54:27 +10:00
Liam Fitzgerald
81937a4de6
@urbit/http-api: add subscribeOnce
2021-06-09 10:50:19 +10:00
Liam Fitzgerald
b51d5adc1d
@urbit/api: update metadata pokes
2021-06-09 10:48:28 +10:00
Philip Monk
ee0141f5ab
btc-rpc: make build
2021-06-08 14:47:05 -10:00
Liam Fitzgerald
2a25cbe9b8
Merge pull request #4999 from finned-palmer/bugfix/fix-dm-sort
...
interface: fix dm alphabetical sort issue
2021-06-09 08:40:14 +10:00
Philip Monk
e5ab5db20c
Merge branch 'release/next-sys' of ssh://github.com/urbit/urbit into release/next-sys
2021-06-08 09:21:04 -10:00
fang
f17e228046
Merge pull request #4942 from urbit/m/dill-appetizer
...
dill: support next runtime's inputs
2021-06-08 21:05:25 +02:00
Philip Monk
b0c9fd1940
Merge remote-tracking branch 'origin/lf/hoon-inc' into release/next-sys
2021-06-08 08:59:27 -10:00
Philip Monk
f74faab70e
Merge remote-tracking branch 'origin/master' into release/next-sys
2021-06-08 08:58:53 -10:00
Logan Allen
c61a6c21aa
graph-store: add back %2 migration
2021-06-08 10:49:36 -05:00
finned-palmer
dd478255f6
Fix dm alphabetical sort issue
2021-06-08 08:52:22 -05:00
Liam Fitzgerald
9c0ed504a6
interface: add http-api to deps
2021-06-08 16:55:01 +10:00
Liam Fitzgerald
282df96991
interface: strip api.hark
2021-06-08 16:00:37 +10:00
Liam Fitzgerald
d81d74f38f
@urbit/api: update hark pokes
2021-06-08 15:48:03 +10:00
Liam Fitzgerald
e22d38fbef
hark: upgrade to hooks api
2021-06-08 15:09:26 +10:00
Liam Fitzgerald
eadaa25e9a
interface: introduce api singleton
2021-06-08 15:06:59 +10:00
Liam Fitzgerald
2cba9b1a0b
@urbit/http-api: fix package configuration
2021-06-08 14:26:28 +10:00
raghu
6d4c9ab16f
work: fix argument
2021-06-07 22:54:26 -04:00
raghu
de3df8c953
fuse: update help text
2021-06-07 22:54:03 -04:00
Liam Fitzgerald
f4ddda2ce5
@urbit/api: update types
2021-06-08 12:41:15 +10:00
Liam Fitzgerald
001ff8becc
SidebarItem: respect calmengine settings
2021-06-08 12:26:57 +10:00
Liam Fitzgerald
7f432e126e
tokenizeMessage: fix urls that end in punctuation
2021-06-08 12:18:32 +10:00
Liam Fitzgerald
249fef1fd0
interface: fix tsc
2021-06-08 12:09:23 +10:00
Liam Fitzgerald
ec1feffda7
interface: stub API properly
2021-06-08 11:54:27 +10:00
Liam Fitzgerald
7fdb2a437a
links-fe: refactor LinkResource entry point
2021-06-08 11:51:28 +10:00
Liam Fitzgerald
64e5c956d4
LinkBlocks: add component
2021-06-08 11:50:45 +10:00
Liam Fitzgerald
82bb5869bd
LinkDetail: restyle, refactor comments
2021-06-08 11:50:45 +10:00
Liam Fitzgerald
54d4cedb3e
RemoteContent: refactor
2021-06-08 11:50:44 +10:00
Liam Fitzgerald
27863b7ed5
LinkBlockItem: add component
2021-06-08 11:50:44 +10:00
Liam Fitzgerald
db516af2a1
Merge remote-tracking branch 'origin/release/next-userspace' into lf/nu-collections
2021-06-08 11:50:40 +10:00
Liam Fitzgerald
3ed70990fb
interface: refactor url inputs into stateless urlinput
2021-06-08 11:46:35 +10:00
Liam Fitzgerald
fab546a72a
interface: add storybook fixtures, LinkBlocks
2021-06-08 11:46:20 +10:00
raghu
b499e1e711
clay: print conflicting source on fuse failure
2021-06-07 20:35:18 -04:00
raghu
ed81fdedfa
fuse: update printing for |fuse-list
2021-06-07 20:23:00 -04:00
raghu
49cf665692
fuse: add |fuse-list generator
2021-06-07 19:58:41 -04:00
raghu
5106f18d9a
fuse: use %w instead of %v so we can request over the network
2021-06-07 19:52:08 -04:00
James Acklin
b57373b101
interface: consistent titles for mentions, authors with nicknames
...
fixes urbit/landscape#65
2021-06-07 17:06:56 -04:00
James Acklin
4edaafe8e2
chat: never wrap timestamps
...
fixes urbit/landscape#884
2021-06-07 16:40:38 -04:00
James Acklin
20b377f069
groups: prevents group names starting with digits
...
fixes urbit/landscape#906
2021-06-07 16:23:25 -04:00
finned-palmer
eea9364223
Pass api object to Mention component
2021-06-07 14:58:43 -05:00
Logan Allen
a8f45b25a0
ted/btc-rpc: make test pass by using proper arm name
2021-06-07 14:12:39 -05:00
Logan Allen
11c5bec34d
graph-store: adhere completely to 80 character line limit
2021-06-07 13:48:25 -05:00
Logan Allen
980036d8c0
graph-store: style improvements
2021-06-07 13:42:26 -05:00
L
5cc908063a
Merge pull request #4987 from urbit/la/zuse-parsing
...
zuse: comb through all notes in libraries, and move arms to zuse
2021-06-07 13:11:40 -05:00
Logan Allen
b6d4f64e3d
graph-store: clean up old migrations, use some of the new +on methods
2021-06-07 12:36:50 -05:00
Logan Allen
6703e03199
zuse: remove unnecessary line from +re
2021-06-07 10:20:20 -05:00
Liam Fitzgerald
c6e116ee50
SidebarList: fix shortcuts
...
The SidebarList refactor that occurred to accomodate new-style DMs
inadvertently broke the keyboard shortcuts to switch between channels.
Revives this, and adds support for switching between DMs as well.
2021-06-07 16:25:23 +10:00
raghu
071f3ff94e
fuse: simpler generator interface
2021-06-06 14:01:40 -04:00
raghu
75726c45e8
initial implementation of printing logic
2021-06-06 12:43:26 -04:00
raghu
a7bf5bbca4
fuse: fix some 80 char violations
2021-06-05 18:48:55 -04:00
raghu
d6c592ebba
fuse: removing dependency on key being present
2021-06-05 16:03:32 -04:00
raghu
10cf37f8d8
fuse: add support for tracking sources
2021-06-05 16:03:32 -04:00
Logan Allen
87a5de919f
userspace: adding a variety of casts to avoid nest checks
2021-06-04 16:08:54 -05:00
Logan Allen
b6206728cc
hoon: make +sink more concise
2021-06-04 16:06:40 -05:00
fang
4c004e0165
lull: saner belt construction
...
$% by itself wasn't quite right, considering +bolt's @c case.
2021-06-04 21:45:59 +02:00
Logan Allen
7ef313c5e1
hoon: add +sink, a slow (but faster than dunk) type printing
2021-06-04 14:40:28 -05:00
Logan Allen
2c7a909f19
zuse: comb through all notes in libraries, and move arms to zuse
2021-06-04 12:47:51 -05:00
janeway
a41c3adcdd
glob: update to 0v2.3qak4.al612.8m1ig.kg03r.mfide
2021-06-04 15:15:22 +10:00
matildepark
638eed8d75
Merge pull request #4984 from urbit/lf/web-note-ref
...
notifications: fix description
2021-06-04 00:54:13 -04:00
Liam Fitzgerald
7f57fd7bfd
notifications: fix description
2021-06-04 14:49:22 +10:00
matildepark
fe60e82f68
Merge pull request #4983 from urbit/lf/leap-chording
...
leap: display chording options
2021-06-04 00:43:41 -04:00
Liam Fitzgerald
ce738f31f3
Merge pull request #4982 from urbit/lf/fix-dm-migration
...
dm-hook: fix on-init, rerun in on-load
2021-06-04 14:38:30 +10:00
Liam Fitzgerald
5791be170f
Merge remote-tracking branch 'origin/release/next-userspace' into lf/read-graph-group
2021-06-04 13:49:45 +10:00
Liam Fitzgerald
49f68e22d6
OmniboxResult: update props
2021-06-04 12:57:59 +10:00
Liam Fitzgerald
7ce67a2b46
leap: display chording options
2021-06-04 12:24:36 +10:00
L
99637b977b
Merge pull request #4981 from urbit/la/fix-admin-prop-drill
2021-06-03 21:02:11 -05:00
Logan Allen
c7f34b913b
interface: added isAdmin to props as well
2021-06-03 20:43:09 -05:00
Logan Allen
a92c749ce6
interface: make isAdmin an optional prop
2021-06-03 20:06:43 -05:00
L
e6925e7094
Merge pull request #4978 from urbit/la/fast-validate-graph
2021-06-03 19:48:56 -05:00
L
174f0d4324
Merge pull request #4980 from urbit/la/speedup-gph
2021-06-03 19:30:02 -05:00
Liam Fitzgerald
becc2a9ffe
dm-hook: fix on-init, rerun in on-load
2021-06-04 10:28:28 +10:00
Logan Allen
dfdb0cfe34
interface: fix prop drilling of isAdmin
2021-06-03 17:54:55 -05:00
Logan Allen
42a8eaf071
graph-push-hook: speed up by getting rid of nest checks, using %cf, and storing gates instead of tubes
2021-06-03 17:29:01 -05:00
ixv
b22071a7d8
btc: update styles for bridge invoice page too
2021-06-03 14:59:05 -07:00
ixv
6fc362c02e
btc: fix order of fee options
2021-06-03 14:32:10 -07:00
ixv
ee865af32f
btc: invoice page style fixes and fee display
2021-06-03 14:28:12 -07:00
Logan Allen
56f2d46820
graph-store + validators: stop using +grab:noun and switch to using a static conversion to %graph-indexed-post
2021-06-03 14:06:58 -05:00
L
cb7da7cbba
Merge pull request #4977 from urbit/la/fast-nest
...
graph-push-hook/thread: shave off 20ms from nest checks by getting ri…
2021-06-03 13:55:00 -05:00
matildepark
330e17e28d
Merge pull request #4965 from urbit/james/imageinput-fixes
...
imageinput: disable placeholder selection, hide placeholder on focus
2021-06-03 14:28:41 -04:00
Logan Allen
06f2aedc72
graph-push-hook/thread: shave off 20ms from nest checks by getting rid of tmi problem with types
2021-06-03 13:19:33 -05:00
James Acklin
460982d74b
messages: synced/unread treatments for group DMs in sidebar
...
fixes urbit/landscape#623
2021-06-03 12:09:43 -04:00
Liam Fitzgerald
d365f7ba07
omnibox: fix click handler
2021-06-03 13:07:46 +10:00
Liam Fitzgerald
57fbd0b0fd
notifications: fix notification keying
...
Fixes urbit/landscape#947
2021-06-03 13:02:35 +10:00
Liam Fitzgerald
c224ddf09a
notifications: fix note click through
...
Fixes urbit/landscape#937
2021-06-03 12:55:17 +10:00
Liam Fitzgerald
1cc3f4fd87
notifications: fix group num calculations
2021-06-03 12:53:42 +10:00
Liam Fitzgerald
0998c8ce81
PendingDm: fix mobile layout
...
Fixes urbit/landscape#935
2021-06-03 11:36:16 +10:00
Liam Fitzgerald
81415337d8
ProfileOverlay: fix DM route
...
Fixes urbit/landscape#933
2021-06-03 11:34:59 +10:00
Liam Fitzgerald
92eb156079
leap: navigate to DMs
...
Fixes urbit/landscape#948
2021-06-03 11:18:40 +10:00
Liam Fitzgerald
c53f4bc92d
GraphContent: fix inline content immediately following blockquote
2021-06-03 11:08:04 +10:00
Liam Fitzgerald
ecdfa36fe4
DMs: reply functionality with blockquotes
...
Fixes urbit/landscape#932
2021-06-03 11:05:53 +10:00
janeway
b220427624
glob: update to 0v2.2k8eq.k1uhe.9acu7.emum0.s8gjd
2021-06-02 15:58:49 +10:00
Liam Fitzgerald
a7813036fd
SidebarItem: fix dark mode colors
2021-06-02 15:06:31 +10:00
Liam Fitzgerald
4e4e5fa446
GroupHome: check owner of group for feed banner
2021-06-02 15:02:18 +10:00
Liam Fitzgerald
fdd2dd4530
btc-wallet: trivial change to force rebuild
2021-06-02 14:34:47 +10:00
Liam Fitzgerald
4a42bdc12c
DmSettings: fix color
2021-06-02 14:34:15 +10:00
Liam Fitzgerald
d4e5ecdbb8
DmResource: show back button on mobile
2021-06-02 14:33:55 +10:00
Liam Fitzgerald
b73b9ad9db
btc-wallet: trivial change to force rebuild
2021-06-02 14:21:21 +10:00
janeway
4cf8f89008
glob: update to 0v6.usbmp.0s7fs.9dobf.8n2b8.gr1d4
2021-06-02 14:11:49 +10:00
Liam Fitzgerald
ccbe43d9ee
Merge pull request #4972 from urbit/lf/hark-archive
...
hark-update: fix archival
2021-06-02 14:01:37 +10:00
Liam Fitzgerald
2f42909685
hark-update: fix archival
2021-06-02 13:58:28 +10:00
janeway
13bc8805fd
glob: update to 0v6.usbmp.0s7fs.9dobf.8n2b8.gr1d4
2021-06-02 13:06:26 +10:00
Liam Fitzgerald
a46b426292
DmSettings: fix color
2021-06-02 12:51:40 +10:00
Liam Fitzgerald
377f536276
btc-wallet: trivial change to force rebuild
2021-06-02 12:39:55 +10:00
Liam Fitzgerald
06309a4dab
btc-wallet: trivial change to force rebuild
2021-06-02 12:29:13 +10:00
Liam Fitzgerald
badfe7aa15
interface: fix notification linking
2021-06-02 12:27:35 +10:00
Liam Fitzgerald
7d0b63bec6
interface: fix tsc
2021-06-02 12:14:50 +10:00
Liam Fitzgerald
e9c3423e33
interface: omnibus for DM fixes
2021-06-02 12:09:45 +10:00
Liam Fitzgerald
31d3f01fe0
SidebarList: filter hidden messages
2021-06-02 11:18:11 +10:00
matildepark
ddb8a84c49
Merge pull request #4970 from urbit/lf/prev-dm-validation
...
graph-push-hook: disable proxying of DM updates
2021-06-01 20:49:24 -04:00
Liam Fitzgerald
e510cbeb03
Merge remote-tracking branch 'origin/release/next-userspace' into release/2021-5-27
2021-06-02 10:12:05 +10:00
Liam Fitzgerald
d223f3eb87
graph-push-hook: disable proxying of DM updates
2021-06-02 09:57:27 +10:00
Matilde Park
463059ba20
btc: remove console.logs to prompt rebuild
2021-06-01 18:18:43 -04:00
matildepark
301898ec72
Merge pull request #4967 from urbit/lf/fix-ver-negotiation
...
push-hook: fix version negotiation
2021-06-01 17:25:25 -04:00
James Acklin
938ce9d557
imageinput: center messages vertically with less overhead
...
fixes urbit/landscape#893
2021-06-01 16:33:12 -04:00
Matilde Park
fbb6bba318
Merge branch 'release/next-userspace' into james/group-dm-name
2021-06-01 16:27:08 -04:00
matildepark
13cca28877
Merge pull request #4962 from urbit/mp/leap/custom-tiles
...
leap: render custom app tiles
2021-06-01 16:20:55 -04:00
matildepark
fe8361bfe1
Merge pull request #4969 from urbit/ixv/btc-wilted
...
btc: stop storing bip32 core in btc-wallet state
2021-06-01 16:19:30 -04:00
ixv
870e0b42fa
Merge pull request #4963 from urbit/ixv/herb-cancel
...
herb: add cancel command
2021-06-01 13:00:00 -07:00
ixv
60ddfd1806
btc: stop storing bip32 core in btc-wallet state
2021-06-01 12:30:13 -07:00
James Acklin
7e371413a2
imageinput: fiddling with label subpixel position
...
fixes urbit/landscape#893
2021-06-01 15:04:09 -04:00
L
21ae35a08f
Merge pull request #4932 from urbit/la/fast-look
...
arvo: add +de-case to speed up +de-beam, prime cache in +settle:va
2021-06-01 13:45:32 -05:00
James Acklin
b833343f24
imageinput: respect canUpload
...
fixes urbit/landscape#893
2021-06-01 14:25:45 -04:00
matildepark
653a3e9f8f
Merge pull request #4960 from urbit/mp/contacts/optimistic-type-mismatch
...
interface: catch contact-update type mismatch
2021-06-01 00:56:08 -04:00
Liam Fitzgerald
a03623d249
push-hook: fix version negotiation
...
Addresses a bug where if the publisher could not perform the fact
conversion, it would not be deferred to the subscriber, preventing the
subscriber from being ahead of the publisher
2021-06-01 12:57:29 +10:00
Liam Fitzgerald
c87bd62e5b
metadata-push-hook: continue to sync DMs
2021-06-01 12:30:17 +10:00
Liam Fitzgerald
18862efc82
metadata-store: hide instead of drop dm associations
2021-06-01 12:26:36 +10:00
Liam Fitzgerald
698e79a1e4
push-hook: add %kick poke
2021-06-01 12:22:38 +10:00
Liam Fitzgerald
208c62c51d
metadata-push-hook: stop syncing dms
2021-06-01 12:09:38 +10:00
Liam Fitzgerald
535700b4f0
graph-fe: fix loading of inbox
2021-06-01 11:59:47 +10:00
Liam Fitzgerald
e16f264d19
Merge remote-tracking branch 'origin/master' into lf/launch-fixes
2021-06-01 11:20:51 +10:00
James Acklin
8bb8425e3a
imageinput: pass focus to all other placeholders
...
fixes urbit/landscape#893
2021-05-31 21:14:30 -04:00
James Acklin
c0e15442f5
imageinput: prevent text selection on all statues
...
fixes urbit/landscape#893
2021-05-31 20:57:18 -04:00
James Acklin
38b368e861
imageinput: disable placeholder selection, hide placeholder on focus
...
fixes urbit/landscape#893
2021-05-31 20:43:46 -04:00
James Acklin
f078b843e4
messages: fix tsc error
2021-05-31 20:10:18 -04:00
James Acklin
1f6a216f28
messages: always mono for DM recipients, show description
...
fixes urbit/landscape#623
2021-05-31 19:49:36 -04:00
ixv
3a14176934
herb: add cancel command
2021-05-29 12:53:23 -07:00
Matilde Park
ab95f8ec12
leap: render custom app tiles
...
Fixes urbit/landscape#915
2021-05-28 17:42:19 -04:00
Matilde Park
0d38218c0a
GraphContent: use correct type for code content
2021-05-28 17:21:36 -04:00
Matilde Park
88f02e6115
landscape: code content inherits font weight
...
Fixes urbit/landscape#905
2021-05-28 17:16:31 -04:00
Matilde Park
12afe8acd7
interface: catch contact-update type mismatch
...
When applying add-group or remove-group updates optimistically, we send
our ship resourceFromPath objects, and get back /ship/~name/resource
strings. When we apply the update optimistically, we use the former,
storing the object in state. This causes interface errors, as it expects
the string. Therefore, on both ends we construct the string and dedupe
if it comes in after application.
Fixes urbit/landscape#917
2021-05-28 16:54:01 -04:00
matildepark
7ea6c246ce
Merge pull request #4955 from urbit/lf/btc-dev-fix
...
btc-wallet: fix dev proxy
2021-05-28 12:46:09 -04:00
matildepark
38b57d0107
Merge pull request #4956 from urbit/lf/chromatic-flake
...
interface: prevent storybook flake w relative time
2021-05-28 12:45:42 -04:00
Liam Fitzgerald
e540d1260f
interface: prevent storybook flake w relative time
2021-05-28 14:47:18 +10:00
Liam Fitzgerald
12f3ab7651
btc-wallet: fix dev proxy
2021-05-28 14:16:55 +10:00
janeway
457904368b
glob: update to 0v2lque.i3rgs.9utfa.sk8o5.u9h6q
2021-05-28 11:25:30 +10:00
matildepark
68cd853fb5
Merge pull request #4952 from urbit/mp/tokenize-mention-links
...
tokenizer: please I beg no more
2021-05-27 20:50:12 -04:00
Liam Fitzgerald
623da874e5
tokenizeMessage: less greedy
2021-05-28 10:47:51 +10:00
Liam Fitzgerald
3d9036b10f
tokenizeMessage: race regexes, choose closest match
2021-05-28 09:51:55 +10:00
ixv
75bde5d4f7
Merge pull request #4950 from urbit/ixv/btc-tile-fix
...
btc: fix visual glitch with tile
2021-05-27 16:46:03 -07:00
janeway-bot
837d380e39
Merge fd55386de5
into release/next-userspace
2021-05-28 02:59:23 +04:00
Tyler Brown Cifu Shuster
6c48b8a0be
npm/http-api: changed relative dependency typo
2021-05-27 15:57:19 -07:00
janeway-bot
86ba56dc45
Merge 4cecb55b53
into release/next-userspace
2021-05-28 02:56:01 +04:00
ixv
bf2b094374
btc: fix visual glitch with tile
2021-05-27 15:53:38 -07:00
Tyler Brown Cifu Shuster
8ede23b565
npm/http-api: changed relative dependency
2021-05-27 15:52:27 -07:00
Matilde Park
414b5ea89c
PostItem: only render byline if author in state
2021-05-27 18:52:05 -04:00
matildepark
c81bdda122
Merge pull request #4947 from urbit/ixv/btc-warning-style
...
btc: fix warning link style
2021-05-27 17:55:39 -04:00
ixv
e4e14c3457
btc: fix warning link style
2021-05-27 14:52:56 -07:00
Logan Allen
c816bc3357
interface: fix feed links
2021-05-27 16:43:12 -05:00
Logan Allen
7e5af14987
interface: fixes group feed issues introduced by fetch
2021-05-27 16:34:49 -05:00
Matilde Park
e704d90e06
interface: add new test for mention+link msgs
2021-05-27 17:00:54 -04:00
James Acklin
16311deee3
messages: fixing mono-logic
...
fixes urbit/landscape#623
2021-05-27 16:28:39 -04:00
janeway
66537f39a5
glob: update to 0v3.p6u25.2ltvl.kdnbq.a2uq4.9uhqu
2021-05-27 12:39:22 -07:00
ixv
af48680bbd
Merge pull request #4945 from urbit/ixv/fix-glob
...
glob: fix on-load and +trouble
2021-05-27 12:28:11 -07:00
ixv
e195bbbcc7
glob: don't flush state when upgrading
2021-05-27 11:52:56 -07:00
Logan Allen
2549eaa5c2
eyre: comment out %writ specialization because it causes crashes
2021-05-27 13:28:23 -05:00
Logan Allen
d822d5adce
gall: ensure we send %whiz after all the other moves
2021-05-27 13:24:36 -05:00
ixv
c92079cda4
glob: fix +trouble
2021-05-27 11:21:27 -07:00
Logan Allen
3427e57cb3
eyre: specialize %clay type
2021-05-27 13:01:06 -05:00
Logan Allen
00fa3e7f0d
arvo: add %whiz option that allows one to prime the compiler cache
2021-05-27 12:55:03 -05:00
Matilde Park
2a8edc7704
btc: remove urbitrc import
2021-05-27 13:37:28 -04:00
ixv
13807303b4
Merge pull request #4940 from urbit/release/bitcoin-wallet
...
Bitcoin Wallet
2021-05-27 10:28:18 -07:00
James Acklin
9ba4b0c1cf
messages: respect hidden nicknames, conditional mono
...
fixes urbit/landscape#623
2021-05-27 12:08:03 -04:00
fang
bee2fd278c
dill: support next runtime's inputs
...
This, along with the new runtime understanding current dill's blits,
will ensure that the new runtime is reasonably usable even with the old
dill.
2021-05-27 16:28:42 +02:00
Liam Fitzgerald
57a7822b65
interface: prevent storybook flake
2021-05-27 15:28:59 +10:00
Liam Fitzgerald
dbf8b05e41
Merge remote-tracking branch 'origin/release/next-userspace' into lf/chromatic
2021-05-27 15:20:15 +10:00
Liam Fitzgerald
b8ec17f08c
btc-wallet: standardise build process
2021-05-26 18:30:18 -07:00
Matilde Park
bb2b1bdae5
launch: fix types
2021-05-26 18:30:18 -07:00
ixv
7b6e054ad5
btc: link to urbit.org to learn more about wallet
2021-05-26 18:30:18 -07:00
ixv
db952bd22d
btc: switch network to bitcoin
2021-05-26 18:30:18 -07:00
ixv
0b2e28934b
btc: stop putting so many things in window
2021-05-26 18:30:18 -07:00
ixv
40d69b5a02
btc: invoice error handling
2021-05-26 18:30:18 -07:00
ixv
768b47985d
btc: change tile to svg
2021-05-26 18:30:18 -07:00
pkova
74492b7b0f
btc: add reworked urbit-key-generation, fixes in bridge flow
2021-05-26 18:30:18 -07:00
ixv
a710de616c
btc: provider now has one heartbeat for all clients
2021-05-26 18:30:18 -07:00
ixv
01c48b5c2e
btc: connection status styling
2021-05-26 18:30:18 -07:00
ixv
8770e1e00c
btc: persist preferred currency; clean up btc currency style
2021-05-26 18:30:18 -07:00
ixv
84f6aa33d0
btc: feepicker dismissal
2021-05-26 18:30:18 -07:00
ixv
87855eadc4
btc: copy truncated address
2021-05-26 18:30:18 -07:00
ixv
b157f9ddde
btc: switch feepicker
2021-05-26 18:30:18 -07:00
ixv
0da2778193
btc: update hash verification process
2021-05-26 18:30:18 -07:00
ixv
332652e0d1
glob: generalize
2021-05-26 18:30:18 -07:00
pkova
7b44129a43
btc: confirm master ticket on wallet setup
2021-05-26 18:30:18 -07:00
pkova
62bc36c918
btc: overflow-wrap addresses on sent screen
2021-05-26 18:30:18 -07:00
pkova
4bd945ee6e
btc: add signing through bridge
2021-05-26 18:30:18 -07:00
pkova
aa7811c2f5
btc: make feePicker position: absolute instead of relative
2021-05-26 18:30:18 -07:00
pkova
234b2be133
btc: add invalid key error handling
2021-05-26 18:30:18 -07:00
pkova
a4c03cc630
btc: add dust error handling
2021-05-26 18:30:18 -07:00
pkova
d93020d9c6
btc: add basic error handling
2021-05-26 18:30:18 -07:00
pkova
6847bf0813
btc: remove unnecessary retry logic, send balance in handle-tx-info
2021-05-26 18:30:18 -07:00
ixv
41685a88c0
btc: settings page
2021-05-26 18:30:18 -07:00
ixv
a791a2edf1
btc: fix history bug
2021-05-26 18:30:18 -07:00
ixv
36f8167986
btc: attach note to transaction
2021-05-26 18:30:18 -07:00
ixv
d6a695c131
btc: blur and warning typo
2021-05-26 18:30:18 -07:00
pkova
4a0caa9fc3
btc: add balance events on handle-address-info
2021-05-26 18:30:18 -07:00
Isaac Visintainer
84ccb732e6
btc: finish fee picker
2021-05-26 18:30:18 -07:00
Isaac Visintainer
aa5ccf8122
btc: add warning message
2021-05-26 18:30:18 -07:00
Isaac Visintainer
b2887e75a0
btc: add tile
2021-05-26 18:30:18 -07:00
édouard
2c6c83bc14
stying edits: small collection of various visual fixes
...
All edits were constrained within the `/components` directory of the wallet src. Most involve simple value switches and other similarly simple fixes, towards matching designs.
2021-05-26 18:30:18 -07:00
Isaac Visintainer
82829c6ee0
btc: retry logic for unconfirmed balance, show it on frontend
2021-05-26 18:30:18 -07:00
Isaac Visintainer
718d774d0d
btc: first pass on fee selection
2021-05-26 18:30:18 -07:00
pkova
1a096efbba
btc: retry logic for unconfirmed balance, show it on frontend
2021-05-26 18:30:18 -07:00
Isaac Visintainer
78a7dd256f
temp 2
2021-05-26 18:30:18 -07:00
Isaac Visintainer
24db04bccc
temp
2021-05-26 18:30:18 -07:00
Isaac Visintainer
2288858302
btc: route network info from top level
2021-05-26 18:30:18 -07:00
Isaac Visintainer
6377f49340
btc: js hash check generator
2021-05-26 18:30:18 -07:00
Isaac Visintainer
df3f6c9042
btc: address validation; loading states in sending flow
2021-05-26 18:30:18 -07:00
Isaac Visintainer
4a67c56706
btc: add icon
2021-05-26 18:30:18 -07:00
pkova
a740b7ea1f
btc: round denominated amounts on invoice and sent screens
2021-05-26 18:30:18 -07:00
pkova
89b7a24109
btc: reset psbt state on exit from sending flow
...
This fixes trying to access beyond buffer length errors.
2021-05-26 18:30:17 -07:00
pkova
bdf64a9613
btc: add x to final component in sending flow
2021-05-26 18:30:17 -07:00
Isaac Visintainer
78c0235c99
btc: bug and style fixes for transaction history
2021-05-26 18:30:17 -07:00
Isaac Visintainer
b58fe46fdc
btc: fix issue with channel-js part 2
2021-05-26 18:30:17 -07:00
Isaac Visintainer
e3c20a2901
btc: improved transitions and error handling for startup modals
2021-05-26 18:30:17 -07:00
Isaac Visintainer
a9706c7ece
btc: fix prod build
2021-05-26 18:30:17 -07:00
Isaac Visintainer
517d26a3f7
btc: improved initial loading display
2021-05-26 18:30:17 -07:00
Isaac Visintainer
99a44640f0
btc: fix issue with channel-js resubscribes
2021-05-26 18:30:17 -07:00
Isaac Visintainer
62afe28f3f
btc: allow unsetting provider; let frontend know if wallet is removed
2021-05-26 18:30:17 -07:00
Isaac Visintainer
ac02810fde
btc: fix currencyValue in transaction.js
2021-05-26 18:30:17 -07:00
pkova
5d44b596d0
btc: propagate psbt state through balance component
2021-05-26 18:30:17 -07:00
Isaac Visintainer
e043273446
btc: currency rate polling and reducer
2021-05-26 18:30:17 -07:00
Isaac Visintainer
02b4ac1a91
btc: fix transaction ordering
2021-05-26 18:30:17 -07:00
Isaac Visintainer
e759050eb2
btc: check if payee has wallet; allow sending to external addresses
2021-05-26 18:30:17 -07:00
Isaac Visintainer
f161ef69ec
btc: some frontend cleanup
2021-05-26 18:30:17 -07:00
Isaac Visintainer
197934f95b
btc: address copying
2021-05-26 18:30:17 -07:00
Isaac Visintainer
2158e9a4cd
btc: transaction history
2021-05-26 18:30:17 -07:00
pkova
fdfcf27ec4
btc: make button in send.js reactive
2021-05-26 18:30:17 -07:00
pkova
c8c1bdf0be
btc: add USD currency conversion rate fetching
2021-05-26 18:30:17 -07:00
pkova
44767c00dd
btc: styling improvements in invoice.js
2021-05-26 18:30:17 -07:00
pkova
a548414baf
btc: styling improvements in send.js
2021-05-26 18:30:17 -07:00
pkova
2391185916
btc: add final screen for sending flow
2021-05-26 18:30:17 -07:00
pkova
32477257c9
btc: make invoice send btc button reactive
2021-05-26 18:30:17 -07:00
pkova
4c22a439e4
btc: go to invoice screen only after receiving psbt
2021-05-26 18:30:17 -07:00
pkova
b3d0919cba
btc: fix walletModal fprint, balance.js initial state
2021-05-26 18:30:17 -07:00
pkova
b95b167646
btc: add unstaged files, fix fingerprint length
2021-05-26 18:30:17 -07:00
pkova
215784af44
btc: add mvp sending flow
2021-05-26 18:30:17 -07:00
Isaac Visintainer
6992a34040
btc: record history for transactions that occur outside wallet flow
2021-05-26 18:30:17 -07:00
Isaac Visintainer
2afa80a638
btc: unconditionally re-request address-info for watched addresses
2021-05-26 18:30:17 -07:00
Isaac Visintainer
fbb74c5ab2
btc: fix issue with wallet generation from master ticket
2021-05-26 18:30:17 -07:00
Isaac Visintainer
4066f21ec1
temp: fix balance issue
2021-05-26 18:30:17 -07:00
Isaac Visintainer
da7fe35a60
temp commit: beginning balance and transactions page
2021-05-26 18:30:17 -07:00
Isaac Visintainer
cc7318aaa9
btc: provider/wallet setup flow
2021-05-26 18:30:17 -07:00
Isaac Visintainer
d32e78799f
btc: more frontend template stuff
2021-05-26 18:30:17 -07:00
Isaac Visintainer
fc1dbe4f30
btc: frontend template
2021-05-26 18:30:17 -07:00
Isaac Visintainer
2b6831db13
btc: added tile
2021-05-26 18:30:17 -07:00
Isaac Visintainer
d8f1e731e1
btc: post merge cleanup
2021-05-26 18:30:17 -07:00
James Acklin
7c90313774
messages: parse DM title and conditionally display nicknames
...
fixes urbit/landscape#623
2021-05-26 21:10:05 -04:00
Logan Allen
7305ce1499
arvo: clean up unnecessary type casts and fix profiling hint
2021-05-26 17:59:00 -05:00
Logan Allen
517ebbbbee
arvo: rename +en-case to +de-case, prime the cache in +settle
2021-05-26 17:12:59 -05:00
Logan Allen
fdec9ebe93
arvo: add +en-case, hoon: remove +sloy
2021-05-26 15:45:39 -05:00
Logan Allen
23f9668d46
eyre: make fang's requested style changes
2021-05-26 12:22:54 -05:00
Liam Fitzgerald
0fb803f6ee
Comments: fix deletion
...
Fixes urbit/landscape#902
2021-05-26 15:51:50 +10:00
Liam Fitzgerald
d124bbdb57
hark: fix read-group action
2021-05-26 14:10:46 +10:00
Liam Fitzgerald
2fc10ecefa
interface: add read-group keybind
2021-05-26 14:10:26 +10:00
Liam Fitzgerald
cabdca8c0b
interface: register shift in chords
2021-05-26 14:08:26 +10:00
Liam Fitzgerald
3869e5e89b
Merge remote-tracking branch 'origin/release/next-userspace' into lf/read-graph-group
2021-05-26 13:41:00 +10:00
Liam Fitzgerald
5f8249fab0
collections: add LinkBlockItem
2021-05-26 13:18:48 +10:00
Matilde Park
71c3dc03b5
tokenizeMessage: fix trailing slash case
...
Fixes urbit/landscape#903
2021-05-25 20:24:16 -04:00
Matilde Park
a985d616ca
tokenizeMessage: clear url parse case
2021-05-25 20:20:47 -04:00
Matilde Park
b11edc0e99
tokenizeMessage: retweak regex, add tests
2021-05-25 20:11:45 -04:00
Matilde Park
006e9db150
tokenizeMessage: remove console.log, add same check on other regex
2021-05-25 14:55:05 -04:00
Matilde Park
e43cffeac5
tokenizeMessage: accept whitespace chars in regex
2021-05-25 14:49:08 -04:00
matildepark
145fb29abe
Merge pull request #4931 from urbit/james/chat-input-buttons
...
chat: no s3, no blank space
2021-05-25 13:39:48 -04:00
matildepark
006fb5b18f
Merge pull request #4933 from urbit/lf/tokenize-fixed
...
interface: fix tokenisation
2021-05-25 12:58:05 -04:00
Matilde Park
6112ae0632
ChatResource: remove extraneous space in mentions
2021-05-25 12:55:52 -04:00
Liam Fitzgerald
0353fcf6f6
collections: add LinkInput
2021-05-25 18:11:43 +10:00
Liam Fitzgerald
349dc6083c
interface: add Figma integration to storybook
2021-05-25 18:10:44 +10:00
Liam Fitzgerald
8df6c5faaa
interface: fix chromatic CI
2021-05-25 15:36:22 +10:00
Liam Fitzgerald
891d144cbf
RemoteContent: add stories
2021-05-25 15:09:54 +10:00
Liam Fitzgerald
3b5c688017
interface: add chromatic to CI
2021-05-25 14:59:39 +10:00
Liam Fitzgerald
918153f13e
interface: add more stories
2021-05-25 14:43:39 +10:00
Liam Fitzgerald
264b971176
publish: add mark all as read button
2021-05-25 13:40:16 +10:00
Liam Fitzgerald
82f2c88062
hark-store: add %read-graph %read-group actions
2021-05-25 13:38:09 +10:00
Liam Fitzgerald
91b4cf847c
tokenizeMessage: refactor, add tests
2021-05-25 12:37:59 +10:00
Liam Fitzgerald
dcd3b77e02
interface: add jest for unit testing
2021-05-25 12:33:42 +10:00
Liam Fitzgerald
0c731c7498
GroupFeedHeader: do not mutate state
2021-05-25 09:49:13 +10:00
Liam Fitzgerald
d418eec204
interface: fix tsc errors
2021-05-25 09:47:20 +10:00
Matilde Park
15fd607af8
Merge branch 'release/next-userspace' into release/2021-5-27
2021-05-24 19:08:25 -04:00
Matilde Park
e859f2a5e8
Merge branch 'release/next-userspace' into la/deep-graph
2021-05-24 19:02:44 -04:00
James Acklin
1300c5b923
channel: name group DMs a comma-separated list of participants
...
fixes urbit/landscape#623
2021-05-24 19:00:02 -04:00
Logan Allen
8ee9382e7b
arvo/hoon: add +sloy, a %da short-circuited +slay to speed up +de-beam and thus +look
2021-05-23 20:34:43 -05:00
James Acklin
ce74572d02
chat: no s3, no blank space
...
fixes urbit/landscape#892
2021-05-23 19:51:42 -04:00
Liam Fitzgerald
1ac01ef0f7
Settings: correct default keybinds
2021-05-21 13:35:54 +10:00
Liam Fitzgerald
61a3ea8028
glob: update to 0v2.3mphd.voocg.covr7.iv5la.kkk8h
2021-05-21 12:45:51 +10:00
Logan Allen
5c9a278620
interface: create proper group feed back button behavior
2021-05-20 19:52:23 -05:00
Logan Allen
e63c63022d
interface: pending and new message updates work across timeline, thread, and replies
2021-05-20 19:31:32 -05:00
Matilde Park
9e85045e17
settings: stub icon for shortcuts
2021-05-20 20:30:57 -04:00
Liam Fitzgerald
50be15dc27
SidebarItem: fix unreads, mono for DM
2021-05-21 10:23:01 +10:00
Liam Fitzgerald
65c8f30124
DM: pending states
2021-05-21 10:22:35 +10:00
Liam Fitzgerald
60ed7d6151
SidebarList: fix comet rendering
2021-05-21 10:12:11 +10:00
Liam Fitzgerald
454c1919ce
DmResource: fix backlog, mark as read
2021-05-21 10:08:02 +10:00
Liam Fitzgerald
6ca91bf3d8
dm-hook: fix self DM case
2021-05-21 10:07:27 +10:00
Liam Fitzgerald
115ee5f4f1
Merge pull request #4910 from urbit/lf/hark-boxing
...
hark: new boxing model
2021-05-21 08:38:18 +10:00
James Acklin
8f9ccaafce
permalinks: final spacing pass for elements + placeholders
2021-05-20 17:07:35 -04:00
Logan Allen
571e1df2c6
eyre: add ~| to slym
2021-05-20 15:05:36 -05:00
Logan Allen
be7c94fcba
eyre: replace +slam with +slym for a speedup
2021-05-20 14:31:28 -05:00
L
782a7644a3
Update pkg/arvo/sys/vane/eyre.hoon
...
Co-authored-by: fang <github@fang.io>
2021-05-20 13:40:05 -05:00
L
c0daa7f9fc
Update pkg/arvo/sys/vane/eyre.hoon
...
Co-authored-by: fang <github@fang.io>
2021-05-20 13:39:49 -05:00
Logan Allen
5e2eb1b783
eyre: use slam and statically typed conversion
2021-05-20 18:03:04 +00:00
Logan Allen
306dbbaead
eyre: use static mark conversions
2021-05-20 12:11:45 -05:00
Liam Fitzgerald
2e4eda036b
SidebarList: fix empty contact nick
2021-05-20 15:29:07 +10:00
Liam Fitzgerald
93335fc1ea
dm-hook: fix migration
2021-05-20 15:26:11 +10:00
Liam Fitzgerald
35874233b0
metadata-store: drop dm associations
2021-05-20 14:25:44 +10:00
Liam Fitzgerald
8f758ba2df
dm-mark: fix broken vale:dais
2021-05-20 14:25:44 +10:00
Liam Fitzgerald
86344ff88d
dm-hook: transform indices
2021-05-20 14:25:43 +10:00
Liam Fitzgerald
ad1187bc3c
SidebarList: fix associations access
2021-05-20 14:25:39 +10:00
Matilde Park
a31823aca7
GraphContent: paragraphs allow for wrapping
2021-05-19 23:11:15 -04:00
Matilde Park
18f9a8783e
interface/remark-break: lint
2021-05-19 23:02:32 -04:00
Matilde Park
73e4ad820b
interface, npm: peer -> dev dependency
2021-05-19 22:18:43 -04:00
Matilde Park
c4a65eb65f
Merge branch 'master' into release/2021-5-27
2021-05-19 22:07:12 -04:00
Matilde Park
06c4994dd4
Merge branch 'release/next-userspace' into mp/landscape/pre-commit
2021-05-19 22:05:21 -04:00
matildepark
137e5a4cf5
Merge pull request #4919 from urbit/lf/final-markdown
...
interface: another markdown pass
2021-05-19 21:49:25 -04:00
Liam Fitzgerald
ead07b9c4f
GraphContent: inherit size, weight for links
2021-05-20 11:46:04 +10:00
Liam Fitzgerald
aa18917d5d
RemoteContent: fix typings
2021-05-20 10:29:21 +10:00
Logan Allen
c0e4dcdc18
eyre: no-op on clay take
2021-05-19 16:01:05 -05:00
Logan Allen
054806b307
eyre: send warp to warm %c cache for any mark that gets used
2021-05-19 15:40:32 -05:00
janeway-bot
40b1ec453b
Merge e1bf7e1843
into release/next-userspace
2021-05-19 22:51:43 +04:00
Logan Allen
0e8ff36857
graph-validators: hotfix broken vale:dais caused by removal of +bunt from clay
2021-05-19 18:47:11 +00:00
Matilde Park
fbd0d85e9a
interface: remove tsc as pre-commit hook
2021-05-19 13:50:39 -04:00
janeway-bot
9da9a986e9
Merge 804e2578ed
into release/next-userspace
2021-05-19 21:29:17 +04:00
Liam Fitzgerald
3bce33de3e
GraphContent: fix tsc
2021-05-19 14:52:21 +10:00
Liam Fitzgerald
ad08450626
RemoteContent: expand to fill if tall
2021-05-19 14:45:08 +10:00
Liam Fitzgerald
c81f03a4ad
interface: reset UA css for lists
2021-05-19 14:39:00 +10:00
Liam Fitzgerald
f85ca49cb0
GraphContent: fix leading inline content breaking stitching
2021-05-19 14:38:40 +10:00
Liam Fitzgerald
f6c1b941a7
GraphContent: add table support
2021-05-19 14:38:00 +10:00
Liam Fitzgerald
f8c8033ea2
GraphContent: support strikethrough
2021-05-19 14:37:38 +10:00
Liam Fitzgerald
e71d6773a7
GraphContent: don't linebreak on empty text nodes
2021-05-19 14:36:34 +10:00
Liam Fitzgerald
0e37171070
GraphContent: add stories to document edge cases
2021-05-19 14:35:57 +10:00
Liam Fitzgerald
0f58ee0f54
interface: add storybook
2021-05-19 14:33:38 +10:00
Logan Allen
ad5374d300
interface: fix virtual scroller bug of negative offsets
2021-05-18 19:59:13 -05:00