Jared Vititoe jared
  • Joined on 2024-11-30
jared pushed to lotus at LotusGuild/cinny 2026-09-19 23:54:56 -04:00
bf05751eca feat(messages): collapse reactions to one row with a +N chip (#138)
jared pushed to main at LotusGuild/cinny-desktop 2026-09-19 23:53:19 -04:00
c9a7971670 chore: bump cinny submodule to 2bdb2eb4
jared pushed to lotus at LotusGuild/cinny 2026-09-19 23:34:45 -04:00
2bdb2eb4cb feat(messages): word diff of the last edit on "(edited)" hover (#144)
jared closed issue LotusGuild/cinny#144 2026-09-19 23:34:44 -04:00
"(edited)" hover shows a word-level diff of the last edit
jared commented on issue LotusGuild/cinny#144 2026-09-19 23:34:44 -04:00
"(edited)" hover shows a word-level diff of the last edit

Done in 2bdb2eb4.

  • Hover/focus on (edited) → tooltip with only the last edit as a word diff (removed struck, added bold) and a +N · −N summary; click still opens the history viewer. -…
jared closed issue LotusGuild/cinny#148 2026-09-19 23:26:28 -04:00
Space rail: subtle dot when a call is live somewhere in that space (careful)
jared commented on issue LotusGuild/cinny#148 2026-09-19 23:26:28 -04:00
Space rail: subtle dot when a call is live somewhere in that space (careful)

Done in 4fe9c870.

A red dot (bottom-right of the space avatar) appears on a space tab when any room inside that space — recursively — has a live MatrixRTC call. It updates on session start/end…

jared pushed to lotus at LotusGuild/cinny 2026-09-19 23:25:54 -04:00
4fe9c87010 feat(calls): live-call dot on the space rail (#148)
jared pushed to main at LotusGuild/cinny-desktop 2026-09-19 23:21:49 -04:00
5d0527c8ad chore: bump cinny submodule to b69099a8
jared pushed to lotus at LotusGuild/cinny 2026-09-19 23:20:00 -04:00
b69099a862 chore(calls): bump @lotusguild/element-call-embedded to 0.25.0-lotus.9
dea1f7afc0 feat(profile): 'Active now' / 'Last active …' line from presence (#150)
7da91bd803 feat(timeline): 'Back to where you were' after a jump (#127)
2a0c409180 feat(messages): code blocks get a Wrap toggle next to Copy (#131)
9363629ea2 feat(security): recovery key leaves the clipboard after 60 s, visibly (#156)
Compare 7 commits »
jared closed issue LotusGuild/cinny#150 2026-09-19 23:20:00 -04:00
Profile view: "Last active …" line from presence
jared commented on issue LotusGuild/cinny#150 2026-09-19 23:20:00 -04:00
Profile view: "Last active …" line from presence

Done in dea1f7af: one line under the handle in the profile popover — 'Active now', 'Active just now', 'Last active 12 min ago / 3 hours ago / yesterday / 5 days ago / over a month ago' — from…

jared closed issue LotusGuild/cinny#127 2026-09-19 23:19:59 -04:00
Reply jump-back chip: "Back to where you were" after jumping to a replied-to message
jared commented on issue LotusGuild/cinny#127 2026-09-19 23:19:59 -04:00
Reply jump-back chip: "Back to where you were" after jumping to a replied-to message

Done in 7da91bd8: a reply-quote click (or an eventId route change — thread panel, search, permalink) remembers the message in the middle of the viewport and shows a Primary chip next to Jump to…

jared closed issue LotusGuild/cinny#131 2026-09-19 23:19:59 -04:00
Code blocks: copy button + line-wrap toggle (verify upstream first, don't break rendering)
jared commented on issue LotusGuild/cinny#131 2026-09-19 23:19:59 -04:00
Code blocks: copy button + line-wrap toggle (verify upstream first, don't break rendering)

Verified upstream first: every code block already has the Copy chip with a 'Copied' state. Added the missing half in 2a0c4091: a Wrap chip that switches long lines to pre-wrap (default…

jared closed issue LotusGuild/cinny#156 2026-09-19 23:19:59 -04:00
Clear the clipboard 60 s after copying a recovery key / invite token — with a visible countdown
jared commented on issue LotusGuild/cinny#156 2026-09-19 23:19:59 -04:00
Clear the clipboard 60 s after copying a recovery key / invite token — with a visible countdown

Done in 9363629e: the recovery key's Copy button becomes Copied · clears in 60 s and counts down; at zero the clipboard is cleared only if it still holds the key (readText() where…

jared closed issue LotusGuild/cinny#122 2026-09-19 23:19:58 -04:00
Link-safety on click: warn when visible link text is a URL that differs from the real destination
jared commented on issue LotusGuild/cinny#122 2026-09-19 23:19:58 -04:00
Link-safety on click: warn when visible link text is a URL that differs from the real destination

Done in 74d8e311. utils/linkSafety.ts compares the registrable domain the visible text claims (when it looks like a URL/host) with the href's; a mismatch, or a punycode (IDN) destination,…