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
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
Liam Fitzgerald
b4ce2fccda
Merge branch 'release/next-userspace' into lf/hark-qa-fixes
2020-11-12 10:33:26 +10:00
Matilde Park
ba420d4810
hark: correct link styling
...
Fixes urbit/landscape#147
2020-11-11 19:32:31 -05:00
Liam Fitzgerald
0b7201ac08
interface: lazier notifications loading
2020-11-12 10:26:53 +10:00
Matilde Park
5c8337e878
hark: prevent long list overflowing
2020-11-11 19:22:58 -05:00
Matilde Park
2404d70bee
hark: use largeBullet, remove on read
2020-11-11 19:22:51 -05:00
fang
f549d16a2e
webterm: account for title oddity for terminal app
2020-11-11 22:00:32 +01:00
Matilde Park
2b257dcd8f
groupSwitcher: use 'Boot' for DMs + Drafts
2020-11-11 15:45:02 -05:00
Matilde Park
6782785083
landscape: surface invites in notifications
2020-11-11 15:42:06 -05:00
fang
32e1235edb
webterm: update slog handling for new formats
...
Secretly, [data.slog] here implies the entire slog text to be a single
semantic character. But this kind of detail isn't present in the slog
event, and can't be trivially reconstructed, so we're fine with this.
2020-11-11 20:59:45 +01:00
Matilde Park
ef9ea119c6
hark: use vertical rules
...
FIxes urbit/landscape#150 .
2020-11-11 00:08:43 -05:00
Matilde Park
176ac9d4ea
hark: dark mode text fixes
...
Fixes urbit/landscape#138 . Fixes urbit/landscape#153 .
2020-11-10 23:56:31 -05:00
Matilde Park
a90b9575e0
statusbar: resurface badge
2020-11-10 23:53:15 -05:00
Matilde Park
b721725ffc
landscape: remove notifs in status bar
...
Fixes urbit/landscape#151 .
2020-11-10 23:34:49 -05:00
Liam Fitzgerald
e71ba741f4
Merge pull request #3908 from urbit/lf/hark-graph-indices
...
hark: follow individual indices
2020-11-11 10:37:19 +10:00
fang
1c01c7dc6c
webterm: update bel and move into lib
2020-11-10 21:11:58 +01:00
Matilde Park
e986298ee9
Merge branch 'release/next-userspace' into lf/hark-redux
2020-11-10 15:04:16 -05:00
fang
eb40e2feed
webterm: handle unicode more correctly
...
Make the marks produce json arrays where the (list @c) type is used.
On the frontend, transform the semantic (character-based) cursor
position into a byte-based one, in order to ensure the cursor gets
rendered at the correct location, even if the presence of multi-byte
characters like emoji.
2020-11-10 20:42:28 +01:00
fang
6b3e062f60
webterm: ensure input spans entire screen
...
(...even if it might get cut off by prompt rendering details)
2020-11-10 19:35:42 +01:00
fang
9cd9448bcd
dill: remove ducts from %view and %flee interface
...
This was a little bit too crummy. Instead, we put in a placeholder of ~,
which should be forwards-compatible with atomic session identifiers,
where ~ identifies the default session.
Additionally touches up the herm wires/paths to stick to the above more
closely.
2020-11-10 19:33:11 +01:00
Liam Fitzgerald
39caa57308
hark: update FE for per-index granularity
2020-11-10 12:15:16 +10:00
Matilde Park
afa188150f
landscape: use new spinner everywhere
2020-11-09 21:13:41 -05:00
Matilde Park
e9c129b1e3
chat: migrate to indigo-react
...
Fixes urbit/landscape#41 .
2020-11-09 21:13:17 -05:00
fang
e3dba290c9
webterm: implement underline and blink styles
2020-11-10 01:37:40 +01:00
fang
ee55f34a72
webterm: update input to use indigo components
2020-11-10 00:45:08 +01:00
fang
3b51329b41
webterm: DojoApp -> TermApp
2020-11-10 00:35:27 +01:00
fang
fbda1de612
webterm: dojo -> term
...
Includes updating the tile data in launch.
2020-11-09 20:29:36 +01:00
fang
089f6515ed
webterm: refactor line to use React.memo
...
Also leave out unnecessary key detail.
2020-11-09 15:49:30 +01:00
fang
37359d2110
webterm: wrap lines
2020-11-09 15:32:15 +01:00
fang
8e77764cfc
webterm: retain prompt on %clr
2020-11-06 22:41:58 +01:00
fang
acd9176d76
webterm: clean up
2020-11-06 22:32:13 +01:00
Matilde Park
6492d4c2de
links, publish: comments match chat styling
2020-11-06 15:17:16 -05:00
Matilde Park
8ed38094f8
links: migrate to indigo-react
...
Fixes urbit/landscape#46 .
2020-11-06 15:10:17 -05:00
Matilde Park
0f37bf9a8b
links, publish: componentise Comments
2020-11-06 14:31:05 -05:00
Matilde Park
87edfc486a
links, publish: componentise 'commentItem'
2020-11-06 14:17:50 -05:00
Matilde Park
5eb1aa4327
Merge branch 'release/next-userspace' into lf/hark-redux
2020-11-06 08:59:53 -05:00
fang
f950d710c3
webterm: support downloading files
...
For %sav and %sag blits.
2020-11-06 13:47:22 +01:00
Liam Fitzgerald
0830c861fb
interface: reset touched in FormikOnBlur
2020-11-06 14:21:38 +10:00
Liam Fitzgerald
dbda698a65
hark: display chat mentions
2020-11-06 14:20:47 +10:00
Liam Fitzgerald
68d3d5287a
landscape: add flexShrink=0 to flex containers
2020-11-06 13:01:11 +10:00
matildepark
f949307e61
Merge pull request #3884 from urbit/ga/qa-fixes
...
Ga/qa fixes
2020-11-05 20:31:58 -05:00
matildepark
ed3c88f0dc
Merge pull request #3897 from tylershuster/chat-line-height
...
chat: unify line-height
2020-11-05 20:28:54 -05:00
Gavin Atkinson
c70b94a90b
updates indigo-react to restore sigil in button
2020-11-05 17:23:36 -08:00
Tyler Brown Cifu Shuster
cfec6dcca4
chat: unify line-height
...
fixes https://github.com/urbit/landscape/issues/140
2020-11-05 17:14:47 -08:00
matildepark
1ffea0be06
Merge pull request #3891 from urbit/lf/groupify-graph
...
landscape: restore groupify functionality
2020-11-05 19:50:39 -05:00
Liam Fitzgerald
181401c153
landscape: fix groupify redirect
2020-11-06 10:45:26 +10:00
matildepark
2e099f1b02
Merge pull request #3815 from tylershuster/moon-bg
...
clock: add background to moon
2020-11-05 19:19:43 -05:00
Matilde Park
f2d38ffb1a
landscape: amend groupify copy
2020-11-05 19:09:26 -05:00
fang
185b553c99
herm: userspace dill proxy
...
Listens to the default dill session and passes its %blits on to
subscribers. Passes any %belt pokes it gets into dill.
Updates webdojo to make use of it, which is the primary motivation for
herm's existence.
2020-11-05 19:39:08 +01:00
Liam Fitzgerald
75f347aea5
interface: add missing lodash imports
2020-11-05 17:30:32 +10:00
Liam Fitzgerald
403c2ba0a8
chat: teleport to message
2020-11-05 16:24:40 +10:00
Liam Fitzgerald
a0ea86098b
hark: display chat notifications
2020-11-05 15:34:48 +10:00
Liam Fitzgerald
e1b11d610d
hark-chat-hook: maintain FE state
2020-11-05 15:34:20 +10:00
matildepark
628b031252
Merge pull request #3865 from urbit/lf/graph-author-delete
...
graph-push-hook: allow for node removal by author
2020-11-04 23:20:45 -05:00
Liam Fitzgerald
9ab43333e2
landscape: support groupifying chats
2020-11-05 12:02:08 +10:00
Liam Fitzgerald
414567b843
landscape: add GroupifyForm
2020-11-05 11:54:07 +10:00
Liam Fitzgerald
118f153dc7
landscape: refactor dropdown searches
2020-11-05 11:53:36 +10:00
Matilde Park
d872050b4b
statusbar: add notification count badge
2020-11-04 16:47:08 -05:00
Matilde Park
adb91f19b8
publish: restore nicknames in note interface
2020-11-04 16:30:48 -05:00
Gavin Atkinson
d7b5bed21c
Adjust leap mobile height
2020-11-03 17:23:47 -08:00
Gavin Atkinson
f6e0f5b7d0
More changes to alter Home to DMs + Drafts
2020-11-03 17:16:28 -08:00
Gavin Atkinson
c748106332
adds spinner to ReconnectButton, refactors
2020-11-03 16:41:50 -08:00
Gavin Atkinson
38c927a6f0
resolves padding inconsistency in header bar, renames home
2020-11-03 16:22:56 -08: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
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
Matilde Park
c84f8ebe3a
Merge branch 'release/next-userspace' into mp/landscape/row-link
2020-11-03 14:12:34 -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
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
3a1c3117c0
Merge branch 'release/next-userspace' into lf/hark-redux
2020-11-03 12:31:10 -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
Tyler Brown Cifu Shuster
c4cdf415c9
publish: return JS number revision
...
fixes #3859 , fixes #3844
2020-11-03 06:49:27 -08: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
04c1ad6653
hark: add publish support
2020-11-03 14:55:32 +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
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
Matilde Park
e245a92d5e
chat: remove daybreak from unread marker
2020-11-02 16:03:44 -05:00
Matilde Park
3902996798
landscape/sidebar: hide new channel container
...
The previous write left some padding, preventing users from clicking the
bottom channel in a long sidebar for no reason.
2020-11-02 15:40:40 -05:00
matildepark
e78767f6ab
Merge pull request #3856 from tylershuster/revision-plurality
...
publish: fixes single revision plurality
2020-11-02 15:21:17 -05:00
matildepark
be25af04dc
Merge pull request #3855 from tylershuster/transparent-scrollbar
...
landscape: fixes white background on scrollbars
2020-11-02 15:13:46 -05:00
matildepark
9411133bfe
Merge pull request #3854 from tylershuster/tile-padding
...
launch: fixes tile padding
2020-11-02 15:13:06 -05:00
matildepark
d33ed266a9
Merge pull request #3858 from tylershuster/chrome-scroll
...
chat: fixes #3853
2020-11-02 15:05:30 -05:00