matildepark
246f7ca0ec
Merge pull request #3449 from tylershuster/cite-sidebar
...
chat: check for cited participants in sidebar
2020-09-08 16:02:24 -04:00
Tyler Brown Cifu Shuster
d04f62a907
chat: check for cited participants in sidebar
...
Fixes #3438
2020-09-08 12:46:41 -07:00
matildepark
e07509fa11
Merge pull request #3432 from tylershuster/link-drag
...
links, chat: add drag and drop
2020-09-08 15:10:22 -04:00
Tyler Brown Cifu Shuster
c9aa908838
links, chat: add drag and drop
2020-09-08 11:41:43 -07:00
Matilde Park
694c752b3f
profile: add react-helmet
2020-09-08 13:59:39 -04:00
Matilde Park
55039f2879
profile: add z-index for iOS safari
...
Fixes #3383 .
2020-09-08 13:57:07 -04:00
matildepark
0ddb4a4887
Merge pull request #3444 from urbit/lf/publish-fixup
...
publish: don't timeout, show groupify
2020-09-08 12:47:10 -04:00
matildepark
a1b06689d5
Merge pull request #3443 from tylershuster/group-confirm-delete
...
groups: add group deletion confirmation
2020-09-08 12:35:35 -04:00
Elliot Glaysher
0a3fe85c06
Merge pull request #3439 from urbit/kh-sending-chunk
...
king: change logging from tracing to info in Wai.hs
2020-09-08 10:32:23 -04:00
Elliot Glaysher
d6762a8baf
Merge pull request #3431 from urbit/fixup-galaxy-table
...
king dawn: replace web3 usage with hand rolled jsonrpc messages.
2020-09-08 10:10:50 -04:00
Liam Fitzgerald
f320631230
publish: choose group for groupify
2020-09-08 15:55:53 +10:00
matildepark
05adb18a8a
Merge pull request #3445 from tylershuster/keyboard-navigation
...
chat: added ability to blur chat editor
2020-09-08 00:17:39 -04:00
Tyler Brown Cifu Shuster
952af5cf0e
chat: added ability to blur chat editor
2020-09-07 20:59:03 -07:00
matildepark
2ac1f9bd8f
Merge pull request #3357 from tylershuster/virtualized-lists
...
interface: changed virtual scroll implementation and added to chat
2020-09-07 23:53:37 -04:00
Tyler Brown Cifu Shuster
1d86072aa0
interface: changed virtual scroll implementation and added to chat
2020-09-07 20:35:47 -07:00
Liam Fitzgerald
73881aa25f
publish: add groupify to settings
2020-09-08 12:30:06 +10:00
Liam Fitzgerald
168478eb74
publish: support groupify poke
2020-09-08 12:11:45 +10:00
Liam Fitzgerald
07c0cb1006
publish: do not timeout join flow
2020-09-08 11:11:57 +10:00
Liam Fitzgerald
0f355e58d9
interface: allow useWaitForProps to not timeout
2020-09-08 11:10:55 +10:00
Tyler Brown Cifu Shuster
4b130868ed
groups: add group deletion confirmation
2020-09-07 15:09:39 -07:00
Elliot Glaysher
ecbcdf7d00
king: change logging from tracing to info in Wai.hs
...
I noticed that the king's text log file kept filling up, and it's
mostly 'sending chunk "\n"' from eyre. This changes the log level
of every partial send over an active eyre channel to info, instead
of always.
2020-09-05 21:49:23 -04:00
matildepark
d136c50ccc
Merge pull request #3243 from urbit/lf/lib-hooks-docs
...
lib-hooks: document with comments
2020-09-05 16:18:17 -04:00
matildepark
2fbf988ad6
Merge pull request #3435 from tylershuster/rich-text-comments
...
links, publish: display rich text comments
2020-09-05 16:14:20 -04:00
Tyler Brown Cifu Shuster
a9ed4c9055
links, publish: display rich text comments
2020-09-04 20:12:27 -07:00
Elliot Glaysher
a42c90db9c
king dawn: export functions used in tests
2020-09-04 17:02:11 -04:00
Joe Bryan
89f833365c
u3: optimizes +stir jet, pushes incremental results onto the road stack
2020-09-04 13:07:52 -07:00
Joe Bryan
836715ff31
u3: optimizes +stir jet, reducing incremental allocations in fold
2020-09-04 13:08:11 -07:00
Joe Bryan
8e1468b2e0
u3: rewrites +stir to use loops (constant stack space)
2020-09-04 13:07:52 -07:00
Elliot Glaysher
74b40e0e52
king dawn: nits
2020-09-04 14:44:26 -04:00
Elliot Glaysher
07089a1c93
king dawn: remove stray marks
2020-09-04 11:01:47 -04:00
Elliot Glaysher
4bd0882e7d
king dawn: instead of crashing, return an error
2020-09-04 10:54:31 -04:00
Joe Bryan
844ed22a2e
vere: moves |pack initiation to king, handles future |meld
2020-09-03 22:22:38 -07:00
Joe Bryan
81aa0e3003
vere: adds missing function comments in pier.c
2020-09-03 22:14:07 -07:00
Joe Bryan
b47047b869
u3: renames global deduplication to %meld, adds to $writ
2020-09-03 22:07:55 -07:00
Joe Bryan
4d86e3595c
u3: switches +cue jet to use new implementation
2020-09-03 16:00:19 -07:00
Joe Bryan
e9d4b7b762
ur: cleans up header comments
2020-09-03 15:50:58 -07:00
Joe Bryan
51b85dc5a8
u3: removes redundant byte-array allocation in u3s_cue_xeno
2020-09-03 15:38:27 -07:00
Joe Bryan
f42e436055
vere: use off-loom cue for ipc $plea
2020-09-03 15:00:17 -07:00
Joe Bryan
466f342e7b
vere: use off-loom jam for ipc $writ
2020-09-03 14:48:58 -07:00
Joe Bryan
33b6a8b924
u3: ports (formerly) failing jam test case from ur_tests
2020-09-03 14:30:05 -07:00
Joe Bryan
c469ccb043
ur: fixes a bug in ur_bsw_bytes()
...
which was introduced by an earlier fix for a buffer over-read
2020-09-03 14:29:30 -07:00
Joe Bryan
9c59363680
ur: updates ur_bsw_t comparison tests to memcmp() buffers (failing)
2020-09-03 14:29:30 -07:00
Joe Bryan
0569bd9e3d
ur: adds failing jam test case
2020-09-03 14:29:30 -07:00
Elliot Glaysher
4a7e1b2009
king dawn: replace web3 usage with hand rolled jsonrpc messages.
...
This replaces the autogenerated bindings to the Azimuth contracts
which use Network.Web3 with hand rolled json messages. Booting a
ship involved 256 individual galaxy point lookups using web3, while
Vere batched all of that into one JSONRPC message.
With this patch, we also batch everything at each phase into one
JSONRPC batch.
2020-09-03 16:05:08 -04:00
matildepark
31e8ad7bd1
Merge pull request #3399 from tylershuster/oembed
...
chat: added oembed parser
2020-09-03 12:50:37 -04:00
Tyler Brown Cifu Shuster
8729020fd3
interface: added oembed parser
2020-09-03 08:15:31 -07:00
Joe Bryan
91f5c50bef
vere: adds jam/cue tracing to ipc and disk layers
2020-09-02 23:23:18 -07:00
Joe Bryan
9159a7a318
serf: use off-loom cue for ipc $writ
2020-09-02 23:23:18 -07:00
Joe Bryan
313c5f6050
serf: use off-loom jam for ipc $plea
2020-09-02 23:23:18 -07:00
Joe Bryan
b9409693dc
serf: refactors event tracing, adds jam/cue tracing
2020-09-02 23:23:18 -07:00