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
2f70a433bd
interface: move group pokes to airlock
2021-06-09 11:46:42 +10:00
Liam Fitzgerald
938b78da63
interface: move group subs to airlock
2021-06-09 11:41:53 +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
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
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
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
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
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
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
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
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
Logan Allen
dfdb0cfe34
interface: fix prop drilling of isAdmin
2021-06-03 17:54:55 -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
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
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
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
2f42909685
hark-update: fix archival
2021-06-02 13:58:28 +10:00
Liam Fitzgerald
a46b426292
DmSettings: fix color
2021-06-02 12:51:40 +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
Liam Fitzgerald
e510cbeb03
Merge remote-tracking branch 'origin/release/next-userspace' into release/2021-5-27
2021-06-02 10:12:05 +10: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
James Acklin
7e371413a2
imageinput: fiddling with label subpixel position
...
fixes urbit/landscape#893
2021-06-01 15:04:09 -04: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
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
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
Liam Fitzgerald
e540d1260f
interface: prevent storybook flake w relative time
2021-05-28 14:47:18 +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
ixv
bf2b094374
btc: fix visual glitch with tile
2021-05-27 15:53:38 -07:00
Matilde Park
414b5ea89c
PostItem: only render byline if author in state
2021-05-27 18:52:05 -04: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
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
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
Matilde Park
bb2b1bdae5
launch: fix types
2021-05-26 18:30:18 -07:00
Isaac Visintainer
b2887e75a0
btc: add tile
2021-05-26 18:30:18 -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
Liam Fitzgerald
0fb803f6ee
Comments: fix deletion
...
Fixes urbit/landscape#902
2021-05-26 15:51:50 +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
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
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
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
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
Liam Fitzgerald
2e4eda036b
SidebarList: fix empty contact nick
2021-05-20 15:29:07 +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
06c4994dd4
Merge branch 'release/next-userspace' into mp/landscape/pre-commit
2021-05-19 22:05:21 -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
Matilde Park
fbd0d85e9a
interface: remove tsc as pre-commit hook
2021-05-19 13:50:39 -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
Logan Allen
941ee247e5
interface: fix replies view
2021-05-18 18:48:28 -05:00
Logan Allen
d308b96909
interface: threading works for complex graph structures
2021-05-18 18:04:27 -05:00
Logan Allen
6b102450a5
interface: reworked thread view so that one can navigate to it from any child to see the conversation around that particular child
2021-05-18 16:55:43 -05:00
Matilde Park
de78be4ecd
interface: add lfs runners
2021-05-18 17:54:39 -04:00
Matilde Park
b44c3faa23
interface: fix tsc error
2021-05-18 17:06:21 -04:00
Matilde Park
b27c85b87f
Merge branch 'release/next-userspace' into mp/landscape/pre-commit
2021-05-18 17:03:33 -04:00
Matilde Park
2461017684
interface: bump package-lock.json
2021-05-18 16:56:39 -04:00
Matilde Park
e61be655cf
interface: add tsc to precommit hook
2021-05-18 16:51:08 -04:00
Matilde Park
1d64edd842
interface: add lint-staged as pre-commit hook
2021-05-18 16:32:30 -04:00
matildepark
f9354e49a1
Merge pull request #4912 from urbit/james/permalink-placeholders
...
permalinks: graph node placeholders
2021-05-18 16:32:13 -04:00
James Acklin
ee02f61d7b
permalinks: fix tsc error
2021-05-18 16:14:58 -04:00
James Acklin
fed10bc07c
permalinks; conditional addtional rows, dependent on graph type
2021-05-18 14:42:59 -04:00
Logan Allen
e2d9a32a73
interface: display last item of thread properly
2021-05-18 12:21:47 -05:00
Matilde Park
a43bb23223
GraphContent: amend text, blockquote boxing, color
2021-05-18 13:08:02 -04:00
matildepark
e80cd1ceb3
Merge pull request #4911 from urbit/lf/bag-of-grab
...
interface: misc grabbag
2021-05-18 12:30:33 -04:00
James Acklin
8f074592f2
permalinks: placeholder formatting fix
2021-05-18 09:17:55 -04:00
James Acklin
c7e9b82e68
permalinks: placeholder for unloaded nodes, author-content spacing
2021-05-18 09:16:31 -04:00
Liam Fitzgerald
0e9a8590d8
Groups: fix keying
2021-05-18 14:00:10 +10:00
Liam Fitzgerald
2221411220
GroupSwitcher: update recent groups on unmount
...
Fixes an unfiled bug where switching to a non-group workspace would not
add the most recent group to the group switcher
2021-05-18 12:36:49 +10:00
Liam Fitzgerald
e8091f9da1
graph-reducer: ignore superfluous updates
...
Reduces RAM usage drastically, especially in long-lived sessions
2021-05-18 12:33:48 +10:00
Liam Fitzgerald
b60e39545c
GraphContent: fix tsc
2021-05-18 12:10:58 +10:00
Liam Fitzgerald
34469279e1
notifications: fix tsc errors
2021-05-18 11:27:41 +10:00
Liam Fitzgerald
c1f2fba45e
notifications: update for new boxing model
2021-05-18 11:10:11 +10:00
Liam Fitzgerald
55ad8e22ae
Merge remote-tracking branch 'origin/release/2021-5-27' into lf/hark-boxing
2021-05-18 10:46:31 +10:00
Logan Allen
8201a3c68b
interface: make pending messages work for flat graphs
2021-05-17 19:04:34 -05:00
Logan Allen
ae1edbbe2c
interface: wip reducers with immer
2021-05-17 18:39:10 -05:00
Logan Allen
d97b50a8ff
Merge branch 'release/next-userspace' into la/deep-graph
2021-05-17 14:07:45 -05:00
Liam Fitzgerald
fdc703b7f6
Merge remote-tracking branch 'origin/release/next-userspace' into lf/more-markdown
2021-05-17 16:19:28 +10:00
Liam Fitzgerald
5a1cb84192
Merge remote-tracking branch 'origin/release/next-userspace' into release/2021-5-27
2021-05-17 16:07:09 +10:00
Liam Fitzgerald
3755afab3f
hark: update state, reducers for new boxing
2021-05-17 15:42:56 +10:00
Liam Fitzgerald
95a41e6896
Merge remote-tracking branch 'origin/release/2021-5-27' into lf/perfect-dms
2021-05-17 12:01:59 +10:00
Liam Fitzgerald
64582458dc
hark: optimistic read
2021-05-17 10:43:23 +10:00
Liam Fitzgerald
201a4ad0a5
GraphContent: use indigo list components
2021-05-17 10:23:27 +10:00
Liam Fitzgerald
06cce27924
GraphContent: fix blockquotes and newlines
2021-05-17 10:15:04 +10:00
Logan Allen
a02bab61f0
Merge branch 'release/next-userspace' into la/deep-graph
2021-05-14 17:05:54 -05:00
Logan Allen
e8a53947bc
interface: improve general sanity of timeline / thread rendering
2021-05-14 16:36:50 -05:00
Logan Allen
8054701f5e
interface: visually distinguish thread view
2021-05-14 15:22:04 -05:00
Logan Allen
67b91c056c
interface: added thread reducer and basic thread view
2021-05-14 15:12:12 -05:00
Matilde Park
4a7527b6cc
GroupSummary: loosen access
2021-05-14 12:53:11 -04:00
Logan Allen
728b8b0f4b
interface: use proper method names for fetches
2021-05-14 11:42:23 -05:00
Matilde Park
69572e296f
GroupSummary: display padlock, copy action
...
Fixes urbit/landscape#411
2021-05-14 12:42:14 -04:00
Matilde Park
49d411021c
GroupLink: remove public/private labels
...
We don't actually expose this in the API, so this is providing
inaccurate information.
Fixes urbit/landscape#874
2021-05-14 12:21:22 -04:00
Matilde Park
31b5499598
OmniboxResult: fix collection icon
...
Fixes urbit/landscape#876
2021-05-14 12:18:55 -04:00
Tyler Brown Cifu Shuster
bbd244e634
interface: check notification availability
2021-05-13 20:23:32 -07:00
matildepark
6423b34f1e
Merge pull request #4899 from urbit/mp/landscape/ts
...
landscape: zero typescript errors
2021-05-13 22:58:54 -04:00
Logan Allen
0a8959ca36
interface: work on threading
2021-05-13 20:27:14 -05:00
matildepark
7678cb3806
Merge pull request #4898 from urbit/tbcs/tile-ordering
...
interface: changed alphabeticalOrder to ignore non-word characters
2021-05-13 19:16:17 -04:00
Matilde Park
bb2c549c92
leap: fix ref regression
2021-05-13 18:55:24 -04:00
James Acklin
3ac2e2e378
interface: fixes lopsided SMB, eliminates shortcut chord console logging
2021-05-13 18:46:46 -04:00
Matilde Park
ec632c7b17
interface/views: ts lint
2021-05-13 18:39:54 -04:00
Matilde Park
5e35dc15be
interface/logic/state: ignore zustand type conflicts
2021-05-13 18:39:01 -04:00
Matilde Park
3b74e46a10
interface/logic/reducers: ts lint
2021-05-13 18:38:41 -04:00
Matilde Park
a172a3c6d8
interface: add ts-mdast for graphcontent types
2021-05-13 18:38:26 -04:00
Matilde Park
60ff81e0b9
interface/logic/lib: ts lint
2021-05-13 18:38:10 -04:00
Tyler Brown Cifu Shuster
407bda3df5
interface: changed alphabeticalOrder to ignore non-word characters
2021-05-13 14:27:46 -07:00
Logan Allen
1e20f52050
interface: flat timeline first pass
2021-05-13 12:25:01 -05:00
Matilde Park
62ba7462d2
Merge branch 'release/next-userspace' into lf/keybinds
2021-05-13 13:15:07 -04:00
matildepark
74918eec65
Merge pull request #4873 from urbit/tbcs/dumb-as-rocks
...
interface: adding basic notifications
2021-05-13 13:10:46 -04:00
matildepark
b77b83e446
Merge pull request #4897 from urbit/lf/optimistic-notif
...
interface: optimistic updating
2021-05-13 09:56:48 -04:00
Matilde Park
e089a864a7
interface: remove console.log
2021-05-13 09:56:01 -04:00
matildepark
50ecdc749f
Merge pull request #4896 from urbit/james/square-buttons
...
interface: square buttons; home: squash group key squawking
2021-05-13 09:44:44 -04:00
Tyler Brown Cifu Shuster
dba9ceeec2
Merge branch 'release/next-userspace' of https://github.com/urbit/urbit into tbcs/dumb-as-rocks
2021-05-13 05:38:11 -07:00
Tyler Brown Cifu Shuster
bd05760e9a
notifications: cleaned up
2021-05-13 05:36:05 -07:00
Liam Fitzgerald
3699f72f83
notifications: arewewebyet
2021-05-13 16:56:33 +10:00
Liam Fitzgerald
d1a8974758
interface: bump indigo
2021-05-13 13:49:14 +10:00
Liam Fitzgerald
a11a1e42ce
interface: optimistic contacts
2021-05-13 12:17:52 +10:00
Liam Fitzgerald
31596da876
CalmEngine: optmistic calm
2021-05-13 12:04:53 +10:00
Liam Fitzgerald
784ecb9e8f
LeapSettings: fix optimism
2021-05-13 11:54:14 +10:00
Liam Fitzgerald
1fb263ac26
Display: optimistic form updating
2021-05-13 11:40:52 +10:00
Liam Fitzgerald
5c82c86ef8
NotificationPref: make optimistic
2021-05-13 11:28:19 +10:00
Liam Fitzgerald
a40ca44050
hark: optimistic archive
2021-05-13 09:59:03 +10:00
Liam Fitzgerald
a8581ed81e
interface: add optimistic updating to stores
2021-05-13 09:57:12 +10:00
Liam Fitzgerald
8ec4cf4200
interface: bump zustand version
...
Improve zustand typings
2021-05-13 09:35:16 +10:00
Liam Fitzgerald
432c1ea046
interface: bump immer version
...
Optimistic state requires a bugfix that is in the new versions
2021-05-13 09:16:06 +10:00
matildepark
4959d53ab2
Merge pull request #4895 from urbit/mp/links/editing-comments
...
LinkResource: add index to baseUrl prop
2021-05-12 18:48:24 -04:00
James Acklin
cef3f63bef
interface: square buttons; home: squash group key squawking
...
fixes urbit/landscape#836
fixes urbit/landscape#833
2021-05-12 15:59:43 -04:00
Matilde Park
4e8e79585f
LinkResource: add index to baseUrl prop
...
Fixes urbit/landscape#873
2021-05-11 17:55:24 -04:00
Matilde Park
7c24e5e27b
StatusBar: remove avatar fringe
...
Fixes urbit/landscape#602
2021-05-11 17:09:01 -04:00
Logan Allen
dbb58bd00d
interface: first pass at writing BigIntArrOrderedMap for flatGraphs
2021-05-11 16:02:40 -05:00
Logan Allen
8291daf256
interface: truncate at 90% width instead of 100% to allow for a touchable zone to get to comments on mobile. fixes urbit/landscape #826
2021-05-11 14:50:56 -05:00
Logan Allen
a7a16a528e
interface: fix urbit/landscape #749
2021-05-11 14:47:57 -05:00
Logan Allen
77eb265ce7
Merge branch 'master' into la/deep-graph
2021-05-11 12:41:48 -05:00
Logan Allen
2c79243194
Merge branch 'la/sys-fast-orm' into la/deep-graph
2021-05-11 12:37:52 -05:00
Liam Fitzgerald
d0bba3aea5
OmniboxResult: fix arg order
2021-05-11 12:35:14 +10:00
Liam Fitzgerald
73e32f816c
Merge remote-tracking branch 'origin/release/next-userspace'
2021-05-11 11:07:17 +10:00
Matilde Park
e74ffa9904
interface: package audit
2021-05-10 20:30:31 -04:00
Matilde Park
740a6efe72
interface: stringify number prop
...
0 is falsy.
2021-05-10 20:25:57 -04:00
Matilde Park
05e3d4c75c
Merge branch 'release/next-js' into tbcs/typescript-cleanup
2021-05-10 20:20:13 -04:00
matildepark
116fefa39f
Merge pull request #4887 from urbit/lf/tokenize-fix
...
interface: fix omnibus
2021-05-10 19:20:56 -04:00
matildepark
faf643adaf
Merge pull request #4886 from urbit/lf/graphdown-fixes
...
GraphContent: rendering fixes
2021-05-10 19:19:44 -04:00
James Acklin
80cf0bef4c
links: remove stray semicolon
2021-05-10 18:42:07 -04:00
Matilde Park
d4c4db1ec5
Merge branch 'release/next-js' into release/next-userspace
2021-05-10 12:27:12 -04:00
Tyler Brown Cifu Shuster
7001bf1f13
Merge branch 'release/next-js' of https://github.com/urbit/urbit into tbcs/typescript-cleanup
2021-05-10 07:36:36 -07:00
Tyler Brown Cifu Shuster
9471ce0815
hover
2021-05-10 07:36:07 -07:00
James Acklin
77db4fe51b
permalinks: add group peer space
2021-05-10 08:35:32 -04:00
Liam Fitzgerald
81f3d1ef95
interface: update shortcut defaults
2021-05-10 15:55:02 +10:00
Liam Fitzgerald
87b6be7d2b
Merge remote-tracking branch 'origin/release/next-js' into lf/keybinds
2021-05-10 15:54:47 +10:00
Liam Fitzgerald
534fc97d0f
notifications: key notifications correctly
...
Fixes urbit/landscape#832
2021-05-10 15:11:11 +10:00