Liam Fitzgerald
dab1084842
landscape: update glob, again
2021-09-22 14:47:14 +10:00
Liam Fitzgerald
2804c86587
interface: fixed glob
2021-09-22 14:45:11 +10:00
Liam Fitzgerald
6c6b7a526c
grid, interface: glob
2021-09-22 14:25:01 +10:00
Liam Fitzgerald
973e642f42
grid: fix gray color on notifs, sidebar menu
...
Fixes urbit/landscape#1170
2021-09-22 14:10:46 +10:00
Liam Fitzgerald
50061a72b1
grid: optimistic notification opening
2021-09-22 14:10:11 +10:00
Liam Fitzgerald
24b713a1ea
grid: correct name for landscape
...
Fixes urbit/landscape#1168
2021-09-22 14:04:50 +10:00
Liam Fitzgerald
bf2f8cb6ce
grid: margin in SysPref sidebar
...
Fixes urbit/landscape#1171
2021-09-22 13:56:10 +10:00
Liam Fitzgerald
1aa8f9a1e8
grid: optimistic app install
...
Fixes urbit/landscape#1169
2021-09-22 13:51:53 +10:00
Liam Fitzgerald
05f6230d60
grid: disable button during install
...
Fixes urbit/landscape#1178
2021-09-22 13:45:43 +10:00
Liam Fitzgerald
738127a22f
interface: fix group feed unread count
2021-09-22 13:43:10 +10:00
Liam Fitzgerald
281ad108a0
grid: fix OTA pausing
2021-09-22 13:39:47 +10:00
Liam Fitzgerald
ab09eb6e01
Merge pull request #5240 from urbit/lf/pause-fixes
...
hood: fix pause poke
2021-09-22 13:31:51 +10:00
Liam Fitzgerald
f3befc8afc
hood: fix pause poke
2021-09-22 13:20:05 +10:00
Hunter Miller
86038e089c
color: fixing color normalization and adding to avatars
2021-09-21 21:53:39 -05:00
Hunter Miller
e7890f093d
Merge branch 'dist' of github.com:urbit/urbit into dist
2021-09-21 21:30:39 -05:00
Hunter Miller
94d01f0d43
recent-apps: only handle by key so always fresh
2021-09-21 21:30:17 -05:00
Liam Fitzgerald
d3802fa0c0
interface: render app preview in link block
2021-09-22 12:01:57 +10:00
Hunter Miller
79142fe4af
embed: removing testing code
2021-09-21 20:47:25 -05:00
Liam Fitzgerald
e93cdb654e
interface: fix unread counts on tiles
2021-09-22 11:31:55 +10:00
Liam Fitzgerald
eedf6edf4d
garden,landscape: update globs
2021-09-22 10:55:11 +10:00
Liam Fitzgerald
7b262c78ce
docket: remove index.html caching
2021-09-22 10:11:31 +10:00
Liam Fitzgerald
6a6eff9fe5
Merge pull request #5237 from urbit/lf/default-ally
...
treaty: default to hardcoded ship instead of sponsor
2021-09-22 09:59:38 +10:00
Liam Fitzgerald
cbae49c02a
Merge pull request #5239 from urbit/hm/landscape-dist-fixes
...
interface: dist fixes
2021-09-22 09:58:48 +10:00
Fang
904165f83a
clay: don't forget the extra q
...
+load still nest-fails though.
2021-09-22 01:39:29 +02:00
Fang
f588ea9feb
clay: grab tmp desk jamfile correctly
2021-09-22 01:16:21 +02:00
Ted Blackman
30364ab29b
clay: wip migration
2021-09-21 19:13:54 -04:00
Hunter Miller
1c51b7d4ae
permalinks: better handling and onboarding, removing tiles too
2021-09-21 17:56:52 -05:00
Hunter Miller
335f8cb92f
system-prefs: fixing base ota toggle and adding disabled to link handling toggle
2021-09-21 17:12:17 -05:00
Hunter Miller
d415173bab
permalink: app embed responsive sizing
2021-09-21 16:25:36 -05:00
fang
8cc92751ee
webterm: adjust tile color
...
Fixes urbit/landscape#1167 .
2021-09-21 22:38:52 +02:00
Hunter Miller
72ddbf1eb1
service-worker: fixing path and scope
2021-09-21 15:13:46 -05:00
Fang
514c54b46e
docket: change chad to %hung if glob watch fails
2021-09-21 19:28:52 +02:00
Fang
0512ed1281
Revert "kiln: better +install-local fix"
...
This reverts commit e4949aeb6f
.
The better fix wasn't better at all!
2021-09-21 19:06:03 +02:00
Hunter Miller
ff024adfc7
hash: removing in favor of grid
2021-09-21 11:58:47 -05:00
Fang
b41aaf8f10
docket: stop eating fresh globs and their hashes
...
When we uploaded a glob we hosted, we'd write a new docket to clay,
triggering a %commit.
The handling of this would:
- fail to update the docket in state,
- and discard our new glob, because the docket had changed.
Here we properly update the docket mirror in state, and make sure to
keep the glob around if its hash lines up.
2021-09-21 18:19:38 +02:00
Fang
e4949aeb6f
kiln: better +install-local fix
...
We have an upstream, and it is local.
2021-09-21 17:53:17 +02:00
Fang
75cc6aa28a
docket: add explicit hash to http globs
2021-09-21 17:52:45 +02:00
Fang
f1bb35fcee
docket: update docket file's glob hash on upload
...
If the docket says the glob is a local ames glob, then update the hash
to match the newly uploaded glob.
One would naively expect this to result in a %commit fact being
received, letting us update our state through the usual mechanism.
This is, for some reason, not the case...
2021-09-21 17:42:45 +02:00
Fang
8d91e8a903
kiln: safer +install-local printf
...
We don't have upstream tracking state for local installs, so this
would just crash.
2021-09-21 17:32:27 +02:00
Fang
4e453a9051
docket: hash-based glob-ames, handle within app
...
Instead of going through the thread. This works around a mark
definition issue and lets the docket file be more precise about
version selection. (Though older globs likely won't be kept around.)
2021-09-21 16:18:41 +02:00
Fang
976a071e5c
docket: stub out only glob _data_ in dbug state
...
And make it (hopefully) more obvious that it's getting stubbed out.
2021-09-21 16:17:53 +02:00
Liam Fitzgerald
e0a029dbdf
landscape: update glob
2021-09-21 15:13:53 +10:00
Liam Fitzgerald
4fb53eff14
grid: use default ally instead of ~zod
2021-09-21 14:53:57 +10:00
Liam Fitzgerald
f6b5377d8f
treaty: hardcode default ally
2021-09-21 14:53:32 +10:00
Liam Fitzgerald
e8148f20dd
base-dev,arvo: update marks, add %ship mark
2021-09-21 14:51:57 +10:00
Liam Fitzgerald
7194b3586c
garden,landscape: update globs
2021-09-21 14:28:45 +10:00
Liam Fitzgerald
b8d68291f2
interface: update permalinks
2021-09-21 14:14:01 +10:00
Liam Fitzgerald
4792776f07
grid: fix breakage caused by type change
2021-09-21 14:13:02 +10:00
Liam Fitzgerald
079b6cea2e
@urbit/api: resync hood types
2021-09-21 14:11:58 +10:00
Liam Fitzgerald
848f52a8ad
Merge remote-tracking branch 'origin/dist' into lf/dist-fixes
2021-09-21 13:44:12 +10:00
Liam Fitzgerald
37b1e9569b
Merge pull request #5228 from urbit/hm/landscape-app-link
...
interface: app permalink embeds
2021-09-21 13:43:41 +10:00
Liam Fitzgerald
b9b5091759
interface: surface pending DMs
2021-09-21 13:43:04 +10:00
Liam Fitzgerald
d36be73933
interface: add loaded flag to metadata state
2021-09-21 13:39:02 +10:00
Liam Fitzgerald
9cc2d07a4e
dm-hook: notify on pending
2021-09-21 13:34:09 +10:00
Liam Fitzgerald
2d3db95aa5
grid: revive mocked notifications
2021-09-21 12:51:23 +10:00
Liam Fitzgerald
55da88a32a
hark-system-hook: reconfigure update notifications
2021-09-21 12:51:03 +10:00
Liam Fitzgerald
571f8cef5e
kiln: actually unpause desk
2021-09-21 12:49:04 +10:00
Hunter Miller
c7cafd8e1a
permalink: fixed path and spider case
2021-09-20 21:09:19 -05:00
Hunter Miller
e9ac2bd9cf
types: correcting path type v2
2021-09-20 20:34:23 -05:00
Hunter Miller
7aefdd957d
Merge branch 'dist' into hm/landscape-app-link
2021-09-20 20:04:03 -05:00
Liam Fitzgerald
8748b115a2
Merge pull request #5236 from urbit/hm/grid-qa-fixes
...
grid: qa fixes round 1
2021-09-21 10:10:24 +10:00
Fang
c0bfab9bf5
clay: wip migrate from desk jams
...
To work around mark availability issues.
2021-09-21 00:28:31 +02:00
Hunter Miller
9047053e13
grid: lots of fixes
2021-09-20 16:30:22 -05:00
Ted Blackman
55306b503c
zuse: fix build errors
2021-09-20 17:22:32 -04:00
Fang
e9aa3821ef
zuse, clay: further wip migration
2021-09-20 23:13:04 +02:00
Hunter Miller
0aba0eed23
local-storage: versioning
2021-09-20 14:54:50 -05:00
Fang
da28fbfed9
Merge dist into m/distpilled
2021-09-20 19:35:51 +02:00
Fang
5cf8e5a484
docket: account for new kiln fact mark
2021-09-20 19:30:26 +02:00
fang
5afa9f4974
Merge pull request #5220 from urbit/m/dist-glob-upload-docs
...
dist: docket: improve upload page
2021-09-20 19:16:48 +02:00
Ted Blackman
fb8c73e39a
zuse,clay: WIP +migrate-dist
2021-09-20 13:01:48 -04:00
Ted Blackman
04e010e6c8
Merge branch 'dist' into ted/dist-migrate-wip
2021-09-20 07:43:43 -04:00
Liam Fitzgerald
ea5570655b
garden: hark-store typo
2021-09-20 14:51:01 +10:00
Liam Fitzgerald
240b0bd077
arvo: start %herm by default
2021-09-20 14:43:59 +10:00
Liam Fitzgerald
afc42760ea
grid, interface: glob
2021-09-20 14:39:49 +10:00
Liam Fitzgerald
d593561b0f
interface: fix misc bugs
2021-09-20 14:34:55 +10:00
Liam Fitzgerald
a49399269b
grid: fix notification state
2021-09-20 14:30:08 +10:00
Liam Fitzgerald
0655d72fd4
hark-store: fix %archive-all
2021-09-20 14:15:19 +10:00
Liam Fitzgerald
2b9df91f2a
interface: update landscape glob
2021-09-20 12:17:54 +10:00
Liam Fitzgerald
71f8b9a90b
settings-store: handle missing desk
2021-09-20 12:17:54 +10:00
Hunter Miller
2dbfbedd05
app-reference: correcting structure and hoon typings
2021-09-17 18:25:32 -05:00
Liam Fitzgerald
ce8f9d00fb
hood: respect ordering of agents in bill
2021-09-17 15:43:30 +10:00
Liam Fitzgerald
7b9b0c62b7
various: update symbolic merges
2021-09-17 14:54:01 +10:00
Liam Fitzgerald
143a8e08e6
various: fix dependencies & tests
2021-09-17 14:51:19 +10:00
Liam Fitzgerald
94fc096b80
Merge remote-tracking branch 'origin/dist' into lf/nu-hark-store
2021-09-17 12:57:56 +10:00
Liam Fitzgerald
e515314215
Merge pull request #5223 from urbit/hm/grid-tweaks
...
grid: various fixes and tweaks
2021-09-17 12:49:17 +10:00
Liam Fitzgerald
f690752180
Merge pull request #5219 from urbit/m/dist-webterm
...
dist: webterm: standalone package
2021-09-17 12:46:48 +10:00
Liam Fitzgerald
f28bcf803f
Merge remote-tracking branch 'origin/dist' into lf/nu-hark-store
2021-09-17 11:41:33 +10:00
Liam Fitzgerald
caad190e22
garden-dev: fix hark-store sur/ packaging
2021-09-17 10:51:30 +10:00
Liam Fitzgerald
faa1a515aa
interface: replace invites, joining
2021-09-17 10:50:02 +10:00
Liam Fitzgerald
8a457c0762
landscape: update hark hooks for timeboxing
2021-09-17 10:48:38 +10:00
Liam Fitzgerald
993b529b9d
grid: update for new hark timeboxing
2021-09-17 10:45:06 +10:00
Liam Fitzgerald
1d94d08d60
garden: rework hark-store timeboxing
2021-09-17 10:44:35 +10:00
Fang
6e487eb2fb
webterm: add glob url to desk.docket
2021-09-17 00:07:19 +02:00
Hunter Miller
58ea2b77a1
nav: better close behavior and small tweaks
2021-09-16 17:05:29 -05:00
Hunter Miller
77ad1fdb36
permalink: app embed image support
2021-09-16 16:23:11 -05:00
Hunter Miller
d786c8d677
permalink: app embeds
2021-09-16 16:05:54 -05:00
Ted Blackman
3b30b67a3e
Merge branch 'ted/kiln-warp' into m/distpilled, and
...
modify Kiln to listen for %writ's from Clay to track commits to Clay
that were not generated by Kiln itself.
2021-09-16 12:25:02 -04:00
Hunter Miller
1d71c83581
suspend-dialog: removing ungrammatical comma
2021-09-16 09:29:35 -05:00
Hunter Miller
082a4c66ec
Merge branch 'dist' into hm/grid-tweaks
2021-09-15 20:41:02 -05:00
Liam Fitzgerald
bf85175db0
Merge pull request #5222 from urbit/hm/system-prefs-hookup
...
system-prefs: hooking up remaining settings
2021-09-16 09:24:50 +10:00
Fang
a29c3414d9
solid: support generating multi-desk pills
...
Notably, we include the base desk last. This is to ensure that the
other desks are present by the time kiln gets loaded from base, letting
it install the software on the other desks, as per 22ad2516c
.
2021-09-15 23:53:52 +02:00
Fang
22ad2516c9
kiln: install from existing desks during +on-init
...
During kiln's +on-init, we now check for non-base (and non-kids) desks.
If any are present, we execute the install flow for them, and set them
to sync from our sponsor afterwards.
This depends on work done in d7afe3229
, in that without those changes
the successive +find requests from kiln to clay would clobber each
other, leaving only the "install from sponsor" one active, thus never
actually installing the desk for which we already have the files.
2021-09-15 23:53:24 +02:00
Fang
d7afe32291
kiln: synchronize install flow for local desks
...
When installing from an existing local desk, kiln now scries the
relevant data out of clay instead of sending moves to it and awaiting
responses.
This prepares for coming kiln work.
2021-09-15 23:52:50 +02:00
Hunter Miller
2db9461e48
http-api: fixing Thread type
2021-09-15 16:40:55 -05:00
Hunter Miller
326a14f237
prefs: adding support for enabling/disabling app updates
2021-09-15 16:26:43 -05:00
Ted Blackman
577ec24459
kiln: WIP listen to %warp's too
2021-09-15 22:57:08 +03:00
Hunter Miller
e69395d46d
favicon: adding temp favicon and added symbol ignoring to leap
2021-09-14 18:52:52 -05:00
Hunter Miller
65b9f229c5
nav: fixing dimming and inter nav clicks
2021-09-14 17:52:12 -05:00
Hunter Miller
78e623c019
theme: matching setting value to current imp
2021-09-14 16:32:27 -05:00
Fang
b23d9d7002
docket: loosen restrictions on glob uploads
...
Now also lets you upload globs that the local ship isn't the canonical
source for. Could come in handy for troubleshooting, among other things.
2021-09-14 23:29:07 +02:00
Hunter Miller
8027ab9d50
prefs: hooking up system updates and cleaning up theme handling
2021-09-14 16:23:40 -05:00
Hunter Miller
8dd9113843
prefs: hooking up mentions pref
2021-09-14 10:50:39 -05:00
Fang
177ef73d37
docket: improve upload page
...
Most notably, we further restrict the desks eligible for glob upload
to just the ones whose glob is said to be hosted on the local ship.
On the upload page, we replace the desk input field with a dropdown
from which eligible desks can be selected.
Additionally we now display some instructions, instead of leaving
developers entirely on their own.
2021-09-14 16:38:20 +02:00
Fang
ac1d73dbbd
webterm: cleanup
2021-09-14 15:18:09 +02:00
Fang
a675dbda44
webterm: web interface only, herm stays in base
...
As per earlier discussion with @belisarius222.
2021-09-14 15:07:22 +02:00
Liam Fitzgerald
17f6285430
btc-wallet: fix webpack output
2021-09-14 23:05:54 +10:00
Fang
208d8cebf9
webterm: standalone package
...
Splits herm and the webterm interface out into their own directories
for separate distribution.
Webterm glob pending.
2021-09-14 14:14:29 +02:00
Liam Fitzgerald
a433e4f911
Merge remote-tracking branch 'origin/dist' into lf/nu-hark-store
2021-09-14 12:40:52 +10:00
Liam Fitzgerald
038784b0fe
kiln: surface paused in JSON
2021-09-14 10:49:34 +10:00
Hunter Miller
f8bfbf1bbb
system-menu: fixing missing dropdown on mobile and padding
2021-09-13 19:09:32 -05:00
Liam Fitzgerald
50c42c3558
@urbit/api: add pause, resume pokes
2021-09-14 09:47:51 +10:00
Liam Fitzgerald
b5ab6a7842
kiln: add pause, resume marks
2021-09-14 09:47:25 +10:00
Hunter Miller
b40f6ecd26
tiles: updated alignment and sizing
2021-09-13 15:27:38 -05:00
Hunter Miller
c96b1ec700
dark-mode: adjusting sigils and tile colors
2021-09-13 15:14:57 -05:00
Liam Fitzgerald
2a15658d2e
interface: fix packaging
2021-09-13 22:04:52 +10:00
Liam Fitzgerald
f95a182071
spider: store desk for http response
2021-09-13 21:01:42 +10:00
Ted Blackman
b518f30c17
Merge pull request #5217 from urbit/lf/btc-test
...
btc-wallet, bitcoin: update for distribution
2021-09-13 12:47:33 +03:00
Ted Blackman
e34048a6c9
Merge pull request #5216 from urbit/lf/kiln-gall-fix-dead
...
kiln, gall: Fix removing agents from desk
2021-09-13 12:47:10 +03:00
Ted Blackman
57fdb12852
fix broken :treaty|ally
2021-09-13 12:44:17 +03:00
Ted Blackman
19ffcd569b
kiln: keep in +reset
2021-09-13 11:24:03 +03:00
Liam Fitzgerald
613f43cb32
grid: update glob
2021-09-13 15:45:33 +10:00
Liam Fitzgerald
10d474c38f
grid: fix treaty update time rendering
2021-09-13 15:37:20 +10:00
Liam Fitzgerald
10885ac57a
settings-store: fix typo
2021-09-13 11:42:10 +10:00
Liam Fitzgerald
61ed89c708
btc-wallet: update for new settings
2021-09-13 11:36:17 +10:00
Liam Fitzgerald
6b5942b59a
btc-wallet: update build, fix routing
2021-09-13 11:19:11 +10:00
Liam Fitzgerald
c992421366
bitcoin: package and split
2021-09-13 11:18:22 +10:00
Liam Fitzgerald
1ac0465da7
gall: ignore reload for dead agents
...
Fixes a bug where even if an agent was dead, if its source was modified,
then gall would still attempt a scry for its cage.
2021-09-13 08:43:57 +10:00
Liam Fitzgerald
e6e0f47435
kiln: kill agents before merge
...
If a remote commit is downloaded that simultaneously removes an agent from
desk.bill but also removes the associated source files, then the commit
will fail as gall will not have received the card to kill the agent yet.
Instead, we read our foreign copy of the bill in +take-download, and
kill any necessary agents there, preventing a reload of the deleted
agent from occurring.
2021-09-13 08:41:27 +10:00
Liam Fitzgerald
e4fad4f7b1
various: fix packaging
2021-09-10 14:37:17 +10:00
Liam Fitzgerald
553e848554
various: update globs
2021-09-10 14:31:30 +10:00
Liam Fitzgerald
ce919f15fd
hark-graph-hook: handle migration case
2021-09-10 13:45:43 +10:00
Liam Fitzgerald
cc3fe23ae4
hark-store: add time field to %seen-index
2021-09-10 13:45:23 +10:00
Liam Fitzgerald
00d08a4543
Merge remote-tracking branch 'origin/dist' into lf/app-linking
2021-09-10 10:22:43 +10:00
Liam Fitzgerald
03a7bdda09
Merge pull request #5211 from urbit/lf/garden-settings
...
settings-store: move to garden, namespace
2021-09-10 10:16:27 +10:00
Liam Fitzgerald
b8f3296320
interface: update settings callsites
2021-09-10 10:10:39 +10:00
Ted Blackman
7f411c5116
typo
2021-09-09 21:32:29 +03:00
Ted Blackman
e9466baf06
kiln: bump %base first
2021-09-09 21:31:44 +03:00
Ted Blackman
f148f40a34
kiln: |install to a new upstream less destructively
2021-09-09 21:17:30 +03:00
Ted Blackman
c394442cb1
kiln: fix missing +grad in marks
2021-09-09 21:16:10 +03:00
Liam Fitzgerald
ea47640344
grid: fix notification ordering
2021-09-09 14:53:28 +10:00
Liam Fitzgerald
f2e1e2fe93
garden: proper lag notifications w/ autodismiss
2021-09-09 14:53:26 +10:00
Liam Fitzgerald
8745980f56
landscape: amend for setting-store namespacing
2021-09-09 11:59:25 +10:00
Liam Fitzgerald
4f90df272b
interface: update for setting namespacing
2021-09-09 11:44:33 +10:00
Liam Fitzgerald
d79130af47
grid: wire to real settings store
2021-09-09 11:44:16 +10:00
Liam Fitzgerald
3ed00eda9d
settings-store: query by desk
2021-09-09 11:35:57 +10:00
Liam Fitzgerald
061416dccd
@urbit/api: update settings for desk namespacing
2021-09-09 10:43:48 +10:00
Liam Fitzgerald
f31c119ba0
settings-store: namespace by desk
2021-09-09 10:41:39 +10:00
Liam Fitzgerald
e08ac991b3
garden: move settings-store
2021-09-09 09:52:56 +10:00
Liam Fitzgerald
362b69c851
Merge remote-tracking branch 'origin/dist' into hm/grid-design-refinements
2021-09-09 09:39:52 +10:00
Liam Fitzgerald
cbad68dd21
Merge pull request #5201 from urbit/hm/grid-real-ship-display
...
grid: real ship display
2021-09-09 09:28:41 +10:00
Liam Fitzgerald
39871d1036
grid: fix tsc
2021-09-08 16:38:47 +10:00
Liam Fitzgerald
797e3453aa
interface: fix new channel redirect
2021-09-08 16:36:34 +10:00
Liam Fitzgerald
dc2fc3ae02
grid: address own review, fix tsc
2021-09-08 15:40:20 +10:00
Liam Fitzgerald
52ea7c62bf
grid: remove native webkit appearance on SystemMenu
2021-09-08 14:42:06 +10:00
Liam Fitzgerald
0dfac89e26
grid: permalink to apps and treaties
2021-09-08 13:04:03 +10:00
Liam Fitzgerald
b3e634db48
treaty: request treaties from outside alliance
2021-09-08 12:59:05 +10:00
Liam Fitzgerald
999ce96112
grid: registering protocol handler in settings
2021-09-08 12:58:02 +10:00
Ted Blackman
f7970cbac0
kiln: minor cleanup
2021-09-07 21:57:55 +03:00
Liam Fitzgerald
8eaf2310e0
kiln: add kiln-bump mark
2021-09-07 14:50:31 +10:00
Liam Fitzgerald
56893092e1
grid: bump desk from ui
2021-09-07 14:47:49 +10:00
Liam Fitzgerald
26c36ac588
@urbit/api: update kilnBump poke
2021-09-07 14:46:44 +10:00
Liam Fitzgerald
39a9ed4faa
hood: fix update ordering
...
When we receive the %mere gift from clay, the kernel has not yet been
reloaded. This means any attempts to bump desks will fail, as they will
be bumped against the old kernel. Rectifies this by continuing the %base
desk update flow in +on-load, instead of +take-merge-main. Also adds a
wef=(unit weft) to the state in order to discriminate whether or not the
kernel has just been reloaded
2021-09-07 14:37:36 +10:00
Ted Blackman
83be5162ed
docket: manual merge of @Fang- web glob upload
2021-09-06 22:37:13 +03:00
Ted Blackman
18019b3eb4
minor cleanups
2021-09-06 21:59:24 +03:00
Ted Blackman
5fbaa143d5
fix find/replace miss
2021-09-06 21:59:13 +03:00
Ted Blackman
973ab3de11
docket: rename tag in $glob-location
2021-09-06 21:33:51 +03:00
Ted Blackman
8d523eed8e
garden/desk.docket: fix commented-out glob-http
2021-09-06 21:33:01 +03:00
Ted Blackman
f58d115ce5
Merge remote-tracking branch 'ryjm/jm/ship-globs' into dist
2021-09-06 21:29:38 +03:00
Ted Blackman
6d7d168735
Revert "Merge branch 'dist' of github.com:urbit/urbit into dist"
...
This reverts commit f50f2cd1f3
, reversing
changes made to 248b968550
.
2021-09-06 21:13:07 +03:00
Ted Blackman
f50f2cd1f3
Merge branch 'dist' of github.com:urbit/urbit into dist
2021-09-06 18:22:49 +03:00
Ted Blackman
248b968550
kiln: |pause and |resume an app
2021-09-06 17:27:17 +03:00
Liam Fitzgerald
f24fbe3eba
Merge remote-tracking branch 'origin/dist' into lf/nu-hark-store
2021-09-06 14:34:46 +10:00
Liam Fitzgerald
cb52de5c6c
base-dev: update lib/agentio
2021-09-06 14:30:47 +10:00
Liam Fitzgerald
c1dff9e3f0
grid: update mock
2021-09-06 14:30:37 +10:00
Liam Fitzgerald
2064b976c2
interface: fixup build
2021-09-06 14:06:32 +10:00
Liam Fitzgerald
12b4e4c59b
interface: update hark callsites & state
2021-09-06 14:05:20 +10:00
Liam Fitzgerald
c2cc13d96a
@urbit/api: update types, pokes for new hark-store
2021-09-06 13:59:15 +10:00
Liam Fitzgerald
43093f811f
grid: upgrade for new hark store
2021-09-06 13:56:29 +10:00
Liam Fitzgerald
76e033c649
landscape: upgrade for new hark-store
2021-09-06 13:31:11 +10:00
Liam Fitzgerald
613980c511
garden: update hark-store for third party distro
2021-09-06 13:22:25 +10:00
Hunter Miller
ab1cd3222a
contact: adding in contact state and ship detail rendering
2021-09-03 20:18:22 -05:00
Hunter Miller
8ea33cc081
hash: fixing vat missing issue
2021-09-03 18:31:38 -05:00
Hunter Miller
dea33d9019
design: fixing system menu and nav, various design tweaks
2021-09-02 14:48:11 -05:00
Hunter Miller
797ae776e0
landscape: adding about link to see app info
2021-09-02 09:33:54 -05:00
Liam Fitzgerald
5bcc0e98c8
spider: store desk for http response
2021-09-02 10:44:49 +10:00
Hunter Miller
8b5a9953d5
hash: making real and adjusting app info image size
2021-09-01 18:55:30 -05:00
Liam Fitzgerald
9c32c502d8
lib/versioning: parameterise desk
2021-09-02 09:06:06 +10:00
Liam Fitzgerald
1793157cfa
graph-push-hook: parameterise desk
2021-09-02 08:58:10 +10:00
Ted Blackman
119547011a
symlink %base-dev and %garden-dev into %landscape
2021-09-02 00:39:55 +03:00
Ted Blackman
f3e15396f3
%garden-dev desk; also cleaned up %base-dev
2021-09-02 00:37:56 +03:00
Hunter Miller
06019f3a3d
theme: aligning with indigo v2 and implementing dark mode
2021-09-01 13:57:12 -05:00
Hunter Miller
1bdd8a97f4
nav: esc properly whenmenu and nav open
2021-09-01 11:35:11 -05:00
Hunter Miller
2ff5a39bf7
grid: tweaking focus styles first pass
2021-09-01 11:35:06 -05:00
Hunter Miller
5de3919e8c
notifications: adding state to nav link and cleaning up
2021-09-01 11:29:42 -05:00
ryjm
ad8f6f681e
docket: download globs over ames
...
Kind of a pain to test, need a better way to insert a `charge` directly.
Either that or rework `chad`, but I don't entirely understand why the
`chad` lifecycle is the way it is.
2021-09-01 02:22:54 -04:00
Liam Fitzgerald
962ab54f40
garden: move hark-store
2021-09-01 14:36:31 +10:00
Ted Blackman
63fac6bec2
kiln: parameterize +bump on kelvin
2021-09-01 03:00:40 +03:00
Ted Blackman
e0874f22fa
kiln: revise +bump
2021-09-01 02:43:25 +03:00
Hunter Miller
0351220374
types: fixing type issues and updating grid glob
2021-08-31 14:59:32 -05:00
Hunter Miller
0b22ee3bb5
leap: making leap transitions more direct
2021-08-31 12:57:11 -05:00
Liam Fitzgerald
967a074734
garden: fix misc breakage from merge
2021-08-31 11:05:10 +10:00
Liam Fitzgerald
cdbb44f736
garden: update desk.docket
2021-08-31 10:02:08 +10:00
Hunter Miller
2724849bb7
Merge pull request #5194 from urbit/hm/grid-help-and-support
...
grid: help and support
2021-08-30 18:47:08 -05:00
Hunter Miller
86875ad483
Merge pull request #5175 from urbit/hm/grid-system-preferences
...
grid: implementing preferences menu ui
2021-08-30 18:42:28 -05:00
Hunter Miller
2d0eb3178f
Merge branch 'dist' into hm/grid-system-preferences
2021-08-30 18:41:43 -05:00
Ted Blackman
572e23e43d
Merge branch 'ted/dist-temp' into dist
2021-08-31 02:34:48 +03:00
Ted Blackman
84c043d921
lull,clay: WIP migration
2021-08-31 02:25:36 +03:00
Liam Fitzgerald
f4fb4bc7a9
Merge pull request #5177 from urbit/lf/grid-kiln
...
grid: Graft prototype onto API
2021-08-31 09:24:08 +10:00
Ted Blackman
844386076f
%base: symlinks; some -test tests fail
2021-08-30 20:39:37 +03:00
Ted Blackman
f277c9f1ae
pkg/symbolic-merge.sh from @Fang-
2021-08-30 20:19:16 +03:00
Hunter Miller
f816b9af40
Merge pull request #5187 from urbit/hm/grid-system-update-flow
...
grid: stateful notification link and leap bug fixes
2021-08-30 10:46:50 -05:00
Hunter Miller
38b1576bcc
leap: normalizing desk prop and fixing bugs
2021-08-27 12:25:16 -05:00
Ted Blackman
91714f5579
lull,dill,gall,kiln: move %pyre to :agent:gall
2021-08-27 18:06:53 +03:00
Ted Blackman
68a80660b2
kiln: don't die so easily in +bump
2021-08-27 17:38:30 +03:00
Liam Fitzgerald
9053a994b8
garden: fix varable shadow
2021-08-27 17:13:01 +10:00
Liam Fitzgerald
2cce688d6e
garden: update desk.docket
2021-08-27 13:35:41 +10:00
Liam Fitzgerald
f8edf723e0
kiln: add vats-diff mark
2021-08-27 13:19:45 +10:00
Liam Fitzgerald
b1ff1eb3ff
treaty: fix allied treaties query
2021-08-27 12:24:59 +10:00
Ted Blackman
dda7f13e0e
clay: WIP migrate from master
2021-08-26 19:32:52 +03:00
Liam Fitzgerald
54eea393b6
various: update globs
2021-08-26 13:24:21 +10:00
Liam Fitzgerald
76cc80af6c
bitcoin: split into seperate desk
2021-08-26 13:00:58 +10:00
Liam Fitzgerald
b60aada75e
spider: parameterize desk in http request
2021-08-26 12:13:15 +10:00
Liam Fitzgerald
d7c32c71c1
grid: dynamically load desk, ship
2021-08-26 10:46:46 +10:00
Liam Fitzgerald
7cc12bb867
grid: use kiln diffs for update notifs
2021-08-26 10:45:42 +10:00
Hunter Miller
432ee1c548
notifications: adding state to nav link and cleaning up
2021-08-25 15:11:09 -05:00
Liam Fitzgerald
63515c573a
grid: lag, blocking from kiln
2021-08-25 17:45:51 +10:00
Liam Fitzgerald
93a9926ad0
grid: refactor docket/treaty display
2021-08-25 17:41:31 +10:00
Liam Fitzgerald
4df4ef56d6
grid: update mocks, state handling for vats
2021-08-25 17:38:19 +10:00
Liam Fitzgerald
f7e0ddf937
@urbit/api: update docket, hood bindings
2021-08-25 17:36:38 +10:00
Liam Fitzgerald
aecaa3395d
Merge remote-tracking branch 'origin/hm/grid-system-update-flow' into lf/grid-kiln
2021-08-25 10:52:20 +10:00
Hunter Miller
8f8a09f4dc
system-notification: layout and dialogs
2021-08-24 18:40:23 -05:00
Liam Fitzgerald
81ef91b24a
grid: system notifications wip
2021-08-25 09:17:12 +10:00
Hunter Miller
b4bd2c3bea
notifications: adding initial structure
2021-08-24 18:02:07 -05:00
Hunter Miller
aaaee41e95
Merge branch 'hm/grid-recent-lists' into hm/grid-system-update-flow
2021-08-24 16:57:29 -05:00
Hunter Miller
0ebfc72ea2
styles: more exact dialog pos to remove jump
2021-08-24 14:59:19 -05:00
Ted Blackman
3233e1e134
Merge branch 'ted/dist-temp' into ted/dist
2021-08-24 19:00:29 +03:00
Ted Blackman
7bc19d04a4
hood: fix migration from master
2021-08-24 18:56:01 +03:00
Liam Fitzgerald
f85500b39d
kiln: add lag scry
2021-08-24 14:09:12 +10:00
Liam Fitzgerald
17293ba758
treaty: fix updates after initial
2021-08-24 13:53:01 +10:00
Liam Fitzgerald
c6ee0944db
dojo: improve autocomplete between desks
2021-08-24 13:23:44 +10:00