Hunter Miller
fc347ff0a4
Merge pull request #5693 from urbit/hm/fix-browser-settings-clearing
...
grid: browser setting and notification prefs cleanup
2022-04-06 10:15:51 -05:00
~datnut-pollen
a7005dcddb
naive: l2 csv apply ~wicdev's style suggestions
...
Co-authored-by: Philip Monk <phil@pcmonk.me>
2022-04-06 10:51:07 -04:00
fang
51d252be24
ph: include missing library function
2022-04-06 16:44:08 +02:00
drbeefsupreme
a44781f47b
strandio: fix +await-thread %thread-fail handling
...
we need to use ;; instead of !< since the %thread-fail mark just returns
a raw noun
2022-04-06 10:42:21 -04:00
David Farrell
4f1ebe8416
interface: remove share profile chat button
...
Removes the "Share private profile?" text and button that appear
at the top of the chat window when the ship has not opted in to sharing
their profile.
fixes urbit/landscape#1195
2022-04-06 09:51:50 -04:00
fang
9bbf6dfad0
aqua: disable cache loading for real ships for now
...
It breaks some of the azimuth-related tests in a seemingly inconsistent
way, and I cannot find a way to make it work.
2022-04-06 14:52:21 +02:00
fang
fa1a04ea6e
aqua: support using real moons
...
Only "shortmoons" though, due to some ames lane size limitation which
makes encoding longer ships difficult.
Notably the -ph-moon-az test does not pass, the moon cannot talk to a
non-sponsor galaxy.
2022-04-06 14:51:02 +02:00
Philip Monk
4131821b4f
clay: unify all trie implementations
...
We had trie operations independently implemented in +de in arvo,
+an:cloy in zuse, +zu in clay, lib/trie, and app/spider. This unifies
them all into +de in arvo, aggregating the used operations.
2022-04-06 00:19:38 -07:00
Philip Monk
0f6f2d6321
clay: bump kelvin, refactor
2022-04-06 00:18:23 -07:00
Philip Monk
90a2625016
clay: style
2022-04-05 20:30:52 -07:00
Hunter Miller
c35f6f19e6
notifications: refining language, dnd prevents badge and browser notify, still get hark state
2022-04-05 19:21:44 -05:00
Hunter Miller
f246cbf32a
lock: fixing sizing
2022-04-05 19:20:20 -05:00
Hunter Miller
45b5100601
dialog: fixing weird white flash from brave on window unfocus
2022-04-05 19:19:58 -05:00
Hunter Miller
f085c37ecc
browser-settings: making types more robust and fixing setting clearing bug
2022-04-05 18:29:29 -05:00
fang
14f518ef4a
ph: clarify comment in moon test
2022-04-05 23:05:07 +02:00
drbeefsupreme
69399c4153
doccords: remove unwrap-note from dprint
...
we shouldn't be getting docs from the AST, so this should never be needed
2022-04-05 15:55:42 -04:00
drbeefsupreme
3afc9b6899
doccords: dprint all docs in %arm items from type
...
before this, it was grabbing the initial arm-doc from the AST rather
than the type. now %arm items have all 3 types of docs available. the
interface has been degraded somewhat though, as %arm items no longer
have a single docs field. more refactoring will be needed to figure out
the best way to do this.
2022-04-05 15:52:35 -04:00
drbeefsupreme
37a787970c
doccords: dprint refactoring and renaming
2022-04-05 15:17:57 -04:00
drbeefsupreme
6f32d107fc
hoon: doccords wrap tisfas fix
...
I didn't know what I was doing before, I think this is the right way to
wrap tisfas with a %note hoon.
2022-04-05 14:45:51 -04:00
drbeefsupreme
151608d583
doccords: dprint fix depth calculation
...
stupid loobeans tripping me up
2022-04-05 14:44:47 -04:00
Joe Bryan
7cff021795
Merge pull request #5692 from urbit/jb/upgrade-build
...
build: fix, upgrade dependencies
2022-04-05 12:43:04 -04:00
Joe Bryan
4aa7745630
build: remove herb from pill builders
2022-04-05 12:41:50 -04:00
drbeefsupreme
eb4b996420
doccords: dprint can dist. arm-doc and prod-doc
...
rewrites select-arm-docs so that it checks for nested hint types and
sees if the outermost help hint has a %funk link with the name of the
arm in order to tell that its an arm-doc
2022-04-05 12:38:02 -04:00
drbeefsupreme
063e3ed716
hoon: doccords dist. between arm-doc and prod-doc
...
docs written above an arm are now distinguishable in the AST from
docs written above the product of the arm, by tagging docs written
above the arm with a %funk link
2022-04-05 12:35:53 -04:00
Joe Bryan
98d202d44b
test: remove herb from test suite
2022-04-05 12:27:11 -04:00
Patrick O'Sullivan
1d7b5d648a
grid: Move browser not. toggle into notification tab, remove dnd
2022-04-05 09:44:28 -05:00
Joe Bryan
216d63a910
build: update github actions triggers
2022-04-04 20:00:16 -04:00
Joe Bryan
77634b14f7
build: remove debug symbols from macos release
2022-04-04 19:59:58 -04:00
Joe Bryan
212ff3a2f9
urcrypt: use new secp api for schnorr signatures
2022-04-04 19:58:22 -04:00
Joe Bryan
35662d47dd
build: upgrade secp256k1 for mingw
2022-04-04 19:57:58 -04:00
Joe Bryan
442c18ee5b
build: upgrade nixpkgs
2022-04-04 19:57:52 -04:00
drbeefsupreme
6a6078b554
doccords: dprint core and chapter items
...
adds the ability to find cores and chapters and produce an item from them
2022-04-04 16:23:27 -04:00
Patrick O'Sullivan
0f3ba4f296
grid: Remove unnecessary space, comma from interface settings
2022-04-04 13:33:49 -05:00
Patrick O'Sullivan
ed9b58c3f9
Update copy for browsers that can't register protocols
2022-04-04 13:32:14 -05:00
Joe Bryan
f7f4b3e748
hoon: preserve structural sharing by testing subject/product equality in +burp
2022-04-04 14:12:25 -04:00
Joe Bryan
0c255c1294
hoon: plug type leak in vase literals by properly burping %hint
2022-04-04 14:12:24 -04:00
Hunter Miller
116b0c540a
Merge pull request #5691 from urbit/lf/object-fit
...
interface: use object-fit:cover
2022-04-04 12:30:26 -05:00
Liam Fitzgerald
0eb1295f7b
interface: use object-fit:cover
...
This aligns image embeds with the wishes of the design team, by zooming
and cropping the image to fill the entire container
2022-04-04 12:24:23 -05:00
lukechampine
8399b7b96c
ames: add resend timer for attestation requests
2022-04-04 00:19:55 -04:00
lukechampine
2f7a5964b3
tests: add message flow tests for comets
2022-04-02 22:38:59 -04:00
Philip Monk
73180a0d94
Merge pull request #5670 from urbit/jon/thread-marks
...
spider: fix child threads
2022-04-01 16:48:15 -07:00
Patrick O'Sullivan
f484ce6da6
grid: fix sort order in notifications
2022-04-01 17:29:27 -05:00
Patrick O'Sullivan
a6e196a0fd
groups: fix sort order in notifications
2022-04-01 17:18:32 -05:00
Patrick O'Sullivan
f194d863c6
Merge pull request #5688 from urbit/po/fix-url-wrapping-in-notes
...
groups: fix issue with wrapping urls in notes
2022-04-01 15:02:37 -05:00
Patrick O'Sullivan
c650d1d477
groups: fix issue with wrapping urls in notes
2022-04-01 14:23:23 -05:00
Hunter Miller
c3b491ddb0
groups-pane: refining loading strategy to be more efficient
2022-04-01 12:18:43 -05:00
drbeefsupreme
edfcceb1d9
doccords: dprint print overview
...
also adds another mule to a play:ut call to avoid another crash that i'm
not sure yet why it is happening
2022-03-31 18:45:28 -04:00
Hunter Miller
65e05fbf25
api: turn off verbose
2022-03-31 17:26:06 -05:00
Hunter Miller
51c65247fc
Merge pull request #5686 from urbit/lf/fix-reconnects-three-point-oh-you-cannot-redo
...
interface: fix reconnect bugs
2022-03-31 17:24:15 -05:00
drbeefsupreme
a15711c74d
doccords: dprint fix crash on non-help %hint
2022-03-31 17:59:45 -04:00