mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #17] [MERGED] 0.1.5b4 #907
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#907
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?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/17
Author: @maziggy
Created: 12/10/2025
Status: ✅ Merged
Merged: 12/10/2025
Merged by: @maziggy
Base:
main← Head:0.1.5b📝 Commits (10+)
50259f6Removed debug logs for backup/restore module69ba3e2Fixed a bug in notification module where newly added notification types were not saved properly36b57bb- External links can now be embedded into sidebar navigationb4007c9Added embedded external links to backup/restore module42cdfdb* Add comprehensive mobile support with responsive navigation2683630Updated README9504f4fFixed layout for external link icons38cc31dImproved external link module8e6e999Add comprehensive documentation07f4d44Moved documentation to it's own repository📊 Changes
41 files changed (+10396 additions, -8858 deletions)
View changed files
➕
._.DS_Store(+0 -0)➕
.dockerignore(+53 -0)➕
Dockerfile(+37 -0)➕
backend/app/api/routes/external_links.py(+268 -0)📝
backend/app/api/routes/notifications.py(+5 -0)📝
backend/app/api/routes/settings.py(+86 -50)📝
backend/app/core/config.py(+1 -1)📝
backend/app/core/database.py(+1 -1)📝
backend/app/main.py(+2 -1)➕
backend/app/models/external_link.py(+25 -0)➕
backend/app/schemas/external_link.py(+58 -0)➕
build_docker.sh(+3 -0)➕
docker-compose.yml(+16 -0)📝
frontend/src/App.tsx(+2 -0)📝
frontend/src/api/client.ts(+61 -0)➕
frontend/src/components/AddExternalLinkModal.tsx(+299 -0)📝
frontend/src/components/Button.tsx(+3 -3)📝
frontend/src/components/Dashboard.tsx(+1 -1)➕
frontend/src/components/ExternalLinksSettings.tsx(+187 -0)➕
frontend/src/components/IconPicker.tsx(+132 -0)...and 21 more files
📄 Description
0.1.5b4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.