David Kerschner
bf4faf467c
s3-store: requested stylistic changes
2020-08-18 17:25:35 -07:00
Liam Fitzgerald
5b06ee7678
publish: remove extraneous files from merge
2020-08-19 10:11:44 +10:00
Matilde Park
e0bd7acdc9
Merge branch 'release/next-userspace' into mp/chat/blockquote
2020-08-18 20:09:14 -04:00
matildepark
b4a7d7bace
Merge pull request #3344 from urbit/mp/chat/bottom-aligned-input
...
chat: bottom-align UI in input
2020-08-18 20:07:16 -04:00
Matilde Park
25beef6ded
chat: codeblocks get bg color
...
Fixes #3325 .
2020-08-18 18:19:11 -04:00
Matilde Park
3f447645d6
groups: pad shortcode prompt to avoid graphic bug
...
Fixes #3282 . Also refactors shortcode render into a function.
2020-08-18 18:01:20 -04:00
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
Matilde Park
0705f94f3f
StatusBar: always show home button
...
Perversely, fixes #3276 .
2020-08-18 14:57:05 -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
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
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
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
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
David Kerschner
a2c7b16eb1
updated on-peek for s3-store
2020-08-14 11:36:29 -07:00
Tyler Brown Cifu Shuster
a593a9a3de
interface: div is not a self-closing tag
2020-08-13 21:17:36 -07:00
Anton Dyudin
4c45ffc7f0
dojo: reintroduce "?? expr" raw-ish type printer
2020-08-14 00:27:31 +00:00
Anton Dyudin
dda386472c
dojo ???: handle threads
2020-08-14 00:27:31 +00:00
Anton Dyudin
d372da3829
dojo: reintroduce "??? expr" parse debug mode
...
NOTE does a somewhat quetionable type thing, original version didn't compile
2020-08-14 00:27:31 +00:00
Logan Allen
d7f3238e39
interface: merged in release/next-userspace
2020-08-13 11:55:16 -07:00
Logan Allen
ddb008b501
interface: restructured outer directories into views and logic
2020-08-13 11:53:50 -07:00
Caio Marcelo de Oliveira Filho
04326ad04d
chat: Refactor to use ?- in chat update JSON serialization
2020-08-13 01:11:12 -07:00
Caio Marcelo de Oliveira Filho
058ec8aa2c
chat: serialize %keys to JSON for chat update
2020-08-13 01:10:24 -07:00
Matilde Park
b0d252fa76
publish: no-op when joining our own notebook
...
Fixes #3300 .
2020-08-12 23:08:31 -04:00
Matilde Park
b963a55b04
publish: no-op when joining our own notebook
...
Fixes #3300 .
2020-08-12 21:12:05 -04:00
matildepark
cc59550225
Merge pull request #3302 from urbit/la/indigo-outer-chat
...
interface: broke out routes from main App.js
2020-08-12 16:47:25 -04:00
matildepark
53f4ad4060
Merge pull request #3303 from urbit/la/msg-key
...
chat: add key to outer component to prevent re-render
2020-08-12 16:39:22 -04:00
Logan Allen
6b375051e3
chat: add key to outer component to prevent re-render
2020-08-12 12:11:18 -07:00
Logan Allen
a6f88fad80
interface: broke out routes from main App.js
2020-08-12 11:23:25 -07:00
Liam Fitzgerald
993ba2d00f
glob: update to 0v2.pbthv.gd1q2.h2ura.5esrn.d361c
2020-08-11 22:14:07 -04:00
Matilde Park
271a9ef235
leap: results link to join routes
...
Fixes #3274 .
2020-08-11 21:52:49 -04:00
matildepark
d07a40b4cd
Merge pull request #3294 from tylershuster/leap-tab
...
leap: set default select behavior
2020-08-11 18:46:46 -04:00
Tyler Brown Cifu Shuster
62042a067b
omni: set default select behavior
2020-08-11 15:35:00 -07:00
Matilde Park
02bd2e795a
chat: fix syntax of regex check
2020-08-11 17:57:59 -04:00
matildepark
273bc9c0f3
Merge pull request #3287 from urbit/mp/omnibox-fixes
...
leap: small fixes
2020-08-11 16:54:19 -04:00
matildepark
97bbac159c
Merge pull request #3292 from urbit/la/chat-read
...
chat: don't show green line when unread is on page 1
2020-08-11 16:22:20 -04:00
Matilde Park
a123dd67dd
interface: allow pinch zooming if needed
2020-08-11 16:20:19 -04:00
Matilde Park
2df01c5fad
leap: disable spellcheck
2020-08-11 16:01:05 -04:00
Matilde Park
087dbf0221
interface: prevent interface zooming on iOS
2020-08-11 15:24:28 -04:00
L
2b065d65dc
Merge pull request #3269 from urbit/la/chat-settings
...
chat: settings page refactor
2020-08-11 12:15:07 -07:00
Logan Allen
fcf5b21a90
interface: settings for color disables properly
2020-08-11 12:07:10 -07:00
Logan Allen
92fd1c2af5
chat: don't show green line
2020-08-11 11:35:55 -07:00
Tyler Brown Cifu Shuster
d86b240c7a
chat: fixes #3288
2020-08-11 10:01:41 -07:00
Matilde Park
a16439188a
omnibox: background darkens in dark mode
...
Fixes #3280 .
2020-08-11 12:20:12 -04:00
Matilde Park
2a74699f61
omnibox: sorting -> apps, commands, groups, subs
...
Fixes #3279 .
2020-08-11 12:17:07 -04:00
Matilde Park
b3d31a05e0
omnibox: make searching case insensitive
...
Fixes #3278 .
2020-08-11 12:14:43 -04:00
Matilde Park
aaa763214b
omnibox: stop enter from propagation
...
Fixes #3277 .
2020-08-11 12:12:27 -04:00
Liam Fitzgerald
1af45f9fa1
publish: rewrite note previews in indigo
2020-08-11 15:06:35 +10:00
Liam Fitzgerald
7abeebc672
glob: update to 0v7.foe2o.ang8k.28dnr.fudi0.74c8d
2020-08-11 00:26:02 -04:00
Matilde Park
b0e83ad594
chat: prevent retaining sent message on unmount
...
Fixes #3272 .
2020-08-10 23:53:17 -04:00
Matilde Park
652e7b75cd
chat: autofocus on desktop, not mobile
2020-08-10 23:51:37 -04:00
Matilde Park
442d124836
landscape/index.html: update for new bundle
2020-08-10 23:01:01 -04:00
Matilde Park
f79f1a128b
glob: update to 0v2.aal6p.71bo0.v3r4f.ka7l6.8js3t
2020-08-10 23:00:40 -04:00
Matilde Park
91c03616b0
Merge branch 'release/next-userspace'
2020-08-10 22:54:21 -04:00
Logan Allen
580a19eff5
chat-window: fix missing history prop
2020-08-10 19:52:17 -07:00
Logan Allen
23bec6ab55
chat: removed console.log
2020-08-10 19:48:07 -07:00
Logan Allen
7feb89f653
chat: fix code mode issue
2020-08-10 19:46:41 -07:00
Logan Allen
1b0cb6694e
chat: fixed this.editor issue introduced in merge
2020-08-10 19:43:44 -07:00
Matilde Park
f93448e473
landscape/index.html: update for new bundle
2020-08-10 22:09:57 -04:00
Matilde Park
ef26b119dc
glob: update to 0vmf0mo.4kgmp.27315.046hb.ikabc
2020-08-10 21:30:27 -04:00
Logan Allen
ab65d49c86
chat: dismiss unread on scroll to bottom
2020-08-10 17:26:36 -07:00
Logan Allen
85b10d4a53
chat: removed commented out code
2020-08-10 17:23:56 -07:00
Logan Allen
94ad11b238
chat: refactored settings ui into components
2020-08-10 17:14:47 -07:00
Liam Fitzgerald
3f81b30f36
publish: rewrite new notebook in indigo react
2020-08-11 10:03:42 +10:00
Liam Fitzgerald
e3d2a52883
publish: rewrite root in indigo-react
2020-08-11 10:03:18 +10:00
Tyler Brown Cifu Shuster
6e02638a78
Merge branch 'release/next-userspace' of https://github.com/urbit/urbit into release/next-userspace
2020-08-10 13:35:46 -07:00
Logan Allen
9778939aae
chat: wip on settings
2020-08-10 12:01:03 -07:00
Liam Fitzgerald
e3d1293f6a
Merge branch 'release/next-userspace' into lf/settings-screen
2020-08-10 09:52:36 +10:00
Tyler Brown Cifu Shuster
49bde32f03
Interface: Fixed over-large images
2020-08-07 21:28:30 -07:00
Matilde Park
27aa920a7a
omniboxResult: scroll into view if necessary
2020-08-07 18:18:53 -04:00
Matilde Park
48ea9d4161
omnibox: add groups to apps list
2020-08-07 18:18:42 -04:00
matildepark
b90beaf969
Merge pull request #3249 from urbit/lf/versioned-js-bundles
...
interface: do not cache index.html and cache bust JS
2020-08-07 10:27:41 -04:00
matildepark
e15d54d163
Merge pull request #3259 from urbit/mp/publish-reads
...
publish: send reads on nav, distinguish unreads
2020-08-06 20:59:02 -04:00
Liam Fitzgerald
1238c2034b
Merge branch 'release/next-userspace' into lf/settings-screen
2020-08-07 10:48:21 +10:00
Liam Fitzgerald
860794e084
Merge branch 'release/next-userspace' into lf/versioned-js-bundles
2020-08-07 10:30:13 +10:00
Logan Allen
5ec804b8c6
chat-input: fixed sizing issues
2020-08-06 15:34:49 -07:00
Logan Allen
14bd80753a
chat: fix compile in merged version
2020-08-06 15:04:49 -07:00
Logan Allen
cda8a0e47a
chat: revert input button padding change
2020-08-06 15:02:48 -07:00
Logan Allen
012dcbda53
Merge branch 'release/next-userspace' into la/chat-input
2020-08-06 15:01:03 -07:00
Logan Allen
73c9c8e1e1
chat: fix page number reset
2020-08-06 14:44:03 -07:00
matildepark
f75e24a9ee
Merge pull request #3231 from urbit/mp/omnibox
...
interface: add new omnibox navigation and header bar
2020-08-06 17:42:36 -04:00
Logan Allen
42d7e66782
Merge branch 'la/chat-window' of github.com:urbit/urbit into la/chat-window
2020-08-06 14:13:19 -07:00
Logan Allen
f6e78f51fd
chat: fixed brave slam to bottom issue
2020-08-06 14:12:29 -07:00
Matilde Park
df104db8cd
publish: send reads on nav, distinguish unreads
2020-08-06 16:44:45 -04:00
L
0c0fbeda27
Update pkg/interface/src/apps/chat/components/lib/chat-header.js
...
Co-authored-by: Liam Fitzgerald <46801558+liam-fitzgerald@users.noreply.github.com>
2020-08-06 12:54:00 -07:00
Logan Allen
864354546a
chat: got scrolling to unread marker working
2020-08-06 12:50:00 -07:00
Matilde Park
a0189d3fbc
interface: max-lines 300, warn for function max
2020-08-06 15:36:40 -04:00
Tyler Brown Cifu Shuster
0acd8e34b1
Interface: Added typescript linting
2020-08-05 21:15:56 -07:00
Matilde Park
65f5138533
interface: linting max-lines
2020-08-05 22:36:51 -04:00
Logan Allen
15d1103c4c
interface: clean up unused dependencies
2020-08-05 19:30:05 -07:00
Logan Allen
d7762b5daf
chat: scroll locking behavior works
2020-08-05 19:28:01 -07:00
Matilde Park
a393cdf665
omnibox: move to cmd+L, globally bind the keys
2020-08-05 22:01:07 -04:00
Matilde Park
6e15e955fb
omnibox: remove fragment wrapper
2020-08-05 21:45:17 -04:00
Matilde Park
7f185d0667
omnibox: address @tacryt-socryp review comments
2020-08-05 21:33:59 -04:00
Matilde Park
11b26946f4
groups: autofocus join prompt
2020-08-05 21:32:31 -04:00
Matilde Park
fe4b6facb1
omnibox: use current assets
2020-08-05 21:32:19 -04:00
Logan Allen
dfded5bef7
chat: got pagination and scroll locking behavior working properly
2020-08-05 17:56:37 -07:00
Liam Fitzgerald
212030eb5b
interface: breakpoints in px
2020-08-06 10:20:06 +10:00
Liam Fitzgerald
f7da295aa4
settings: refactor for line limit
2020-08-06 10:17:17 +10:00
Matilde Park
83456246ba
statusBar: reconnect button into component
2020-08-05 19:36:07 -04:00
Logan Allen
64be8871a6
chat: found an approach to cleanup window
2020-08-05 15:04:53 -07:00
Matilde Park
67e1586f94
Merge branch 'release/next-userspace' into mp/omnibox
2020-08-05 15:27:10 -04:00
Logan Allen
a6981afb5b
chat list experiment
2020-08-05 12:19:35 -07:00
matildepark
c69389f18a
Merge pull request #3222 from tylershuster/sigil-favicon
...
Interface: Set favicon to ship sigil
2020-08-05 15:01:29 -04:00
Logan Allen
3ce70b8264
chat: wip
2020-08-05 11:02:42 -07:00
matildepark
7c3519e659
Merge pull request #3252 from urbit/mp/line-height-nicknames
...
chat: names use db, not dib
2020-08-05 13:59:03 -04:00
Matilde Park
f1fd99a898
links: fix direct loading of link entry
...
If you go directly to a link's page, it will never load, because we
don't look for 'link-update' in our data, post-global store. This checks
properly.
2020-08-05 12:27:48 -04:00
Liam Fitzgerald
531d53ddfc
lib-hooks: address mark review
2020-08-05 13:55:12 +10:00
Liam Fitzgerald
b3139f0e52
settings: add inline image upload
2020-08-05 13:39:25 +10:00
Liam Fitzgerald
c88dcc7b06
settings: add drag and drop component to reorder tiles
2020-08-05 11:49:06 +10:00
Tyler Brown Cifu Shuster
9cd6bf1db1
Interface: Set favicon to ship sigil
2020-08-04 16:49:25 -07:00
matildepark
ef62796305
Merge pull request #3251 from urbit/lf/admin-invite
...
contact-view: poke %group-push-hook correctly
2020-08-04 19:12:31 -04:00
Matilde Park
d8ecf0b47b
chat: names use db, not dib
2020-08-04 16:20:28 -04:00
Liam Fitzgerald
9a00ef5f56
groups,dojo: fix transparencies
2020-08-04 15:38:07 +10:00
Liam Fitzgerald
7c4b110e46
clock: fix transparency on no location
2020-08-04 15:37:42 +10:00
Liam Fitzgerald
13e22455f3
contact-view: poke %group-push-hook correctly
...
Fixes #3214
2020-08-04 12:55:05 +10:00