fang
01de5a06b0
term: consistently use x/y coordinate ordering
...
%rez has always used "width & height". Certainly, "x & y" is more
standard than "row & column". As such, we settle on making %hop and %hit
respect the more natural ordering. This change is safe because these
interfaces haven't made it to livenet yet.
2022-03-25 13:45:29 +01:00
fang
8906d1c17d
dill: move %mor case into $blit
...
This lets us send a single blit around, instead of sending facts for
every individual blit in a draw event.
2022-03-05 18:17:48 -06:00
fang
d98611a04b
webterm: support multiple sessions
...
Fully implements webterm support for multiple dill terminal sessions.
Remaining work includes styling, session creation safety (name-wise),
and general cleanup.
Co-authored-by: tomholford <tomholford@users.noreply.github.com>
Co-authored-by: liam-fitzgerald <liam@tlon.io>
2022-03-02 17:34:19 -06:00
fang
2c5510db64
Merge branch 'jb/next-gen-term' into next/dill
...
Resolves a good number of conflicts. Most notably, re-propagates removal
of gall's %onto, confirms new /app/herm behavior, coerces hood/drum
state adapters back into place, and updates webterm to use the latest
api.
2022-01-24 14:50:16 +01:00
Hunter Miller
318cb9f00e
Merge branch 'master' into next/landscape
2022-01-05 16:59:32 -06:00
fang
dd6b090bfa
Merge pull request #5454 from urbit/m/backport-nu-webterm
...
webterm: backport
2021-12-14 19:23:23 +01:00
fang
81a45608a0
webterm: handle old-style blits and belts
...
Additions and changes easily distinguishable for extermination once the
new backend lands.
2021-12-08 17:12:38 +01:00
Liam Fitzgerald
119805fd04
interface: hide aborted requests
2021-12-07 11:02:23 -05:00
Liam Fitzgerald
cbc1b910fd
@urbit/api: move term types
2021-12-06 10:05:36 -05:00
Liam Fitzgerald
0af4d998c1
Merge pull request #5449 from urbit/lf/group-view-refactor
...
groups: refactor joining process
2021-12-02 12:09:09 -05:00
fang
fa2afa3c10
webterm: commit missing api files
2021-12-02 14:24:28 +01:00
Hunter Miller
39b4749b65
api: handling 000000 hexToUX
2021-11-30 16:56:49 -06:00
Hunter Miller
0673fe9e3d
npm-api: fixing hexToUx converter
2021-11-24 19:54:47 -06:00
Hunter Miller
2681996bae
npm: changing to release version
2021-11-23 16:12:36 -06:00
Liam Fitzgerald
156371d481
@urbit/api: resync group-view types
2021-11-17 16:25:24 -05:00
Hunter Miller
3d864a075c
npm: version bump
2021-11-10 18:18:59 -06:00
Hunter Miller
5c064e65dd
api: removing namespace conflict
2021-11-10 18:05:53 -06:00
Hunter Miller
08232a54bf
npm: removing intermediate ts files from pkg, fixing more bad references
2021-11-10 17:54:31 -06:00
Hunter Miller
c07512b9de
api,http-api,interface: fixing exports and correcting type refs
2021-11-10 13:52:08 -06:00
Hunter Miller
04996919af
api,http-api,grid: updating types to new location
2021-11-09 14:51:52 -06:00
Hunter Miller
4b5db5c332
api,http-api: updating babel usage and fixing tests
2021-11-09 13:16:48 -06:00
Hunter Miller
6f31b629a7
api: adding missing rollup dependency
2021-11-09 12:44:39 -06:00
Hunter Miller
be7fddc650
http-api: making more consistent with @urbit/api
2021-11-09 12:43:39 -06:00
Hunter Miller
f8e1bff02b
http-api: update to working example
2021-11-09 12:26:40 -06:00
Hunter Miller
945ac084d1
npm: version bumps
2021-11-08 18:59:04 -06:00
Hunter Miller
fa4e4e4f20
npm/api: updating build to use rollup for better distribution
2021-11-08 18:44:04 -06:00
Hunter Miller
ed157abb19
http-api: updating build to use rollup for better distribution
2021-11-08 18:43:22 -06:00
Hunter Miller
b211d272d9
Publish
...
- @urbit/api@2.0.0
- @urbit/http-api@2.0.0
2021-11-02 14:29:23 -05:00
Hunter Miller
0092c7b75b
npm: updating package versions
2021-11-02 14:28:30 -05:00
Hunter Miller
f2e00ba091
Merge pull request #5302 from urbit/lf/landscape-notifications
...
landscape: revive notifications
2021-10-06 17:42:01 -05:00
Jake Miller
ff81f00ec3
Merge branch 'release/next-userspace' into lf/grid-leap-ally
2021-10-06 18:10:43 -04:00
Liam Fitzgerald
623303c893
landscape: update notification reducing for new hark
2021-10-05 14:10:02 +10:00
fang
aa48973c6a
Merge branch 'release/next-userspace'
2021-10-04 23:45:45 +04:00
Liam Fitzgerald
43e15be781
grid: autoally on leap
...
Fixes urbit/landscape#1242
2021-10-04 16:01:35 +10:00
Liam Fitzgerald
452d6cab74
garden: update docket, jam
2021-09-29 20:01:30 +10:00
Liam Fitzgerald
4ac0f57720
grid: hide suspend menu option
2021-09-29 18:33:47 +10:00
Liam Fitzgerald
31f5898087
kiln: track original publisher with desk.ship file
2021-09-29 13:27:28 +10:00
Liam Fitzgerald
cf5f444458
graph-store: bump update mark
2021-09-28 12:50:45 +10:00
Joe Bryan
5385889ebd
Revert "Revert "Merge pull request #4463 from urbit/m/next-gen-term""
...
This reverts commit 3fba32185d
.
2021-09-24 23:14:55 -04:00
Joe Bryan
3fba32185d
Revert "Merge pull request #4463 from urbit/m/next-gen-term"
...
This reverts commit 39667fc071
, reversing
changes made to 698fd6f66f
.
2021-09-24 16:33:15 -04:00
Liam Fitzgerald
7de7917294
interface: fix sharing private profile
...
Fixes urbit/landscape#1189
2021-09-23 12:11:05 +10:00
Hunter Miller
9b3f32437c
favicon: adding all the tags required with new icon
2021-09-22 15:55:11 -05:00
Liam Fitzgerald
4fb53eff14
grid: use default ally instead of ~zod
2021-09-21 14:53:57 +10:00
Liam Fitzgerald
079b6cea2e
@urbit/api: resync hood types
2021-09-21 14:11:58 +10:00
Hunter Miller
7aefdd957d
Merge branch 'dist' into hm/landscape-app-link
2021-09-20 20:04:03 -05:00
Hunter Miller
2dbfbedd05
app-reference: correcting structure and hoon typings
2021-09-17 18:25:32 -05: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
f28bcf803f
Merge remote-tracking branch 'origin/dist' into lf/nu-hark-store
2021-09-17 11:41:33 +10:00
Liam Fitzgerald
faa1a515aa
interface: replace invites, joining
2021-09-17 10:50:02 +10:00
Hunter Miller
d786c8d677
permalink: app embeds
2021-09-16 16:05:54 -05:00