fang
bf49ba024c
Merge pull request #3964 from ronreg-ribdev/sponsor
...
gen: add +sponsor generator
2020-11-25 12:33:48 +01:00
fang
b6e93e0900
Merge pull request #3861 from ronreg-ribdev/update-hoon-syntax
...
Use new-style gate argument syntax in /mar
2020-11-25 12:33:13 +01:00
matildepark
3415435399
Merge pull request #4016 from urbit/lf/read-index-fix
...
hark-store: fix caching of merged notifications
2020-11-25 00:25:27 -05:00
matildepark
91df3ca710
Merge pull request #4019 from urbit/lf/safe-update-log-peek
...
graph-store: safely peek update-log
2020-11-25 00:24:38 -05:00
matildepark
e7154c0c53
Merge pull request #4018 from urbit/mp/publish/writers
...
publish: surface writers in new channel creation
2020-11-25 00:24:11 -05:00
Liam Fitzgerald
88adb0033a
graph-store: safely peek update-log
...
Safely returns a null when either the update-log does not exists, or it
is empty
Fixes #3976
2020-11-25 14:41:19 +10:00
matildepark
25a5090f6f
Merge pull request #3909 from tylershuster/links-sigil-size
...
Links sigil size
2020-11-24 23:30:36 -05:00
Matilde Park
cedfe257ab
publish: surface writers in new channel creation
2020-11-24 23:23:26 -05:00
Tyler Brown Cifu Shuster
f00bfbad4c
unmemoized fetch
2020-11-24 20:09:22 -08:00
matildepark
419e3147a5
Merge pull request #4011 from urbit/mp/publish/loading
...
publish: add loading spinner for notebooks
2020-11-24 21:55:05 -05:00
Tyler Brown Cifu Shuster
5651a8d43b
landscape: changed RemoteContent to regular instead of PureComponent
2020-11-24 18:23:18 -08:00
Tyler Brown Cifu Shuster
48ad464fbc
pass group to Author, center images
2020-11-24 17:30:18 -08:00
matildepark
de0b1595c2
Merge pull request #3989 from tylershuster/index-preview
...
publish: styles preview
2020-11-24 20:14:19 -05:00
Tyler Brown Cifu Shuster
5674e515dd
publish: change max-width to match links
2020-11-24 17:01:49 -08:00
matildepark
729b0b5434
Merge pull request #4014 from urbit/mp/landscape/namespacing
...
landscape: fix new chat creation 404; fix new resource clobbering
2020-11-24 20:00:19 -05:00
Tyler Brown Cifu Shuster
eea8513034
addressed feedback
2020-11-24 16:59:29 -08:00
Liam Fitzgerald
8a299eadc0
hark-store: fix caching of merged notifications
...
If a notification came in that merged with a notification that had
already been read, then it would not be added to the cache properly and
therefore would not correctly send %read updates when %read-index was
called.
Fixes #3977
2020-11-25 10:53:45 +10:00
Matilde Park
5d9ce09495
landscape: prevent resource clobbering
...
Fixes #3996 .
2020-11-24 17:22:46 -05:00
Matilde Park
a158cb9a33
landscape: await chatsynced for new chat channels
...
Fixes #3923 .
2020-11-24 17:21:33 -05:00
Matilde Park
b9874b4e5b
landscape: fix overeager graphapp routing
...
It was blank paging instead of showing a 404.
2020-11-24 17:20:35 -05:00
ronreg-ribdev
a5d661f2d1
mar: use new-style gate argument syntax in /mar
...
Switch a bunch of .hoon files in /mar from using
the old `{}` syntax for specifying argument types, to the
newer `[argname=argtype]` syntax.
2020-11-24 14:16:20 -08:00
ronreg-ribdev
4a4e220e11
gen: add +sponsor generator
...
Add a new generator +sponsor that encapsulates the logic of invoking
`(sein:title our now our)` to get the sponsor of the current ship.
2020-11-24 14:13:38 -08:00
Tyler Brown Cifu Shuster
61e0d35ca5
landscape: update RemoteContent settings
2020-11-24 14:13:03 -08:00
Tyler Brown Cifu Shuster
92cc485db3
links: added delete and copy actions
2020-11-24 13:02:30 -08:00
Tyler Brown Cifu Shuster
1bad160173
links, publish: changing comments to new design
2020-11-24 12:59:32 -08:00
Tyler Brown Cifu Shuster
567c77cd48
landscape: use overlay sigils everywhere
2020-11-24 12:42:42 -08:00
Matilde Park
28a7b3782e
publish: add loading spinner for notebooks
...
Fixes #4008 .
2020-11-24 15:36:46 -05:00
matildepark
3765a8a767
Merge pull request #3814 from tylershuster/weather
...
weather: change API
2020-11-24 14:51:20 -05:00
Tyler Brown Cifu Shuster
91e09d3958
weather: add remediation path, styling
2020-11-23 19:55:13 -08:00
matildepark
5238932990
Merge pull request #3995 from ryjm/ryjm/link-popover-fix
...
landscape: fix link route breaking popover
2020-11-23 20:20:46 -05:00
matildepark
daa08c5bad
Merge pull request #3984 from tylershuster/group-delete
...
groups: only prompt to delete on ownership
2020-11-23 20:13:37 -05:00
ryjm
6750a9dc1c
landscape: fix link route breaking popover
...
When you're on a link page, hitting the settings popover will trigger an
error since the LinkResource matches the path. This makes it so that it
only matches numerical indexes.
2020-11-21 16:46:29 -05:00
Tyler Brown Cifu Shuster
6b8155145b
unwrap comments
2020-11-20 14:01:24 -08:00
Tyler Brown Cifu Shuster
a479af1973
publish: styles preview
...
Fixes https://github.com/urbit/landscape/issues/182
2020-11-20 13:57:27 -08:00
Tyler Brown Cifu Shuster
1a22a917c4
weather: changing API
...
added new colors
allow arbitrary location
Fixes #2634
2020-11-20 11:38:54 -08:00
Tyler Brown Cifu Shuster
446f551ab6
groups: only prompt to delete on ownership
...
Fixes #3965
2020-11-20 08:37:57 -08:00
matildepark
6bb62d802b
Merge pull request #3972 from urbit/mp/landscape/term-indigo-react
...
webterm: migrate to indigo-react
2020-11-19 19:25:06 -05:00
Matilde Park
1833006b11
webterm: migrate to indigo-react
2020-11-19 17:59:16 -05:00
Liam Fitzgerald
a9d6811299
glob: update to 0v4.fpa4r.s6dtc.h8tps.62jv0.qn0fj
2020-11-19 16:44:33 +10:00
Liam Fitzgerald
65578165b4
notifications: prevent safari shrinkage
2020-11-19 16:37:19 +10:00
Liam Fitzgerald
217da2acf4
glob: update to 0v5.91i1u.1g535.t3de3.6c3ih.fanmv
2020-11-19 15:20:35 +10:00
Liam Fitzgerald
2f456206c9
Sidebar: loosen property access
2020-11-19 15:08:35 +10:00
Liam Fitzgerald
c001af82c1
launch: loosen property access in unread count
2020-11-19 15:07:33 +10:00
Liam Fitzgerald
1b45848d1d
notifications: fix scroll to load
2020-11-19 15:07:29 +10:00
Liam Fitzgerald
90faac16c9
glob: update to 0v1.pak02.pfla3.gh56f.qhc6h.3h881
2020-11-19 13:40:32 +10:00
Liam Fitzgerald
ae32141263
inbox: fix graph resource redirects
2020-11-19 13:30:25 +10:00
Liam Fitzgerald
a56565b07f
inbox: fix link routing and rendering
2020-11-19 12:57:03 +10:00
Liam Fitzgerald
99faa900a4
glob: update to 0v4.3fbh4.p7j6i.2pi9g.d1ltq.5u7uu
2020-11-19 12:51:52 +10:00
matildepark
f038a302c5
Merge pull request #3960 from urbit/lf/hark-edit-comments
...
hark: upgrade for editable comments
2020-11-18 21:27:00 -05:00
Liam Fitzgerald
7fa2376aa5
hark-fe: fix crash
2020-11-19 12:21:44 +10:00