matildepark
34d8e226fc
Merge pull request #4450 from urbit/lf/npm
...
interface: bring npm packages inline with userspace
2021-02-18 12:37:32 -05:00
Liam Fitzgerald
899ead25fb
hark-store: give %read-all fact
...
Fixes urbit/landscape#402
2021-02-16 12:29:17 +10:00
Tyler Brown Cifu Shuster
2b30227f0f
Merge branch 'release/next-js' of https://github.com/urbit/urbit into npm-packages
2021-02-14 14:14:30 -08:00
Tyler Brown Cifu Shuster
1b19a95fea
interface: cleaning up imports
2021-02-14 14:11:27 -08:00
Logan Allen
144178165c
interface: simplify edit reducer
2021-02-12 12:02:52 -06:00
Liam Fitzgerald
15ac328c1f
StatusBar: float leap above on mobile tutorial
2021-02-11 16:14:17 +10:00
Liam Fitzgerald
a07b8cc0b5
Merge remote-tracking branch 'origin/release/next-userspace' into lf/hark-loading
2021-02-09 11:25:51 +10:00
Liam Fitzgerald
003738f95a
Inbox: make useLazyScroll account for archived notifications
...
useLazyScroll was not accounting for the case where a notification would
be archived. This would mean that archiving a lot of notifications
without scrolling would erroneously not load more. Accounts for this
case by passing a count argument to useLazyScroll, which is then
compared against its previous value. If the previous value is greater
than the new value, (i.e. a notification was archived) then check if we
should load more.
2021-02-08 14:04:55 +10:00
Liam Fitzgerald
d9ab3c9fba
interface: stop propagation reshowing modal
2021-02-05 09:23:18 +10:00
Liam Fitzgerald
95fdcd6361
contacts-fe: retrieve contact on navigation
2021-02-03 17:27:15 +10:00
Matilde Park
a48c372a0e
landscape: remove leftover chat-store FE logic
2021-02-02 16:13:14 -05:00
Matilde Park
3fce1cdcb6
Merge branch 'release/next-userspace' into lf/graph-permissioning
2021-02-02 14:11:06 -05:00
Liam Fitzgerald
557be6e701
contacts: process pinned group edits in reducer correctly
2021-02-02 13:30:20 +10:00
Liam Fitzgerald
c16f2365bf
Merge remote-tracking branch 'origin/release/next-userspace' into lf/graph-permissioning
2021-02-02 10:40:40 +10:00
Liam Fitzgerald
97502838d6
Merge remote-tracking branch 'origin/la/contact-store' into lf/join-cleanup
2021-02-01 17:01:02 +10:00
Liam Fitzgerald
b95d2b3848
inbox: fix invite dismissal on join
2021-02-01 16:28:43 +10:00
Liam Fitzgerald
4827dbccbb
group-view: surface joining status in the interface
2021-02-01 12:00:24 +10:00
Logan Allen
72e036bae3
Merge branch 'release/next-userspace' into la/contact-store
2021-01-29 14:48:39 -06:00
Liam Fitzgerald
a5f945b5a4
Merge remote-tracking branch 'origin/release/next-userspace' into lf/graph-permissioning
2021-01-29 15:25:58 +10:00
Liam Fitzgerald
d41ea872c5
group-view: add to interface state
2021-01-29 15:17:16 +10:00
Logan Allen
e37795dfa6
interface: set-public bug fixed
2021-01-28 17:22:59 -06:00
matildepark
f4606327a3
Merge pull request #4285 from urbit/lf/md-modernize
...
metadata-store: modernisation
2021-01-28 17:53:12 -05:00
Logan Allen
8ac1a9768d
contacts + interface: hooked up isPublic to interface
2021-01-28 14:45:28 -06:00
Liam Fitzgerald
a100ac99bb
interface: update state management for permissions
2021-01-28 10:34:23 +10: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
Logan Allen
516c3418ea
interface: profile updates work
2021-01-26 16:17:41 -06:00
Matilde Park
78940cb10f
Merge branch 'release/next-js' into mp/contacts/ui-detail
2021-01-26 16:51:46 -05:00
Isaac Visintainer
4ca7af1dad
settings: frontend api and reducer logic
2021-01-25 20:33:23 -08:00
Logan Allen
058bd69cf1
interface: broke apart settings and profile, updated StatusBar UI
2021-01-19 16:07:34 -06:00
Logan Allen
6d95cc76a4
interface: basic new contact-store support
2021-01-19 13:59:11 -06:00
Logan Allen
dca2c9ae58
interface: updated api/logic in reducer and api to reflect new %contact-store
2021-01-19 13:59:11 -06:00
Liam Fitzgerald
5d9955c0ce
Merge remote-tracking branch 'origin/release/next-js' into lf/md-modernize
2021-01-15 14:53:10 +10:00
Liam Fitzgerald
2384b902b0
metadata: update JS
2021-01-13 15:40:48 +10:00
Liam Fitzgerald
9921cdfc81
metadata: add hooks
2021-01-13 14:50:37 +10:00
Liam Fitzgerald
b009104f8b
notifications: update count on archive
2021-01-12 12:25:54 +10:00
Matilde Park
136efa76a3
Merge branch 'release/next-js' into ixv/fix-unread-resubscribe
2021-01-05 17:34:28 -05:00
fang
141fb07109
Merge pull request #4221 from urbit/m/hark-but-quiet
...
landscape: remove hark-update printfs
2021-01-05 23:21:21 +01:00
matildepark
8cbf726fa6
Merge pull request #4171 from tylershuster/local-state-hooks
...
interface: convert local state to hooks
2021-01-05 17:18:15 -05:00
fang
8538b4fd7b
landscape: remove hark-update printfs
2021-01-05 23:07:10 +01:00
Isaac Visintainer
cbdb8903fc
notifications: clear state before processing initial update
2021-01-05 13:49:49 -08:00
Logan Allen
d6707865a1
interface: fix missing archiveBox by removing Archive view
2020-12-18 12:45:15 -06:00
Tyler Brown Cifu Shuster
380a7b30af
interface: convert local state to hooks
2020-12-17 12:29:56 -08:00
Liam Fitzgerald
6b6e9a7be2
hark: cleanup notifications on leave
2020-12-17 16:10:26 +10:00
Liam Fitzgerald
6012609214
notifications: fix accidental overwrite
2020-12-16 10:08:03 +10:00
Liam Fitzgerald
1f040ac081
hark-store: fix global count being out of sync
2020-12-15 15:39:23 +10:00
Liam Fitzgerald
66fe59819e
hark-store: allow setting last-updated independently of unread counts
2020-12-14 13:33:31 +10:00
Liam Fitzgerald
6e18225c5c
graph-store: remove-graph in keys
2020-12-11 16:07:19 +10:00
Liam Fitzgerald
30ee107762
landscape: update DMs for graph-store
2020-12-07 12:46:53 +10:00
Logan Allen
777b780d05
interface: removed unused chat files and state
2020-12-04 15:01:46 -06:00