mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #1155] [Feature]: Add url and photo project fields #834
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#834
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @smandon on GitHub (Apr 28, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1155
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
It would be nice to have additional fields available for projects:
Proposed Solution
Alternatives Considered
No response
Feature Category
UI/UX
Priority
Would improve my workflow
Mockups or Examples
Contribution
Checklist
@maziggy commented on GitHub (Apr 29, 2026):
Available/Fixed in branch dev and available with the next release or daily build. Please let me know if it works for you.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@smandon commented on GitHub (May 1, 2026):
It works but the thumbnail is very small. Would it be possible to increase its size and display a full size preview when clicked?
@maziggy commented on GitHub (May 1, 2026):
Thanks @smandon, fixed in
dev. Kept the 40×40 thumbnail in the card so the grid layout doesn't shift, and added a 384×384 hover preview that opens beside the card showing the full image (no cropping, so portrait photos aren't squashed into a square).Implementation note: the preview renders via a portal so it can extend outside the card boundary — first attempt got clipped by the card's own rounded-corner clipping, which you'd have hit too. It also flips to the left side of the thumbnail when the card is near the right edge of the viewport, and the vertical position clamps so the popover never overflows the window top or bottom.
Available/Fixed in branch dev and available with the next release or daily build. Please let me know if it works for you.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!