matildepark
18af5142dc
Merge pull request #3881 from urbit/mp/landscape/indigo-components
...
landscape: migrate global components to indigo-react
2020-11-03 19:14:31 -05:00
fang
3d610448af
ren: remove the last renderer files from /ren
...
No longer in use.
2020-11-03 23:11:18 +01:00
Matilde Park
d9d7edf720
landscape: migrate global components to indigo-react
...
Fixes urbit/landscape#50 .
2020-11-03 16:48:44 -05:00
Liam Fitzgerald
38e403e0c3
landscape: show groupify form in channel settings
2020-11-04 07:14:08 +10:00
Matilde Park
f7d59985d2
glob: update to 0v4.cf9m1.t0ofg.dtig4.av3jh.2f2db
2020-11-03 16:04:41 -05:00
Liam Fitzgerald
c3f6daf918
interface: move GroupifyForm
2020-11-04 07:02:33 +10:00
Matilde Park
ed2f88b218
lib/sigil: prevent moon sigil shrink
2020-11-03 16:01:38 -05:00
Matilde Park
4fe417b3bf
leap: provide inbox icon
2020-11-03 16:01:25 -05:00
Matilde Park
437757c584
leap: redirect to notifications correctly
2020-11-03 15:52:35 -05:00
Matilde Park
83bdc143f7
inbox: add missing lodash import
2020-11-03 15:52:21 -05:00
fang
a94c63d412
verb: improve code style in +print
2020-11-03 20:15:58 +01:00
matildepark
2834d6b2e6
Merge pull request #3863 from urbit/mp/landscape/row-link
...
group switcher: full row links to group; group title is flex truncated
2020-11-03 14:13:19 -05:00
Matilde Park
c84f8ebe3a
Merge branch 'release/next-userspace' into mp/landscape/row-link
2020-11-03 14:12:34 -05:00
matildepark
7c9d12aa3a
Merge pull request #3874 from tylershuster/post-fix
...
publish: fix aggressive exit prevention
2020-11-03 14:10:15 -05:00
Tyler Brown Cifu Shuster
9aab895e97
publish: fix aggressive exit prevention
...
Let the people post in peace!
2020-11-03 10:43:16 -08:00
fang
0c10e237d3
verb: render printouts lazily
...
Instead of passing in a tape to print in case we need in, pass in a trap that
can be called to generate the tape on-demand.
Eagerly rendering printouts was costing us a lot of time when we didn't actually
need them, because the pretty-printer is slow.
2020-11-03 19:17:13 +01:00
Liam Fitzgerald
ebb15a4fc3
lib/graph: address L review
2020-11-04 04:10:57 +10:00
Liam Fitzgerald
8b7c543f29
links: allow author to delete posts
2020-11-04 04:08:53 +10:00
matildepark
31b7c61d9a
Merge pull request #3866 from tylershuster/sidebar-scrollbar
...
fixes https://github.com/urbit/landscape/issues/132
2020-11-03 13:04:32 -05:00
Matilde Park
b107bf16e9
glob: update to 0v2.76bkn.nvb2c.j2704.jqhct.la06e
2020-11-03 12:34:17 -05:00
Matilde Park
3a1c3117c0
Merge branch 'release/next-userspace' into lf/hark-redux
2020-11-03 12:31:10 -05:00
matildepark
5618567e43
Merge pull request #3869 from urbit/lf/hark-redux-mentions
...
hark, graph-store: mentions support.
2020-11-03 12:24:57 -05:00
matildepark
7bb8d42ca8
Merge pull request #3860 from tylershuster/publish-spinner
...
publish: fixes #3859 , fixes #3844
2020-11-03 12:17:39 -05:00
matildepark
bced8e804e
Merge pull request #3848 from urbit/mp/landscape/10-30-qa
...
landscape: 10/30 QA fixes from design feedback
2020-11-03 12:10:13 -05:00
matildepark
9682a6f39d
Merge pull request #3862 from urbit/mp/two-tweak
...
landscape: hide new channel container, daybreak in unread marker
2020-11-03 12:09:56 -05:00
Tyler Brown Cifu Shuster
c4cdf415c9
publish: return JS number revision
...
fixes #3859 , fixes #3844
2020-11-03 06:49:27 -08:00
Liam Fitzgerald
e04d9f2dba
graph-pull-hook: only archive graph if we already have it
2020-11-03 17:20:46 +10:00
Liam Fitzgerald
4213543e35
lib/graph: add +get-keys
2020-11-03 17:20:01 +10:00
Liam Fitzgerald
5f1f98f746
lib-push-hook: fix behaviour of %remove
...
%remove did not properly iterate over the paths and as such did not
return a complete list of paths to kick.
Fixes #3868
2020-11-03 16:32:53 +10:00
Liam Fitzgerald
c221b211cb
publish: mentions support
2020-11-03 16:13:24 +10:00
Liam Fitzgerald
7dce8a6d6b
links: mention support
2020-11-03 16:13:00 +10:00
Liam Fitzgerald
94f787d120
interface: build in mentions FE support
2020-11-03 16:12:34 +10:00
Liam Fitzgerald
26f2e9e951
graph-store: loosen link comment validation
2020-11-03 16:12:07 +10:00
Liam Fitzgerald
6c150279ac
hark-graph-hook: use %mention type for +is-mention
2020-11-03 15:03:02 +10:00
Liam Fitzgerald
92fec34658
graph-store: add %mention type
2020-11-03 15:03:02 +10:00
Liam Fitzgerald
04c1ad6653
hark: add publish support
2020-11-03 14:55:32 +10:00
Liam Fitzgerald
13fe6c3ad1
hark: address L review
2020-11-03 14:55:01 +10:00
Tyler Brown Cifu Shuster
ebfb6826f2
fixes https://github.com/urbit/landscape/issues/132
2020-11-02 17:11:19 -08:00
Liam Fitzgerald
e9d9bb839f
Merge branch 'release/next-userspace' into lf/hark-redux
2020-11-03 10:58:52 +10:00
Liam Fitzgerald
515a9a1f54
hark-store, hark-graph-hook: address L review comments
2020-11-03 10:36:00 +10:00
Liam Fitzgerald
9702c5a86c
graph-push-hook: allow for node removal by post author
2020-11-03 10:22:12 +10:00
Liam Fitzgerald
5c0d175998
lib/graph: add +get-node
2020-11-03 10:19:58 +10:00
Matilde Park
b6286e1abd
landscape: flex-shrink group title in dropdown
...
Instead of using a maxWidth in pixels, we flexbox to truncate the title.
2020-11-02 16:36:43 -05:00
Matilde Park
07b74af662
landscape/groupSwitcher: link to group with row
...
Previously, you had to click the text inside the recent groups menu.
This makes the entire row clickable.
2020-11-02 16:36:07 -05:00
Logan Allen
697d23f83a
thread-watch-hook: made %invite-accepted-graph thread
2020-11-02 15:22:50 -06:00
Logan Allen
1b8af7d78c
hood: start %thread-watch-hook
2020-11-02 15:22:50 -06:00
Logan Allen
353d328340
thread-watch-hook: moved to marks and slopped vases
2020-11-02 15:22:50 -06:00
Logan Allen
ce43ea0765
thread-watch-hook: compiles properly
2020-11-02 15:22:50 -06:00
Logan Allen
1c0777e0a7
thread-watcher: first sketch
2020-11-02 15:22:50 -06:00
Matilde Park
e245a92d5e
chat: remove daybreak from unread marker
2020-11-02 16:03:44 -05:00