Add sh.tangled.feed.reaction lexicon and UI to react to issues/PRs
close #65
close #113
Signed-off-by: Seongmin Lee boltlessengineer@proton.me
Add sh.tangled.feed.reaction lexicon and UI to react to issues/PRs
close #65
close #113
Signed-off-by: Seongmin Lee boltlessengineer@proton.me
Add `sh.tangled.feed.reaction` lexicon and UI to *react* to issues/PRs
close #65
close #113
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
Add `sh.tangled.feed.reaction` lexicon and UI to *react* to issues/PRs
close #65
close #113
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
Add `sh.tangled.feed.reaction` lexicon and UI to *react* to issues/PRs
close #65
close #113
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
Thanks, this looks pretty awesome overall! One nit: perhaps the GetReactionCountMap can be DRY'd up? Why not just loop through it?
@icyphox.sh oh you're right. I have no idea why I end up like that.
Add `sh.tangled.feed.reaction` lexicon and UI to *react* to issues/PRs
close #65
close #113
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
Add `sh.tangled.feed.reaction` lexicon and UI to *react* to issues/PRs
close #65
close #113
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
Tried this out locally again, and another minor nit: can each reaction in the pop-up have some kind of hover: state? Perhaps just a simple p-1 mx-1 hover:bg-gray-100 dark:hover:bg-gray-700 rounded would look great!
Oh also, not sure if it's possible at all: can the pop-up be made to disappear when clicking outside anywhere else? Currently I have to click on the reaction box to toggle it.
@icyphox.sh Damn I forgot to add light mode hover style for those popup buttons. Thank you for catching that. I'll fix it. I think simple hover backgrounds would be enough for those UI elements (no padding/margin/rounded corners).
I'll work on auto-disappear feature. That would make this even better.
Add `sh.tangled.feed.reaction` lexicon and UI to *react* to issues/PRs
close #65
close #113
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
Add `sh.tangled.feed.reaction` lexicon and UI to *react* to issues/PRs
close #65
close #113
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
PR is ready for review again.
this is great! thanks for working on this!
I made
reactionstable without specific foreign key to handle both issues & prs (also potentially comments in future)I'm not sure if this is a correct way to do this.