Aditya Chaudhary userAdityaa
  • https://www.adityaworks.tech
    • LFX @headlamp
    • Javascript Code Repo Expert (Contract) @HackerRank
    • R&D Intern @Samsung
    • Software Engineer @Tile10
  • Joined on 2026-04-03
userAdityaa commented on pull request coracle/flotilla#168 2026-04-07 19:41:59 +00:00
feat: add deep link customization

Hey @bhavishy2801, you don’t need to open a new PR. You can resolve the merge conflicts using basic Git commands and then force-push the changes to update the existing PR.

userAdityaa commented on issue coracle/flotilla#144 2026-04-07 18:14:23 +00:00
Bug: chat messages do not show up immediately

messages being displayed to someone who has only requested access and not yet been approved is also a bug, right?

No, please refer to the video for clarification.

userAdityaa commented on issue coracle/flotilla#144 2026-04-07 17:23:24 +00:00
Bug: chat messages do not show up immediately

Thanks for the recording, it makes the issue clear. I'll work on a fix.

userAdityaa pushed to dev at userAdityaa/flotilla 2026-04-07 17:18:44 +00:00
613cad31c0 add start chat FAB (#152)
3779a90f26 Tweak to chat item menu buttons
7470f28f31 fix spacing around messages (#159)
17fb4e780b Clean up drafts implementation (#164)
30c2a6ef79 persist drafts in memory (#155)
Compare 6 commits »
userAdityaa commented on pull request coracle/flotilla#164 2026-04-07 17:07:11 +00:00
Clean up drafts implementation

@userAdityaa this PR is a follow up from #155, just a few things that I thought it would be easier to show rather than tell. Just take a look to get an idea of what I was going for.

Thanks…

userAdityaa commented on issue coracle/flotilla#144 2026-04-07 16:45:15 +00:00
Bug: chat messages do not show up immediately

Let me quickly verify everything again.

userAdityaa commented on issue coracle/flotilla#144 2026-04-07 05:19:07 +00:00
Bug: chat messages do not show up immediately

Hi @mplorentz and @hodlbod, I tried reproducing this on my end using:

  1. The same text channel on two different devices
  2. Two different browsers on the same device
  3. Both private and public…
userAdityaa commented on pull request coracle/flotilla#155 2026-04-07 05:11:08 +00:00
feat: persist composer drafts in memory across navigation

Hey @hodlbod, all the feedback has been addressed, and it's ready for review.

userAdityaa pushed to branch-persist-drafts at userAdityaa/flotilla 2026-04-07 05:10:17 +00:00
c84cdc076d feat: persist composer drafts in memory across navigation
userAdityaa pushed to branch-persist-drafts at userAdityaa/flotilla 2026-04-06 19:20:29 +00:00
0695e5cba4 feat: persist composer drafts in memory across navigation
userAdityaa commented on pull request coracle/flotilla#155 2026-04-06 18:46:53 +00:00
feat: persist composer drafts in memory across navigation

Apologies for missing the images and start/end points earlier. All the feedback has now been addressed.

userAdityaa pushed to branch-persist-drafts at userAdityaa/flotilla 2026-04-06 18:44:34 +00:00
dc888e641b feat: persist composer drafts in memory across navigation
userAdityaa commented on pull request coracle/flotilla#152 2026-04-06 17:34:56 +00:00
feat:(#145) add start chat FAB

From a UX perspective, I feel the FAB works well for the “Start Chat” action since it represents a primary action on the chat screen. It’s easy to discover without requiring users to explore…

userAdityaa commented on pull request coracle/flotilla#152 2026-04-06 17:30:23 +00:00
feat:(#145) add start chat FAB

I don't think putting it in the primary nav would make sense from an IA perspective; users just wouldn't look there.

Makes sense, users typically wouldn't look for the add chat button…

userAdityaa commented on pull request coracle/flotilla#155 2026-04-06 17:00:27 +00:00
feat: persist composer drafts in memory across navigation

Sorry, could you clarify what you mean by “new polls” here?

Sure, there's a new component PollCreate.svelte that could use the same treatment.

Looks like my local…

userAdityaa pushed to branch-persist-drafts at userAdityaa/flotilla 2026-04-06 16:57:51 +00:00
a14bbd6a0a feat: persist composer drafts in memory across navigation
70e5172f1b fix/tooltip-clipping (#156)
61c568a112 Formatting
ae2ba6f44d Tweak toast close button
f84006fbe4 Tweak button on profile page
Compare 13 commits »
userAdityaa commented on pull request coracle/flotilla#155 2026-04-06 16:46:51 +00:00
feat: persist composer drafts in memory across navigation

Sorry, could you clarify what you mean by “new polls” here?

Sure, there's a new component PollCreate.svelte that could use the same treatment.

Looks like my local branch was…

userAdityaa pushed to dev at userAdityaa/flotilla 2026-04-06 16:45:12 +00:00
70e5172f1b fix/tooltip-clipping (#156)
61c568a112 Formatting
ae2ba6f44d Tweak toast close button
f84006fbe4 Tweak button on profile page
fed34a2747 show space name on hover in primary nav (#129) (#136)
Compare 12 commits »
userAdityaa commented on pull request coracle/flotilla#152 2026-04-05 07:07:18 +00:00
feat:(#145) add start chat FAB

Just sharing a small suggestion: the full-width CTA doesn’t seem like the best fit for mobile and desktop. A standard floating CTA at the bottom-right as already implemented feels cleaner.…

userAdityaa commented on pull request coracle/flotilla#155 2026-04-04 21:33:02 +00:00
feat: persist composer drafts in memory across navigation

Completed all the refactoring changes.

Quick summary

Added draft/initialValues reconciliation pattern to CalendarEventForm and ClassifiedForm so drafts only persist for new items,…