Skip to content
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
daadc94
enhance: add ssh retry logic and SSH options in deploy script
Ajit-Mehrotra Nov 21, 2025
4449997
refactor: replace LoadingSpinner and LoadingError with nuxtUI components
Ajit-Mehrotra Nov 21, 2025
4492cf4
fix: address notification pane infinite network request and improve e…
Ajit-Mehrotra Nov 24, 2025
51d7b05
refactor: update notification components to use UIcon and UButton for…
Ajit-Mehrotra Nov 25, 2025
6488191
refactor: enhance app configuration and notification components for i…
Ajit-Mehrotra Dec 2, 2025
49f498d
refactor(ui): replace vue-sonner toasts with nuxtui toasts
Ajit-Mehrotra Dec 2, 2025
897021e
fix(notifications api): implement async generator for improve filteri…
Ajit-Mehrotra Dec 3, 2025
cd20162
fix(notification): address filenames greater than 255 bytes
Ajit-Mehrotra Dec 5, 2025
1587d58
refactor(notifications): sync toast position with legacy settings
Ajit-Mehrotra Dec 5, 2025
8f0e7b0
fix(app.config): update toast max duration comment for compatibility …
Ajit-Mehrotra Dec 5, 2025
baed8f0
fix(notifications): override notification bell hover to maintain cons…
Ajit-Mehrotra Dec 9, 2025
391cb12
fix(notifications): add break-word styling for long words in subject …
Ajit-Mehrotra Dec 9, 2025
501cb0a
fix(notifications): add elipses to long single-word toast titles
Ajit-Mehrotra Dec 9, 2025
7351c00
fix(notifications): show full title on notification pane and truncate…
Ajit-Mehrotra Dec 9, 2025
b147762
fix(notifications): add support for bottom-center'd nuxtui toasts
Ajit-Mehrotra Dec 9, 2025
6c541a8
chore(gitignore): add .dev-scripts to gitignore for local dev scripts
Ajit-Mehrotra Dec 9, 2025
e30ce9f
fix(notifications): fix color of notification button's active state
Ajit-Mehrotra Dec 9, 2025
1f79830
fix(notification): add min width to allow flex title to shrink and wr…
Ajit-Mehrotra Dec 9, 2025
2455f3a
fix(notifications): resolve ID mismatches, counter bugs, and paginati…
Ajit-Mehrotra Dec 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ api/dev/Unraid.net/myservers.cfg

# local Mise settings
.mise.toml
mise.toml

# Compiled test pages (generated from Nunjucks templates)
web/public/test-pages/*.html
Expand Down
Loading