Commit Graph

6058 Commits

Author SHA1 Message Date
matildepark
89507d7669
Merge pull request #3950 from urbit/lf/hark-dm-fix
hark: fix automatically watching DMs
2020-11-18 18:29:23 -05:00
Tyler Brown Cifu Shuster
7d295cb007 landscape: preclude dropdown duplicates on exact match
Fixes #3954
2020-11-18 14:38:50 -08:00
matildepark
84792f196e
Merge pull request #3947 from urbit/mp/chat/de-scroll-catch
Revert "chat: fixed embedded scroll item disability"
2020-11-18 15:53:03 -05:00
Matilde Park
36a028d6bf chat: centre code block text 2020-11-18 15:50:18 -05:00
Matilde Park
3862ce1b25 chat: pad inline code 2020-11-18 15:41:07 -05:00
Matilde Park
f98509b807 landscape: autofill contact with root identity first 2020-11-17 23:37:02 -05:00
Liam Fitzgerald
f8865b479c
hark-chat-hook: restart possibly killed subscription
Issue #3946 may have caused the subscription to be killed by way of a
crashed %fact handling. If so, restart the subscription.
2020-11-18 14:25:31 +10:00
Liam Fitzgerald
7a1ff3ce2a
chat-view: join chat after acquiring metadata
hark-chat-hook scries for the group in order to determine whether the
chat should be automatically watched for notifications. Therefore, if we
are joining a chat, we should acquire the metadata before joining the
chat. This is to ensure that the scry works correctly.

Fixes #3946
2020-11-18 14:12:13 +10:00
Matilde Park
0f0a93c79c landscape: fix initial contact color input
The rewrite of hexToUx in TypeScript returned a function script instead
of the expected string.

The previous write is put in its place, and instead of assuming "0x"
is always in the color input's initial value, we selectively remove it,
alleviating another bug where we would display a different color than we
submitted due to substringing the first 2 characters
of a value without "0x".

