Skip to content

Commit

Permalink
Merge branch 'staging' into hm/fix-thread-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Jul 22, 2024
2 parents 06a0579 + a3fae3f commit 13c6de3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions apps/tlon-web/src/styles/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
@apply my-0;
}

.ProseMirror a {
@apply underline;
}

/* hack to prevent auto-zoom on em-emoji-picker */
@media screen and (max-width: 767px) {
em-emoji-picker {
Expand Down
2 changes: 1 addition & 1 deletion desk/app/activity.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
%+ roll
happenings
|= [bn=activity-bundle:a acc=activity:a]
(~(put by acc) source.bn (~(got by activity) source.bn))
(~(put by acc) source.bn (~(gut by activity) source.bn *activity-summary:a))
:: if start is now, need to increment to make sure we include latest
:: event if that event somehow has now as its time
=/ real-start ?:(=(start now.bowl) +(start) start)
Expand Down
2 changes: 1 addition & 1 deletion desk/desk.docket-0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
info+'Start, host, and cultivate communities. Own your communications, organize your resources, and share documents. Tlon is a decentralized platform that offers a full, communal suite of tools for messaging, writing and sharing media with others.'
color+0xde.dede
image+'https://bootstrap.urbit.org/tlon.svg?v=1'
glob-http+['https://bootstrap.urbit.org/glob-0v2.ff303.9sd1e.hslh2.d9mcj.22a3t.glob' 0v2.ff303.9sd1e.hslh2.d9mcj.22a3t]
glob-http+['https://bootstrap.urbit.org/glob-0v6.7brns.i8okn.pvots.en2mf.jvera.glob' 0v6.7brns.i8okn.pvots.en2mf.jvera]
base+'groups'
version+[6 1 0]
website+'https://tlon.io'
Expand Down

0 comments on commit 13c6de3

Please sign in to comment.