Matilde Park
cab2a76004
leap: mono for ship names
2021-01-27 16:13:52 -05:00
James Acklin
71a4fffb76
hark: persist hovering control
...
Fixes urbit/landscape#265
2021-01-27 15:52:28 -05:00
ixv
9715c280e3
Merge pull request #4276 from urbit/ixv/settings
...
settings store
2021-01-27 11:02:45 -08:00
L
c3395d4c14
Merge pull request #4337 from urbit/mp/contacts/ui-detail
...
contacts: UI details
2021-01-27 12:47:53 -06:00
Matilde Park
3c4a62accf
statusbar: dropdown uses cursor: pointer
2021-01-26 18:47:44 -05:00
Matilde Park
e0be1223c8
profile: assume sig is prepended
...
Our contacts object uses ~patp format. We're prefixing sigs on top of
this, causing the profile page to break unless the sig is provided,
and then showing patp info with two sigs.
This just prefixes sigs in the route and removes the sigs prepended in
user-facing strings.
2021-01-26 18:46:31 -05:00
Matilde Park
d852140403
leap: add contacts searching
2021-01-26 18:42:54 -05:00
Isaac Visintainer
59e070e46e
graph-store: updated tree type in import flow
2021-01-26 14:32:38 -08:00
Isaac Visintainer
d902f339c2
lens: remove chat-* exports
2021-01-26 14:32:38 -08:00
Logan Allen
090946e328
contact-store: updates sent to /all path as well
2021-01-26 16:18:01 -06:00
Logan Allen
516c3418ea
interface: profile updates work
2021-01-26 16:17:41 -06:00
Matilde Park
95d2d6eb08
statusbar: style dropdown
2021-01-26 17:13:00 -05:00
Matilde Park
78940cb10f
Merge branch 'release/next-js' into mp/contacts/ui-detail
2021-01-26 16:51:46 -05:00
Logan Allen
f5e623b04a
interface: get edit closer
2021-01-26 15:41:50 -06:00
Logan Allen
683df1b9a4
contact-store: fix crash
2021-01-26 15:41:34 -06:00
Logan Allen
e577edfc32
interface: split profile into multiple components, beginning Formik work
2021-01-26 15:23:01 -06:00
Logan Allen
316b86e7fb
contact-store: update to add public groups and force us to always keep our own contact
2021-01-26 15:22:33 -06:00
matildepark
8f3afbd0ef
Merge pull request #4331 from urbit/lf/hark-lazy-scroll
...
notifications: lazy load correctly
2021-01-26 16:19:39 -05:00
matildepark
b227c18354
Merge pull request #4332 from urbit/lf/circular-json-err
...
localState: prevent serialization of HTMLElement
2021-01-26 14:33:43 -05:00
Matilde Park
0a632b117f
localState: add 'omniboxShown' to blacklist
2021-01-26 14:15:53 -05:00
Liam Fitzgerald
d0fb69847b
graph: add permissioning for links
2021-01-26 14:58:27 +10:00
Liam Fitzgerald
955ea54502
graph: add permissioning for chat
2021-01-26 14:50:33 +10:00
Liam Fitzgerald
4b6637ec9a
graph-hooks: %remove-nodes permissioning
2021-01-26 14:47:35 +10:00
Isaac Visintainer
4ca7af1dad
settings: frontend api and reducer logic
2021-01-25 20:33:23 -08:00
Isaac Visintainer
c77559021f
settings: fix minor issues with json encoding
2021-01-25 20:32:09 -08:00
Liam Fitzgerald
ad05ddcc34
graph-hooks: %add-nodes permissioning
2021-01-26 12:42:44 +10:00
Liam Fitzgerald
9c0ad13abd
group-store: add resource field to app-tag
...
Adds a resource field to the app-tag type, as apps will generally want
to use tags to identify a specific resource
2021-01-26 11:48:45 +10:00
Liam Fitzgerald
f2fd69df90
metadata: interface cleanup
2021-01-26 11:46:06 +10:00
pilfer-pandex
d90370cfc0
king: restore king to rightful place in default.nix
2021-01-25 17:34:46 -08:00
Liam Fitzgerald
a488c1f5fb
metadata-hooks: use pokes instead of watches to communicate preview
2021-01-26 11:10:39 +10:00
Matilde Park
4b4cbd0041
chat: hide datestamp on mobile
2021-01-25 19:58:47 -05:00
matildepark
d211358749
Merge pull request #4333 from tylershuster/chat/wobble
...
chat: fixes wobble
2021-01-25 19:46:19 -05:00
Isaac Visintainer
026b7b09ce
settings: add mark for scry result for frontend scry json conversion
2021-01-25 16:43:47 -08:00
Liam Fitzgerald
8fe1b3d4ea
Revert "pull-hook: add +take-update arm"
...
This reverts commit 2ce654555c
.
2021-01-26 10:09:31 +10:00
Liam Fitzgerald
5163761ede
Revert "metadata-hooks: reuse flows for previews"
...
This reverts commit 9c6ddc59a5
.
2021-01-26 10:09:25 +10:00
Liam Fitzgerald
50be6ce4f2
interface: add debug shim to store
...
adds window.debugStore() to show past actions based on the tag and the
current state of some slice of the store. Logs the past 15 actions for
each tag.
2021-01-26 09:47:48 +10:00
Tyler Brown Cifu Shuster
c9107d96b4
chat: fixes wobble
2021-01-25 15:44:09 -08:00
Liam Fitzgerald
ccbe4f9ad3
Merge remote-tracking branch 'origin/release/next-userspace' into lf/md-modernize
2021-01-25 14:00:07 +10:00
Liam Fitzgerald
9c6ddc59a5
metadata-hooks: reuse flows for previews
2021-01-25 13:54:58 +10:00
Liam Fitzgerald
2ce654555c
pull-hook: add +take-update arm
2021-01-25 13:07:47 +10:00
Liam Fitzgerald
8da7af4462
localState: prevent serialization of HTMLElement
...
suspendedFocus may contain an HTMElement, which would throw an error
when it was serialized. Prevents this by adding suspendedFocus to the
seralization blacklist.
2021-01-25 12:46:54 +10:00
Liam Fitzgerald
ffb7e404f4
notifications: acknowledge end of notifications
2021-01-25 11:57:49 +10:00
Liam Fitzgerald
14579c642f
notifications: fix lazy loading
2021-01-25 11:32:12 +10:00
janeway-bot
4931f76252
Merge f88318b1b7
into release/next-js
2021-01-24 05:31:40 +04:00
Liam Fitzgerald
f88318b1b7
glob: update to 0v7.9mc9i.jbk7p.smfcl.3aose.b6dat
2021-01-24 11:28:33 +10:00
janeway-bot
d7ffb4fa77
Merge e2f3dd2401
into release/next-js
2021-01-24 05:17:55 +04:00
Liam Fitzgerald
e2f3dd2401
Merge pull request #4330 from urbit/mp/links/blank-creation
...
links: return submit if no 'first item'
2021-01-24 11:17:29 +10:00
Matilde Park
48f34795da
links: return submit if no 'first item'
...
Fixes unfiled bug where creating a new collection returned a blank
screen.
2021-01-23 12:43:19 -05:00
janeway-bot
da276f2bfb
Merge c442aac74e
into release/next-js
2021-01-23 06:42:58 +04:00
matildepark
c442aac74e
Merge pull request #4328 from urbit/matildepark-patch-1
...
meta: remove landscape template
2021-01-22 21:42:30 -05:00