Commit Graph

23226 Commits

Author SHA1 Message Date
Liam Fitzgerald
85a5488332
AsyncButton: protect against double submit 2021-01-21 11:44:22 +10:00
matildepark
1526912dd6
Merge pull request #4320 from urbit/mp/landscape/sidebar-header
landscape: sidebar header item center, padded
2021-01-20 20:20:25 -05:00
Matilde Park
2df7c62a33 landscape: sidebar header item center, padded
Fixes urbit/landscape#257.
2021-01-20 18:45:07 -05:00
matildepark
1cdd3509b0
Merge pull request #4165 from urbit/lf/infinite-link-scroll
links-fe: infinite scroll for link displays
2021-01-20 18:18:20 -05:00
Matilde Park
3418b0f6e6 Merge branch 'release/next-js' into lf/infinite-link-scroll 2021-01-20 18:05:03 -05:00
Matilde Park
fb1e4033d7 landscape: font + padding hotfix
- Channel Settings size
- Padding on channel header
2021-01-20 13:27:27 -05:00
matildepark
a4155c2e6b
Merge pull request #4289 from urbit/mp/chat/newlines
chat: allow line breaks in markdown
2021-01-19 21:19:16 -05:00
janeway-bot
0fc5c4ef53
Merge 108a5f0de8 into release/next-js 2021-01-20 04:53:34 +04:00
Liam Fitzgerald
108a5f0de8
glob: update to 0v1.4u9gp.rs1fi.ki7ok.ib4cp.mgdvs 2021-01-20 10:52:19 +10:00
Liam Fitzgerald
69a5675a86
graph-store: log %add-graph
When a graph is joined, the subscriber receives an %add-graph update
that corresponds to the current state of the graph. This was not logged,
so if the graph did not recieve any updates before the subscription was
kicked, the whole graph would be have to be sent again. This would be
largely asymptomatic, however hark-store assumes that %add-graph will
only be emitted when a new graph is joined or created. As such, we log
this initial update, so that the push-hook can correctly ascertain the
backlog it needs to send and so %add-graph is only emitted once per
graph. This also opens the door for time-varying scries into
graph-store.

Fixes #4290
2021-01-20 10:52:19 +10:00
matildepark
4dd29ac140
Merge pull request #4310 from urbit/mp/landscape/typography-refresh-sprint
landscape: typography refresh sprint QA
2021-01-19 19:11:59 -05:00
Matilde Park
6363868731 publish: step up font size in titles 2021-01-19 16:25:36 -05:00
Matilde Park
1f7348ab6c publish: move 'new post' to header 2021-01-19 16:24:21 -05:00
Matilde Park
904ba113b7 author: increase font size 2021-01-19 15:54:07 -05:00
Matilde Park
4eb3a5ffdf statusbar: remove patp 2021-01-19 15:51:34 -05:00
Matilde Park
3f8de9a701 leap: correct font sizing of input 2021-01-19 15:47:30 -05:00
Matilde Park
392bccc6a8 launch: prevent modal button size overflow 2021-01-19 15:46:23 -05:00
Matilde Park
22f7754583 landscape: step up font size in channel header 2021-01-19 15:44:42 -05:00
Matilde Park
d0a276fd43 chat: add editor padding on mobile 2021-01-19 15:44:20 -05:00
Matilde Park
7ba6efbca2 publish: prevent 'new post' squash 2021-01-19 15:30:35 -05:00
Matilde Park
6ce130176a links: equalise font size, fix dropdown width 2021-01-19 15:28:43 -05:00
Matilde Park
ed2b350b2f profile: widen sidebar 2021-01-19 15:24:55 -05:00
Matilde Park
f5344efade landscape: widen popover menu 2021-01-19 15:22:55 -05:00
Matilde Park
6790664b2b sidebar: level padding-right 2021-01-19 15:20:30 -05:00
Matilde Park
2ea9b48ecb groupSwitcher: prevent text clipping 2021-01-19 15:19:40 -05:00
janeway-bot
43f9af6b47
Merge 78bb765847 into release/next-js 2021-01-19 19:55:10 +04:00
Jared Tobin
78bb765847
Merge pull request #4301 from black-river-software/black-river-software/push-docker-image-with-docker
build: docker-image: Use docker instead of Skopeo to push
2021-01-19 19:54:31 +04:00
janeway-bot
dadbb8ffad
Merge 176b8efe35 into release/next-js 2021-01-19 19:53:56 +04:00
Jared Tobin
176b8efe35
Merge pull request #4299 from black-river-software/black-river-software/docker-tty-check
docker-image: Pass `-t` flag to vere if not in an interactive container
2021-01-19 19:53:17 +04:00
Liam Fitzgerald
becd520c45
links: pass empty measure prop to fix comments 2021-01-18 17:14:12 +10:00
Liam Fitzgerald
959c7ee488
LinkWindow, VirtualScroller: virtualise correctly 2021-01-18 16:32:12 +10:00
Edward Amsden
a36961af36
build: docker-image: Use docker instead of Skopeo to push
Hosted container services such as Azure Container Images are broken
by the absence of metadata in images pushed by Skopeo. Using Docker we
can push and ensure all metadata is in place.

