Commit Graph

15104 Commits

Author SHA1 Message Date
Fang
905092aa0a
Merge branch 'master' into chat-message-types 2019-08-02 21:20:01 +02:00
ixv
3ec569ba57
Merge pull request #1416 from urbit/update-pills
updated pills
2019-08-01 18:11:36 -07:00
Joe Bryan
cb3bb507b7
Merge pull request #1417 from urbit/exit-cleaner
exit cleanly where appropriate; don't, where not
2019-08-01 17:47:42 -07:00
Joe Bryan
0a1c4d24c3 converts SIGQUIT into SIGABRT in the daemon 2019-08-01 17:19:58 -07:00
Isaac Visintainer
dffe7c35a1 updated pills 2019-08-01 17:17:45 -07:00
Joe Bryan
ddc298bd3d ensures clean exit in daemon on worker exit 2019-08-01 16:51:40 -07:00
Matilde Park
8c3c192739
Merge pull request #1415 from matildepark/weather-retouch
Weather CSS polish
2019-08-01 19:02:40 -04:00
Matilde Park
d634a657e8 Positioning elements 2019-08-01 18:39:26 -04:00
ixv
37464d9da2
Merge pull request #1413 from urbit/la-chat-styles
Updated styles of chat and build systems for JS
2019-08-01 15:37:57 -07:00
Matilde Park
35d0d2ac88 Consistent weather label 2019-08-01 18:33:32 -04:00
Matilde Park
4513b78cf4 Weather button Indigoify 2019-08-01 18:32:26 -04:00
ixv
18c67b82a2
Merge branch 'master' into la-chat-styles 2019-08-01 15:18:41 -07:00
Logan Allen
ab2cdd6adc Updated build files and removed repeated console.logs from tiles 2019-08-01 22:15:08 +00:00
Logan Allen
3bab50f453 Updated build tooling to be faster and removed unnecessary dependencies 2019-08-01 22:08:59 +00:00
Logan Allen
9610c41a80 Style updates for messages and comet sigil sizing 2019-08-01 22:08:59 +00:00
Logan Allen
b01c290f0d Added changes from landing page and @pkova's previous PR to urbit/interface 2019-08-01 22:08:59 +00:00
Joe Bryan
9beaae2ae0 ignores SIGPIPE in both daemon and worker processes 2019-08-01 13:57:47 -07:00
ixv
24560952f2
Merge pull request #1387 from urbit/http-cancel-resilience
Fix ~zod crash by fixing how %eyre handles app cancels.
2019-08-01 13:49:24 -07:00
ixv
a8ee892613
Merge pull request #1392 from urbit/ames-czar-print-less
updates ames i/o driver to track galaxy state transitions
2019-08-01 13:48:07 -07:00
ixv
af4ad7e99d
Merge pull request #1386 from urbit/talk-read-silent
Don't sh-note updates to a circle's read counter
2019-08-01 13:20:06 -07:00
ixv
054372ba54
Merge pull request #1348 from urbit/talk-ezbind
Allow glyph binding during ;join and ;create
2019-08-01 13:19:51 -07:00
Elliot Glaysher
63e72122d8
Merge pull request #1358 from urbit/lens-export
Add --import and --export
2019-08-01 13:18:12 -07:00
Ted Blackman
f01e04529f
Merge pull request #1412 from urbit/behn-fixes
Behn fixes
2019-08-01 13:14:55 -07:00
Ted Blackman
e5d599ad1c update pill 2019-08-01 11:45:32 -07:00
Ted Blackman
449b1a9769 behn: stop clamming in +load 2019-08-01 11:37:28 -07:00
Ted Blackman
0579cc9937 behn fix crash from missing timer 2019-08-01 11:30:19 -07:00
Matilde Park
a69e23852b
Merge pull request #1409 from matildepark/master
Updating clock tile.js in /pkg/arvo to reflect design updates
2019-08-01 14:00:51 -04:00
Matilde Park
b62eaa859e Pointer over the set location to seem buttonish 2019-08-01 13:33:32 -04:00
Matilde Park
80dea066d6 Seem a bit more tile-like. 2019-08-01 13:32:51 -04:00
Matilde Park
8042bce45b Redesigning the set location appearance + label 2019-08-01 13:31:47 -04:00
Matilde Park
7ff6d99c2b Recompiling /arvo clock tile 2019-08-01 11:59:23 -04:00
Fang
f07c6424c4
Update dist files with recent changes 2019-07-31 13:53:16 +02:00
Fang
91d4c26516
Touch up styling of %exp messages 2019-07-31 13:51:57 +02:00
Fang
470a22cae4
Improve rendering of multi-line %exp messages in talk 2019-07-31 13:41:07 +02:00
Fang
3e028fde21
Render tanks in hall json at safer width 2019-07-31 13:40:30 +02:00
Fang
39cf0388be
Work around weird zuse shadowing bug
`..zuse` gave `%309`, which is equivalent to `zuse`. Somehow, `..^zuse`
gives the correct result.
2019-07-31 13:39:31 +02:00
Fang
e5f0e136e9
Improve rendering of multi-line %exp messages 2019-07-31 13:35:55 +02:00
Fang
1ce3d5af7a
Support sending %exp messages 2019-07-31 13:35:25 +02:00
Fang
f463ae2839
Update dist files with recent changes 2019-07-29 10:27:12 +02:00
Fang
19e05d70e2
Render all message types in the sidebar also 2019-07-29 09:29:00 +02:00
Fang
34826d6e19
Build and render arvo:// urls correctly 2019-07-29 09:05:42 +02:00
Fang
e6f962e76e
Make input area resizable
and touch up its styling issues.
2019-07-29 02:16:11 +02:00
Fang
37d061cbfe
Support sending %fat messages
for clipboard pastes and long-form content.

If a multi-line string is pasted into an empty input field, treat is as
a "clipboard" message if it's sent directly afterwards. (A text %fat.)

If a multi-line message is composed in any other way, treat it as a
long-form message, moving all but the first line into the attachment.
(A more display-friendly tank %fat.)
2019-07-29 02:08:19 +02:00
Fang
c04ee7a0de
Ensure (%fat) messages get rendered within screen bounds 2019-07-29 02:01:16 +02:00
Fang
c880736eea
Remove noisy printf 2019-07-29 01:58:08 +02:00
Fang
716af367bf
Forbid sending empty messages
And don't render any elements for them.
2019-07-28 23:21:03 +02:00
Fang
c4ad4aa247
Support rendering %fat 2019-07-28 23:16:09 +02:00
Fang
ea3f46183a
Support rendering %exp 2019-07-28 13:21:54 +02:00
Fang
1974c8b4e4
Support rendering %ire 2019-07-28 13:09:55 +02:00
Fang
c91ad893c0
Support rendering %app 2019-07-28 13:06:08 +02:00