Commit Graph

20368 Commits

Author SHA1 Message Date
Matilde Park
a2af03fc70 chat: bottom-align UI in input 2020-08-18 17:47:05 -04:00
Matilde Park
d3b5e34c2d chat: add monospace -> source code pro 2020-08-18 17:20:15 -04:00
Matilde Park
f7a2e043a3 chat: code mode uses source code pro 2020-08-18 17:17:14 -04:00
Matilde Park
8c3ef9b87b chat: add blockquotes
Fixes #3338.
2020-08-18 17:10:21 -04:00
matildepark
f769c89c3c
Merge pull request #3341 from urbit/mp/always-show-home
StatusBar: always show home button
2020-08-18 16:34:20 -04:00
Matilde Park
0705f94f3f StatusBar: always show home button
Perversely, fixes #3276.
2020-08-18 14:57:05 -04:00
matildepark
8e9c5ae55f
Merge pull request #3322 from tylershuster/dojo-leap-conflict
leap: better handling of existing focus
2020-08-18 14:48:09 -04:00
Liam Fitzgerald
1bcd7f27e6 publish: cleanup imports 2020-08-18 10:57:07 +10:00
Liam Fitzgerald
ad711fa41e Merge branch 'release/next-userspace' into lf/publish-indigo 2020-08-18 10:06:07 +10:00
Liam Fitzgerald
5570c076fd publish: finish rewrite 2020-08-18 10:03:39 +10:00
Liam Fitzgerald
135d9ceb20 publish: begin rewrite 2020-08-18 10:03:22 +10:00
Liam Fitzgerald
5334c08533 StatusBar: update for new design 2020-08-18 10:00:31 +10:00
Liam Fitzgerald
a8e4e00627 Merge branch 'release/next-userspace' into lf/settings-screen 2020-08-18 09:56:04 +10:00
Tyler Brown Cifu Shuster
36b11bd881 dojo: fixes #3297 2020-08-17 16:15:35 -07:00
Tyler Brown Cifu Shuster
9e512eb17f Merge branch 'release/next-userspace' of https://github.com/urbit/urbit into dojo-leap-conflict 2020-08-17 15:49:53 -07:00
matildepark
7acb2da366
Merge pull request #3321 from tylershuster/group-name-match
chat: account for digits in group name links
2020-08-17 18:36:17 -04:00
matildepark
4a0112c97d
Merge pull request #3334 from urbit/mp/statusbar-lineheights
statusBar: rewrite in indigo, line-height tweak
2020-08-17 18:35:42 -04:00
matildepark
866b7fbd90
Merge pull request #3335 from urbit/la/fix-3047
file-server: fix #3047, incorrect path matching
2020-08-17 16:55:44 -04:00
Matilde Park
8f121afcb1 ReconnectButton: flush button left 2020-08-17 16:52:04 -04:00
Logan Allen
9c33fbd9be file-server: fix #3047, incorrect path matching 2020-08-17 13:30:05 -07:00
David Kerschner
8837e6686e updated per comments 2020-08-17 12:57:46 -07:00
L
060ac7819b
Merge pull request #3310 from urbit/la/indigo-join
Chat: indigo join page
2020-08-17 11:36:08 -07:00
Logan Allen
79732ddad3 chat: refactored join page into indigo 2020-08-17 11:35:38 -07:00
Matilde Park
15e91602c1 leap: results use overflow auto 2020-08-17 13:03:01 -04:00
Matilde Park
80b3d59789 Merge branch 'master' into release/next-userspace 2020-08-17 13:00:28 -04:00
Matilde Park
4894fa2cca leap: add rounded corners to results panel
Fixes #3330.
2020-08-17 12:42:46 -04:00
Matilde Park
dd780d1ff9 statusBar: rewrite in indigo, lineHeight tweaks 2020-08-17 12:28:01 -04:00
Liam Fitzgerald
e89cb3bd71 Merge branch 'release/next-userspace' into lf/settings-screen 2020-08-17 18:10:00 +10:00
Liam Fitzgerald
dd57147189 chat: support hideAvatars and hideNicknames 2020-08-17 17:43:05 +10:00
Liam Fitzgerald
c7f5220d18 launch: add background to base hash 2020-08-17 17:42:42 +10:00
Liam Fitzgerald
b13d2488a4 StatusBar: update for profile + omnibox 2020-08-17 17:37:50 +10:00
Tyler Brown Cifu Shuster
04957632cd Merge branch 'release/next-userspace' of https://github.com/urbit/urbit into dojo-leap-conflict 2020-08-16 21:12:59 -07:00
Tyler Brown Cifu Shuster
494275b6ab interface: track suspended element when leap loads 2020-08-16 21:12:31 -07:00
Liam Fitzgerald
5a1a994b9f group-store: Disallow joining of nonexisting groups
Returns %.n upon requesting a join of group that does not exist
2020-08-17 12:51:45 +10:00
Liam Fitzgerald
f658d99c76 pull-hook: no-op on double add
If we receive an %add poke for a resource we are already pulling, no-op
instead of crashing. This should prevent crashes upon repulling a
resource after a breach of the host.
2020-08-17 12:47:40 +10:00
Liam Fitzgerald
516423b853 contact-hook: no-op on accepted invite
The contact-hook was attempting to join a group upon it's invite being
accepted. However, the join poke is also sent from the frontend, causing
a potential race condition. Changes contact-hook to no-op on an
%invite-update.
2020-08-17 12:41:24 +10:00
Tyler Brown Cifu Shuster
1466ca2f48 chat: account for multiple dashes in group name links 2020-08-15 19:23:06 -07:00
matildepark
9ddb1c3a39
Merge pull request #3319 from tylershuster/absolute-import
interface: adds absolute path resolution to imports
2020-08-15 19:18:11 -04:00
Tyler Brown Cifu Shuster
017749b8cf interface: updated tsconfig.json 2020-08-15 15:28:33 -07:00
Tyler Brown Cifu Shuster
54a7acbfc2 leap: stop immediate propagation on invocation 2020-08-15 15:01:11 -07:00
Tyler Brown Cifu Shuster
693ab48529 chat: account for digits in group name links 2020-08-15 14:42:45 -07:00
Tyler Brown Cifu Shuster
d8ead05309 interface: adds absolute path resolution to imports 2020-08-14 15:04:38 -07:00
matildepark
6848dad6f8
Merge pull request #3318 from tylershuster/embed-button
interface: makes embed button a button
2020-08-14 17:08:54 -04:00
Matilde Park
6046936bef links: simplify comment-item component 2020-08-14 16:42:17 -04:00
Tyler Brown Cifu Shuster
31eb49174d interface: makes embed button a button 2020-08-14 13:39:37 -07:00
Matilde Park
d2579b1658 links: remove members page 2020-08-14 16:25:08 -04:00
Matilde Park
9a819746b9 Merge branch 'release/next-userspace' into mp/links-indigo 2020-08-14 16:04:36 -04:00
matildepark
bb1a4d73b2
Merge pull request #3308 from urbit/la/outer-restructure
interface: restructured outer directories into views and logic
2020-08-14 15:52:40 -04:00
matildepark
de435cf395
Merge pull request #3313 from tylershuster/div-is-not-self-closing
interface: div is not a self-closing tag
2020-08-14 15:16:58 -04:00
David Kerschner
a2c7b16eb1 updated on-peek for s3-store 2020-08-14 11:36:29 -07:00