Tested on: GitHub Actions for black-river-software/urbit fork.
2021-01-17 20:53:54 -05:00
Edward Amsden
8d8dc826cb
docker-image: Pass -t flag to vere if not in an interactive container
Vere will not run a ship if STDIN is closed, unless passed the `-t`
flag. Hosted docker containers will not be interactive, but we would
like the docker image to be usable locally and interactively as well.

Thus, we check for STDIN being closed in the shell prior to launching
Vere, and if it is closed, pass the `-t` flag.
2021-01-16 19:44:04 -05:00
matildepark
86dd68a7cc
Merge pull request #4291 from urbit/mp/landscape/qa-2021-1
landscape: QA from 1.5, round one
2021-01-15 17:54:39 -05:00
Matilde Park
64b4689a4a landscape: remove old new channel button 2021-01-15 17:45:10 -05:00
Matilde Park
2cd80bf2af landscape: sidebar updated to latest 2021-01-15 17:32:39 -05:00
janeway-bot
1557bdd300
Merge 72834a6ad2 into release/next-js 2021-01-15 10:26:56 +04:00
Jared Tobin
72834a6ad2
Merge pull request #4292 from black-river-software/black-river-software/docker-tag-latest
build: tag docker image as "latest"
2021-01-15 10:26:15 +04:00
Edward Amsden
02afb3edfb
build: tag docker image as "latest"
When pushing the docker image, update the "latest" tag as well as
pushing a tag for the current Urbit version. This way users pulling
tloncorp/urbit:latest will always get an image with the latest point
release of Urbit.
2021-01-14 20:52:41 -05:00
Matilde Park
a889095265 landscape: amend paddingRight in sidebar 2021-01-14 20:28:44 -05:00
Matilde Park
316c52802f landscape: prevent offscreen bumps from font size 2021-01-14 20:22:20 -05:00
Matilde Park
a6254066e7 newChannel: correct dark mode back link 2021-01-14 20:18:07 -05:00
Matilde Park
f00b887867 dropdown: use latest mockup 2021-01-14 20:16:37 -05:00
janeway-bot
3d7be50f16
Merge cb7c9c6535 into release/next-js 2021-01-15 04:49:34 +04:00
Liam Fitzgerald
cb7c9c6535
glob: update to 0v1.4u9gp.rs1fi.ki7ok.ib4cp.mgdvs 2021-01-15 10:40:40 +10:00
Liam Fitzgerald
e3ae98123b
push-hook: remove old resource-for-update 2021-01-15 10:33:37 +10:00
Liam Fitzgerald
e83efcb932
pull-hook: ensure facts are not malicious
Ensure that the resource from the wire, the resource for the update
match up. Also ensure that the source ship and the ship that is being
pulled from for the resource match up. Without this, a host of a graph
could send updates for graphs that they do not hosts, and these would be
unconditionally forwarded, allowing malicious hosts to overwrite graphs
that they do not host.
2021-01-15 10:33:37 +10:00
Liam Fitzgerald
478e45d373
push-hook: use mark conversion to get resource 2021-01-15 10:33:34 +10:00
Matilde Park
d5b0f15e0b launch: icons match modal icon margin 2021-01-14 19:32:39 -05:00
Matilde Park
07070fc3b6 statusbar: force squared icons
Both were 32x34; either we could change px to 7px or
tell it to fit 32px. I chose latter.
2021-01-14 19:26:14 -05:00