matildepark
20240a8d36
Merge pull request #3785 from tylershuster/clock-mask
...
clock: svg with mask
2020-10-22 21:27:19 -04:00
matildepark
87ae39defc
Merge pull request #3784 from urbit/lf/ordered-map-fix
...
graph-js: normalize keys in reducer
2020-10-22 21:24:08 -04:00
Liam Fitzgerald
8e7d9a5e01
graph-js: save original keys and indices
2020-10-23 11:21:36 +10:00
Liam Fitzgerald
bf1a206ae1
graph-js: normalize node.post.index
2020-10-23 10:59:02 +10:00
Liam Fitzgerald
236769f3b6
graph-js: cleanup and comment normalizeKey
2020-10-23 10:40:18 +10:00
Matilde Park
f6a49d52a8
chat: remove paddingTop from input
2020-10-22 20:38:13 -04:00
Tyler Brown Cifu Shuster
955ee8fd36
clock: svg with mask
2020-10-22 17:38:06 -07:00
Liam Fitzgerald
9ed01c4602
graph-js: normalize keys in reducer
...
Pre-graph-store links that were brought over use @da as their index,
however new links use a unix timestamp as their index. Pending a proper
fix, we instead just normalize all the indexes to be unix timestamps
inside the reducer.
2020-10-23 10:31:48 +10:00
Matilde Park
be73c8e487
landscape: add 'dm' to sidebar in home workspace
2020-10-22 20:10:44 -04:00
Matilde Park
9f234dad63
launch: keep base hash on top layer
2020-10-22 20:08:57 -04:00
matildepark
8165f4d150
Revert "clock: render in SVG, show moon phase"
2020-10-22 20:03:39 -04:00
Liam Fitzgerald
fb220cf2a8
links: fix comment submit
2020-10-23 09:36:05 +10:00
Matilde Park
3b39122984
Merge branch 'release/next-userspace' into mp/landscape/dm-restoration
2020-10-22 16:54:32 -04:00
matildepark
e147599bbe
Merge pull request #3767 from tylershuster/svg-clock
...
clock: render in SVG, show moon phase
2020-10-22 16:50:15 -04:00
matildepark
54b771091c
Merge pull request #3774 from tylershuster/chat-mobile
...
chat: fall back to native input on mobile
2020-10-22 16:50:07 -04:00
Tyler Brown Cifu Shuster
91738280ae
chat: fall back to native input on mobile
2020-10-22 11:56:31 -07:00
Tyler Brown Cifu Shuster
871336b402
clock: render in SVG, show moon phase
2020-10-22 11:19:36 -07:00
Matilde Park
760b6214df
landscape: prevent thick horizontal scroll
2020-10-22 14:02:57 -04:00
Matilde Park
1addc47733
landscape: add 'admin only' check to groupify form
2020-10-22 13:49:49 -04:00
matildepark
d1e9bd2984
Merge pull request #3737 from urbit/mp/publish/overflow-safari
...
publish: prevent post input overflowing layout on safari
2020-10-22 13:10:06 -04:00
Liam Fitzgerald
373c44301f
NewChannel: redirect on successful creation
2020-10-22 10:43:14 +10:00
Liam Fitzgerald
18b46484cf
GroupsPane: handle new channel route correctly on mobile
2020-10-22 10:42:36 +10:00
Liam Fitzgerald
7a4d61fe69
publish-js: fix updating posts
2020-10-22 10:31:10 +10:00
Logan Allen
3304613127
interface/chat-view: updated group invites and chat invites to work properly
2020-10-21 18:11:31 -05:00
matildepark
4706db8c40
Merge pull request #3762 from urbit/mp/chat/timestamp-top
...
chat: timestamps are lined at top of messages
2020-10-21 19:04:58 -04:00
matildepark
67569406c9
Merge pull request #3771 from urbit/mp/launch/indigo-react
...
launch: migrate remainders to indigo-react
2020-10-21 19:02:13 -04:00
Matilde Park
f01fdf9efa
chat: create dm route, restore participants option
2020-10-21 15:55:11 -04:00
Matilde Park
be959df8df
launch: migrate remainder to indigo-react
...
Fixes urbit/landscape#53 .
2020-10-21 15:23:36 -04:00
Matilde Park
47c0afae69
chat: pad unread marker more evenly
2020-10-21 14:55:59 -04:00
Matilde Park
b97f94a56a
chat: hoon eval preserves whitespace
2020-10-21 13:17:22 -04:00
fang
e3dcfc6372
release: urbit-os-v1.0.61
2020-10-21 12:43:40 +02:00
Matilde Park
835378650b
chat: timestamps are lined at top of messages
2020-10-20 17:22:00 -04:00
Matilde Park
a580f1fba4
chat: pad sigil icon in input
2020-10-20 16:56:55 -04:00
matildepark
092dbe21af
Merge pull request #3734 from urbit/mp/interface/sigil-icons
...
interface: use icon sigils for <16px renders
2020-10-20 16:42:29 -04:00
Logan Allen
79ac6eb8cd
Merge branch 'release/next-userspace' into lf/graph-publish-fe
2020-10-20 15:08:40 -05:00
Logan Allen
96d4c9d1e1
interface: fix main notebook route and remove update processing
2020-10-20 15:06:44 -05:00
Logan Allen
803f430c18
interface: makes leaving and deleting a publish resource work, fixes store
2020-10-20 14:27:54 -05:00
matildepark
13fadd592c
Merge pull request #3758 from urbit/mp/chat/prevent-crash
...
chat: prevent crashes if join is interrupted
2020-10-20 15:15:31 -04:00
matildepark
431bd0663c
Merge pull request #3736 from urbit/mp/launch/tile-regression
...
interface: enforce border radius
2020-10-20 00:27:47 -04:00
matildepark
dbb57cee01
Merge pull request #3757 from urbit/mp/groups/participant-search
...
groups: allow search to have sigs
2020-10-19 22:09:25 -04:00
matildepark
af990fb56c
Merge pull request #3756 from urbit/mp/groups/invite-prompt
...
groups: new channel only shows ship search at home
2020-10-19 22:09:01 -04:00
Matilde Park
164e90b53f
chat: prevent crashes if join is interrupted
...
Fixes #3748 .
2020-10-19 22:04:41 -04:00
Matilde Park
f4667e3aca
groups: allow search to have sigs
2020-10-19 21:37:32 -04:00
Matilde Park
bb37ba8236
groups: new channel only shows ship search at home
2020-10-19 21:26:44 -04:00
Matilde Park
aeec7f4c5e
groups: add 'kick from' action
2020-10-19 21:18:02 -04:00
Matilde Park
b7c7cb9a1c
interface: icon sigils have borderradius
2020-10-19 21:07:24 -04:00
Matilde Park
d52753513f
interface: use icon sigils for <16px renders
2020-10-19 21:04:51 -04:00
fang
1d4ee5a7b5
eyre: kick busy subscriptions if client not acking
...
In order to curb event queue growth when a client for whatever reason
isn't acking the events we send out, we implement a mechanism for
detecting such "clogging", and proactively kick subscriptions which are
adding too many events to the queue.
If the client hasn't sent an ack for ~s30, any subscription that accrues
more than 50 unacked %facts gets closed to prevent further buildup.
Upon reconnecting, the client will see %kick for the relevant
subscriptions and can open a new subscription as appropriate.
Includes a simple test for this behavior, and updates /app/dbug to be
able to display the newly tracked statistics.
2020-10-19 15:56:05 +02:00
Liam Fitzgerald
3ee0f13e41
publish: tombstone
2020-10-19 16:15:55 +10:00
Liam Fitzgerald
b610153b24
publish: address comments
2020-10-19 15:39:36 +10:00
Liam Fitzgerald
b94941f0a2
Merge branch 'release/next-userspace' into lf/graph-publish-fe
2020-10-19 13:18:25 +10:00
fang
63b4fb3e19
eyre: simplify channel subscription storage
...
Instead of storing by "channel wire", store by request-id instead.
The channel wire was just the channel-id, request-id, and some cruft.
2020-10-19 00:48:18 +02:00
Matilde Park
4819aac19f
landscape: only show 'new channel' if admin
2020-10-17 13:43:15 -04:00
matildepark
782ea1a6e7
Merge pull request #3696 from urbit/lf/bundle-cleanup
...
interface: various bundle size optimisations
2020-10-16 18:32:07 -04:00
Tyler Brown Cifu Shuster
2885a1b98b
profile: add html color picker
...
Fixes https://github.com/urbit/landscape/issues/118
2020-10-16 13:41:58 -07:00
matildepark
e7b1f840f7
Merge pull request #3722 from urbit/mp/landscape/channel-menu
...
landscape: check workspace in channel menu
2020-10-16 12:28:46 -04:00
Matilde Park
f7cd173439
publish: prevent input overflow on safari
...
Fixes urbit/landscape#117 .
2020-10-16 12:25:57 -04:00
Matilde Park
40983be79c
landscape: sidebar uses borderRadius
2020-10-16 12:05:38 -04:00
Matilde Park
ed337eb435
launch: home tile uses boxShadow
...
Fixes urbit/landscape#114 .
2020-10-16 12:00:05 -04:00
matildepark
3241377155
Merge pull request #3560 from urbit/m/webdojo-slogs
...
webdojo: slogs
2020-10-15 18:13:01 -04:00
L
8b7a61dfa1
Merge pull request #3718 from urbit/mp/launch/tile-prop
...
launch: pass tile props to child
2020-10-15 12:36:52 -05:00
Logan Allen
ffb7259e97
interface: fix DM creation to give group permissions properly
2020-10-15 12:32:08 -05:00
Matilde Park
c03c1bfe8e
landscape: check workspace in channel menu
2020-10-15 12:10:09 -04:00
Logan Allen
8e81bcb12a
invite-store: modernize the style of %invite-store
2020-10-15 10:38:42 -05:00
Matilde Park
157eae42d7
launch: pass tile props to child
2020-10-14 22:01:10 -04:00
matildepark
b1417c84e9
Merge pull request #3717 from urbit/lf/group-autojoin
...
JoinGroup: restore autojoin
2020-10-14 21:58:35 -04:00
Matilde Park
061e832c8e
groups: tweak padding on description
2020-10-14 21:55:00 -04:00
Matilde Park
c57ceb0bfb
chat: messages use 'black'
2020-10-14 21:54:46 -04:00
Matilde Park
3e71f5fe8c
chat: z-index raised on profile overlay
...
Also rewritten in indigo-react.
2020-10-14 21:30:38 -04:00
Liam Fitzgerald
0645ea2369
JoinGroup: restore autojoin route
2020-10-15 10:21:05 +10:00
Matilde Park
964dc90dab
chat: prevent timestamp from overflowing
2020-10-14 18:50:02 -04:00
Matilde Park
f49c331d08
groups: pad landing page description for small layouts
2020-10-14 18:48:38 -04:00
Matilde Park
fd57c5fc53
launch: tiles inherit theme colour
2020-10-14 18:21:09 -04:00
Matilde Park
7b09fd6be8
launch: don't sort group tiles by recent
...
Fixes urbit/landscape#111 .
2020-10-14 18:18:31 -04:00
Matilde Park
f614a38f6d
groups: fix styling of channel settings dropdown
...
Fixes urbit/landscape#109 .
2020-10-14 18:16:04 -04:00
Matilde Park
bc23b5232b
interface: stub out email invite
2020-10-14 18:13:25 -04:00
Matilde Park
f5e23ab4c3
groups: remove 'send message' until new DM util
2020-10-14 18:11:44 -04:00
Matilde Park
01bcd1d54a
chat: pin unread notice on mobile
...
Fixes urbit/landscape#106 .
2020-10-14 18:06:26 -04:00
Matilde Park
2123c6e7f7
chat: fix chat input border on dark mode safari
...
Also rewrites the container in indigo-react.
2020-10-14 17:58:30 -04:00
Liam Fitzgerald
f14c0ee19e
interface, glob: serve source maps externally
2020-10-14 13:26:40 +10:00
Matilde Park
093549175f
landscape: resource descriptions include links
2020-10-13 21:00:00 -04:00
Matilde Park
579ea86d42
interface: fix richText receiving props
2020-10-13 20:59:48 -04:00
Matilde Park
b8b09b8e5e
chat: set messages to 14px
2020-10-13 20:46:36 -04:00
Matilde Park
0454a1a843
chat: fix chat input size
2020-10-13 20:46:31 -04:00
Matilde Park
1a7bb6ecfa
publish: vertically align 'edit' and 'delete'
2020-10-13 20:31:47 -04:00
matildepark
b22f7e30c3
Merge pull request #3697 from urbit/lf/fleet-proxy
...
interface: multi ship devserver
2020-10-13 18:52:58 -04:00
Matilde Park
26ab2bd51e
groups: properly direct mobile navigation in home
2020-10-13 18:26:16 -04:00
Liam Fitzgerald
6855f623de
interface: multi ship devserver
2020-10-13 15:06:12 +10:00
Liam Fitzgerald
a9564dc366
publish: integrate new groups
2020-10-13 14:52:28 +10:00
Liam Fitzgerald
4551e16976
Merge branch 'release/next-userspace' into lf/graph-publish-fe
2020-10-13 14:51:14 +10:00
Liam Fitzgerald
6794a930b5
interface: rewrite lodash imports with babel
...
Due to lodash's packaging mechanism, it is unable to treeshake unless
you always import from it in a certain fashion. This commit adds a babel
plugin to rewrite these imports for us.
2020-10-13 11:52:14 +10:00
Liam Fitzgerald
e7d3261252
interface: do not bundle extra locales
...
Landscape is not localised in any fashion and we never change the
default locale. As such, the locales that moment.js includes in the
bundle are redundant and can be removed
2020-10-13 11:49:57 +10:00
Liam Fitzgerald
abffd4062d
interface: disable source maps on production builds
...
Source maps have never worked correctly on production builds, and the
way that they are bundled into the JS itself negatively impacts our time
to first paint. As such, we disable them for a significant bundle size
improvement (10MB -> 2.4MB)
2020-10-13 11:48:13 +10:00
Matilde Park
072a9643eb
groups: show invites in home workspace
2020-10-09 14:35:40 -04:00
Matilde Park
9b8d197e8f
interface: sidebarInvite in indigo-react
2020-10-09 14:35:27 -04:00
Matilde Park
8e7ecbe925
interface: thin and transparent scrollbar
...
Prevents an edge case in Chrome browsers in light mode on the launch
screen where the scrollbar was just a thick, white border on top of
user backgrounds.
2020-10-09 00:16:20 -04:00
matildepark
fb1fe8094f
Merge pull request #3687 from urbit/mp/leap/apps
...
leap: restore app index, remove from default
2020-10-08 20:40:52 -04:00
Matilde Park
a2fbf8c51c
leap: restore app index, remove from default
2020-10-08 18:35:19 -04:00
Matilde Park
bbd105c2e4
links: key linkItems by date
2020-10-08 18:23:30 -04:00
Ted Blackman
cc6ce73fe4
LocalReducer: fix empty case of localStorage rehydration
2020-10-08 17:58:24 -04:00