Commit Graph

27142 Commits

Author SHA1 Message Date
Liam Fitzgerald
86c3d156dd
@urbit/http-api: ensure acks are sent if timers are throttled
Strips the debounce mechanic, instead preferring to send acks when 20 or
more events have not been acked
2021-07-20 14:29:51 +10:00
Liam Fitzgerald
342f038e23
graph-store: patch importing 2021-07-20 14:22:09 +10:00
Liam Fitzgerald
6edf6b5af4
lens: remove contact importing 2021-07-20 14:04:46 +10:00
matildepark
01594fe756
Merge pull request #5116 from urbit/lf/fix-group-dms
interface: prevent crash in reducers on new group DMs
2021-07-19 11:54:53 -04:00
matildepark
9b19c7b2e1
Merge pull request #5112 from urbit/hm/ctrl-click-join-group
embeds: convert embed links for better usability
2021-07-19 11:12:40 -04:00
Ted Blackman
7f47e676cc landscape: all threads build 2021-07-19 16:59:03 +03:00
Ted Blackman
38d6d0f4d4 gall,kiln: clean up agent stopping, starting, linking 2021-07-19 16:58:18 +03:00
Ted Blackman
cee258c9b6 spider: threads on other desks, and fixed call sites 2021-07-19 15:17:55 +03:00
Ted Blackman
ca01d6538a |mount: support simple @tas arg 2021-07-19 15:13:58 +03:00
Ted Blackman
a20564949c landscape: remove debugging artifact 2021-07-19 14:03:43 +03:00
Ted Blackman
efb1c547eb landscape: installs without crashing (but threads still fail) 2021-07-19 14:02:50 +03:00
Ted Blackman
6cb0afa15d kiln: fix error handling on failed merge 2021-07-19 14:02:02 +03:00
Ted Blackman
4f5739879e clay: more printing adjustment 2021-07-19 14:01:34 +03:00
Liam Fitzgerald
52ce332f09
ColorInput: fix initial field state 2021-07-19 16:04:36 +10:00
Liam Fitzgerald
efde98d57e
interface: prevent crash in reducers on new group DMs
Fixes urbit/landscape#1044
2021-07-19 15:40:23 +10:00
Liam Fitzgerald
768549ce86
interface: fix tsc 2021-07-19 15:08:19 +10:00
Liam Fitzgerald
86731a9b21
FormikOnBlur: debounce submissions 2021-07-19 14:55:56 +10:00
Liam Fitzgerald
e61a1c69f3
CalmEngine, Display: fix settings-store optimism 2021-07-19 14:55:17 +10:00
Liam Fitzgerald
0777fd0bac
NotificationPref: fix optimism 2021-07-19 14:52:33 +10:00
Liam Fitzgerald
ee046f2eac
DmSettings: optimistic updating 2021-07-19 14:50:31 +10:00
Liam Fitzgerald
0e1f365bf5
ColorInput: fix textual input
Fixes urbit/landscape#1060
2021-07-19 14:49:31 +10:00
Liam Fitzgerald
ea9cef905a
ImageInput: do not form error on upload error 2021-07-19 14:46:58 +10:00
Liam Fitzgerald
092d2f30cf
Merge pull request #5030 from urbit/la/graph-scry
graph-store: rework scry format to be more succinct and consistent
2021-07-19 10:18:33 +10:00
Ted Blackman
05d0f0a6eb landscape: adding files, not done yet 2021-07-18 23:11:45 +03:00
Ted Blackman
f521881212 clay: better print 2021-07-18 23:11:13 +03:00
Ted Blackman
88db811524 kiln: fix print 2021-07-18 21:27:24 +03:00
Ted Blackman
175f1f9986 kiln: basic |install works, somewhat hacky 2021-07-18 21:21:54 +03:00
Ted Blackman
ecdffae2af |uninstall: fix syntax error 2021-07-18 21:21:35 +03:00
Ted Blackman
db816644ab drum: actually fix ctrl-d 2021-07-18 21:21:13 +03:00
Ted Blackman
21a027a0f9 bin/solid.pill 2021-07-18 04:41:13 +03:00
Ted Blackman
1c41b01359 %base: move landscape files out; %base boots, %landscape validates 2021-07-18 04:40:20 +03:00
Ted Blackman
1c21bba9c6 bin/solid.pill 2021-07-17 02:54:31 +03:00
Ted Blackman
4f3e99f797 clay,hood: seems to boot for real now 2021-07-17 02:54:20 +03:00
Hunter Miller
35e01deed4 StatusBar: converting more things to links
Fixes urbit/landscape#509 and also adds same functionality to the rest of the StatusBar items
2021-07-16 15:49:04 -05:00
Ted Blackman
df250a0eae drum: fix broken ctrl-d 2021-07-16 21:46:12 +03:00
Ted Blackman
f5b4598e1c dojo: yolo shadow mark conversion 2021-07-16 21:45:46 +03:00
Ted Blackman
a1b82d4b36 various: can bootstrap off existing ship, but generators are broken 2021-07-16 19:01:55 +03:00
Ted Blackman
99fc7ea5d5 /app/goad: remove 2021-07-16 19:01:33 +03:00
Hunter Miller
286c6c28e5 embeds: converted to links for better usability 2021-07-16 10:55:41 -05:00
Ted Blackman
ea386065d1 kiln,hood: fix +on-init, types, and reading 2021-07-16 05:25:03 +03:00
Ted Blackman
1df5d71533 /mar/bill: fix +mime:grow, print on failure 2021-07-16 05:24:08 +03:00
Ted Blackman
121502028e dill: stop poking drum 2021-07-16 05:22:53 +03:00
Ted Blackman
4121d35b64 gall: crash on agent build failure 2021-07-16 05:22:31 +03:00
Ted Blackman
e428101cfa lib/pill: try to fix %bill (might still be broken) 2021-07-16 05:21:07 +03:00
matildepark
2f94466419
Merge pull request #5091 from urbit/lf/md-edit
metadata-store: refactor, add %edit
2021-07-15 16:08:16 -04:00
matildepark
22d0d9557f
Merge pull request #5109 from urbit/hm/feed-ref-rendering
PostContent: height detect and fade for truncation
2021-07-15 14:56:33 -04:00
Ted Blackman
4cb5cd0ba1 gall,drum,kiln: WIP start agents in kiln 2021-07-15 09:51:03 +03:00
Liam Fitzgerald
9db2b5a464
Merge pull request #5108 from urbit/hm/fix-slash-prevention
ChatEditor: removing unused code preventing slashes
2021-07-15 08:59:23 +10:00
Liam Fitzgerald
4028fe2d09
Merge pull request #5105 from urbit/hm/editing-pending-comment-754
CommentItem: prevent actions until confirmed
2021-07-15 08:57:51 +10:00
Liam Fitzgerald
1aeeb27717
Merge pull request #5110 from urbit/hm/mark-read-only-focused
ChatWindow: only dismiss if tab has focus
2021-07-15 08:56:23 +10:00