matildepark
5c5aefa9fc
Merge pull request #4806 from urbit/lf/fix-virt-scroller
...
VirtualScroller: fix race conditions and excessive scroll adjusting
2021-04-22 17:50:19 -04:00
Liam Fitzgerald
f80ca5a3da
virtualContext: fix useVirtualResizeProp
2021-04-22 15:02:21 +10:00
Matilde Park
75f06a7c9e
landscape/logic: type safety adjustments
2021-04-21 17:22:08 -04:00
Liam Fitzgerald
1ab925f84c
interface: unify BigIntOrderedMap imports
2021-04-20 13:11:39 +10:00
matildepark
b090311964
Merge pull request #4689 from urbit/lf/form-merge
...
ChannelSettings: unify form handling
2021-04-19 17:22:16 -04:00
Liam Fitzgerald
6128c8d096
notifications: bring preferences to spec
2021-04-19 15:24:30 +10:00
Liam Fitzgerald
0ef452f8b3
notifications: update dismiss action styling
2021-04-19 13:26:21 +10:00
Liam Fitzgerald
08028efcd7
interface: add utilities, fix useLazyScroll
2021-04-16 16:00:36 +10:00
matildepark
26e70d8550
Merge pull request #4755 from urbit/lf/scroll-pos-reset-publish
...
landscape: grabbag
2021-04-12 19:45:42 -04:00
Liam Fitzgerald
505528c59b
launch: fix group notification display
...
Fixes urbit/landscape#720
Fixes urbit/landscape#656
2021-04-13 09:32:36 +10:00
Liam Fitzgerald
027fd225a9
notifications: prevent race condition causing empty notifications
...
Fixes urbit/landscape#741
2021-04-09 11:42:09 +10:00
Liam Fitzgerald
0617a1ff55
Merge remote-tracking branch 'origin/release/next-js' into lf/form-merge
2021-04-09 10:04:04 +10:00
Liam Fitzgerald
623e13bd3e
Merge remote-tracking branch 'origin/release/next-js' into lf/graph-unification
2021-04-09 09:53:59 +10:00
Jōshin
8112c8a041
Merge pull request #4735 from urbit/jo/gcp/conf
...
gcp: isConfigured doesn't touch store
2021-04-06 22:18:57 -07:00
Liam Fitzgerald
186ac17d5d
useHovering: memoize hooks
2021-04-07 13:13:39 +10:00
Liam Fitzgerald
5f8437dbad
useCopy: expose didCopy state
2021-04-07 13:11:56 +10:00
L
feafdfaf43
Merge pull request #4730 from urbit/lf/callback-capture
2021-04-06 20:13:29 -05:00
Jōshin
4aa9bba5b3
gcp: isConfigured doesn't touch store
...
Makes the thread return a simple boolean; almost as simple as just
returning %.y or %.n.
gcpManager now stores whether GCP is configured as a private variable.
Also fixes some type errors in gcp.
2021-04-06 19:08:53 +00:00
Liam Fitzgerald
6da3877430
Invite: fix stale props in inviteAccept callback
...
Now that the store is immutable, callbacks that close over props will
see stale props because the reference is captured at instantiation. This
was not an issue previously, because the references would be directly
mutated. To remedy this, useRunIO has been added, which takes an async
function to run for the actual network processing, and a second
callback, which is able to see fresh props because it is not
instantiated until the async callback has resolved successfully.
Importantly, useRunIO does not resolve until the second callback has
finished, preserving the semantics of the callback for Formik handlers
and the like.
Fixes urbit/landscape#691
2021-04-06 15:50:21 +10:00
Liam Fitzgerald
c398b2c0e4
interface: mark BigIntOrderedMap compat with immer
...
Fixes urbit/landscape#707
Fixes urbit/landscape#740
2021-04-06 08:28:53 +10:00
Liam Fitzgerald
4bc7952d56
omnibox: update for new metadata
2021-04-03 00:56:48 +10:00
Liam Fitzgerald
f50bea444a
embeds: adjust scroll on load
2021-04-02 21:46:06 +10:00
Liam Fitzgerald
7686d55df6
FormGroup: add component
2021-03-30 13:59:14 +10:00
Logan Allen
466935b84b
group-feed: prevent crash by temporarily using Spaces icon
2021-03-25 14:32:45 -05:00
Liam Fitzgerald
05c8a9fc06
embeds: fix protocol
2021-03-25 14:31:40 +10:00
Liam Fitzgerald
6adc249d76
permalinks: fix parsing
2021-03-25 14:11:39 +10:00
Liam Fitzgerald
e206c8bb8d
Sidebar: fix render on safari
2021-03-25 14:11:07 +10:00
Matilde Park
7fd4928d96
Merge branch 'release/next-js' into release/next-userspace
2021-03-24 19:10:27 -04:00
Logan Allen
b15d7524e1
Merge branch 'release/next-userspace' into la/group-feed
2021-03-24 15:08:01 -05:00
Matilde Park
bafe95a988
landscape: stubbing empty functions
...
@liam-fitzgerald
2021-03-24 16:02:08 -04:00
Logan Allen
58bf89d834
Merge branch 'release/next-userspace' into la/group-feed
2021-03-24 14:51:49 -05:00
Matilde Park
ef8d7c3900
interface: rename web+urbit URI -> web+urbit-graph
2021-03-24 15:16:30 -04:00
Liam Fitzgerald
28a2aae408
permalinks: cleanup styling
2021-03-24 13:17:16 +10:00
Liam Fitzgerald
dd44377624
interface: update transclusion for reference content
2021-03-24 13:11:48 +10:00
Liam Fitzgerald
b1e86b42ba
interface: fix private permalinks
2021-03-24 13:09:55 +10:00
Liam Fitzgerald
ec94f2c5d4
permalinks: add transclusion
2021-03-24 12:59:01 +10:00
Liam Fitzgerald
f9e7f4602c
permalinks: support in apps
2021-03-24 12:57:43 +10:00
Liam Fitzgerald
c7015e2080
permalinks: restructure paths
2021-03-24 12:57:43 +10:00
Liam Fitzgerald
bc82f02091
wip
2021-03-24 12:57:43 +10:00
matildepark
f828a2c74a
Merge pull request #4645 from urbit/jo/gcp/no-poll
...
interface/gcp: stop polling for gcp store config
2021-03-23 11:50:57 -04:00
Liam Fitzgerald
9895886633
Post: code, links input
2021-03-23 14:45:47 +10:00
Jōshin
837bb94214
interface/gcp: stop polling for gcp store config
...
We polled on -gcp-is-configured before, so that if the store got
configured, Landscape would get a token without needing a browser
refresh. But the resulting POSTs were bothersome, so now we only check
once and stop if GCP store doesn't seem to be configured.
We could check 0 times (and delete -gcp-is-configured), but this has
problems. Mainly:
- there would be no way to tell whether GCP store was unconfigured or
misconfigured
- if -gcp-get-token failed intermittently (e.g. the token-uri was down
for a moment), we would not get a token for that session.
We may want to make GCP store into a Gall app of its own, so we can get
updates from it for free. Or else perhaps key off of the presence of the
store config in settings-store or something. But for now, this
fixes urbit/landscape#583 .
2021-03-22 20:22:38 -07:00
Logan Allen
de14c5d8a1
Merge branch 'release/next-userspace' into la/group-feed
2021-03-22 15:49:25 -05:00
Matilde Park
cf76a2f09e
Merge branch 'release/next-js' into release/next-userspace
2021-03-22 16:47:43 -04:00
Logan Allen
2e45f4fd99
Merge branch 'release/next-userspace' into la/group-feed
2021-03-22 12:36:34 -05:00
matildepark
cb0973867f
Merge pull request #4635 from tomholford/fix/notebook-index-image-preview
...
landscape: NotebookPreview can render image posts
2021-03-22 13:07:55 -04:00
tomholford
7d602aa0eb
landscape: NotebookPreview can render image posts
2021-03-21 10:01:55 -07:00
mirtyl-wacdec
3e899c19b8
Merge branch 'release/next-js' into unicode-to-ascii
2021-03-19 14:16:02 +07:00
mirtyl-wacdec
c5b82acffb
landscape: transliterate non-latin characters into ascii
2021-03-18 20:40:59 +07:00
Logan Allen
68ef004d9d
interface: hooked up basic enable/disable feed API, updated sidebar and display stuff
2021-03-16 13:24:19 -05:00