Fixes #3875.
2020-11-17 23:09:39 -05:00
matildepark
4a1cd48ef5
Merge pull request #3948 from urbit/mp/hark/chat-metadata
hark: handle "no chat metadata" errors
2020-11-17 22:32:26 -05:00
Matilde Park
9807e02a50 hark: handle "no chat metadata" errors
Fixes urbit/landscape#161.
2020-11-17 20:44:48 -05:00
Liam Fitzgerald
3ba99187b4
hark-fe: address mp review 2020-11-18 11:01:56 +10:00
Liam Fitzgerald
65e4a06a64
Merge branch 'release/next-userspace' into lf/hark-caching 2020-11-18 11:00:34 +10:00
matildepark
4db5399e91
Merge pull request #3944 from urbit/lf/graph-subset-fix
graph-store: correctly subset in scries
2020-11-17 18:10:11 -05:00
Matilde Park
46fc5b5e4f Revert "chat: fixed embedded scroll item disability"
This reverts commit 3b5d3c6ff6.
2020-11-17 17:58:36 -05:00
Liam Fitzgerald
5615c10c2b
graph-store: correctly subset in scries 2020-11-17 18:00:29 +10:00
Matilde Park
e9e57ee5a4 hark: fix crash on comments with remote content
Fixes #3931.
2020-11-16 16:35:20 -05:00
Liam Fitzgerald
099b2556a4
interface: group unread counts match spec 2020-11-16 16:05:34 +10:00
Liam Fitzgerald
0b72f3ed45
interface: do not mark unread on navigate 2020-11-16 14:20:41 +10:00
Liam Fitzgerald
fd1e75d913
interface: show loader and redirect for inbox invites 2020-11-16 14:13:59 +10:00
Liam Fitzgerald
ff50753c71
interface: fix content transparency in dark mode 2020-11-16 13:55:11 +10:00
Liam Fitzgerald
4e84c43380
interface: fix loading on scroll 2020-11-16 13:53:57 +10:00
Liam Fitzgerald
6ec8037be8
hark-store: allow scrying for archive 2020-11-16 13:53:18 +10:00
Liam Fitzgerald
5c148e9c56
hark-store: reverse map ordering 2020-11-16 13:52:45 +10:00
Liam Fitzgerald
fb09c36fbe
interface: show unread counts on group tiles 2020-11-16 12:23:42 +10:00
Liam Fitzgerald
ec580cf8c1
hark-store: rework caching 2020-11-16 12:22:42 +10:00
Tyler Brown Cifu Shuster
06ab4bfc79 launch: click to copy base hash
Fixes https://github.com/urbit/landscape/issues/162
2020-11-12 21:06:05 -08:00
Matilde Park
fcefc4b1c1 hark: remove extraneous "}" 2020-11-12 08:07:21 -05:00
Matilde Park
ac961f577c hark: pass remotecontentpolicy to chat notifs 2020-11-12 08:05:50 -05:00
Matilde Park
d527b42058 glob: update to 0vvse4p.hsbcu.1hjo3.dhct1.t7jqn 2020-11-12 00:09:58 -05:00
Liam Fitzgerald
e3876ccc63
interface: correctly handle DM notifications 2020-11-12 14:47:24 +10:00
Liam Fitzgerald
f97fe15d7a
interface: do not crash on DM notifications 2020-11-12 14:39:41 +10:00
Matilde Park
51fd47e886 glob: update to 0v2.05ddv.3pde4.12728.vv799.onc9n 2020-11-11 23:10:44 -05:00
Liam Fitzgerald
45f273a984
hark-chat-hook: automatically watch DMs for notifications 2020-11-12 13:55:58 +10:00
Liam Fitzgerald
698dc68b64
chat-view: create group and metadata first 2020-11-12 13:55:30 +10:00
Liam Fitzgerald
045e05ca45
interface: improve group notify toggle 2020-11-12 13:25:37 +10:00
Matilde Park
252f3b9492 groupsettings: use .has() for admin check 2020-11-11 21:50:24 -05:00
Matilde Park
1a4a81a885 groupsettings: check for admin when rendering delete 2020-11-11 21:47:24 -05:00
Matilde Park
402f616461 hark: prevent inbox flexshrink in safari 2020-11-11 21:35:33 -05:00
Matilde Park
6e8aa1faf1 chat: code uses fontsize 0 2020-11-11 21:07:45 -05:00
Matilde Park
e078c440f1 statusbar: fix display of badge 2020-11-11 20:48:11 -05:00
Liam Fitzgerald
a11f1b65b3
Merge branch 'lf/hark-qa-fixes' of https://github.com/urbit/urbit into lf/hark-qa-fixes 2020-11-12 11:42:02 +10:00
Liam Fitzgerald
f5c12f35f3
Merge branch 'lf/hark-qa-fixes' of https://github.com/urbit/urbit into lf/hark-qa-fixes 2020-11-12 11:41:39 +10:00
Matilde Park
4e9e075a8e hark: fix notification spacing and font size
Fixes urbit/landscape#146.
2020-11-11 20:41:31 -05:00
Liam Fitzgerald
cc29ffc83b
interface: show graph unreads in sidebar 2020-11-12 11:41:06 +10:00
Liam Fitzgerald
437c107c83
hark-store: cache graph-unreads 2020-11-12 11:31:33 +10:00
Matilde Park
4673bb1456 Revert "hark: use largeBullet, remove on read"
This reverts commit 2404d70bee.
2020-11-11 20:23:39 -05:00
Liam Fitzgerald
5d8d84a7f4
Merge remote-tracking branch 'origin/mp/hark/qa-11-11' into lf/hark-qa-fixes 2020-11-12 10:46:29 +10:00
Liam Fitzgerald
0e9f7c66a9
Merge remote-tracking branch 'origin/mp/hark/qa-11-11' into lf/hark-qa-fixes 2020-11-12 10:44:20 +10:00
Matilde Park
b163b76784 hark: position mute/archive at top 2020-11-11 19:37:05 -05:00