spinline
03b63dd5d0
chore: remove old search box from toolbar and modernize add button
Build MIPS Binary / build (push) Successful in 5m29s
release-20260211-2245
2026-02-12 01:40:17 +03:00
spinline
7717dffc56
fix: adjust toast notifications to prevent screen overflow on mobile
Build MIPS Binary / build (push) Has been cancelled
2026-02-12 01:38:29 +03:00
spinline
3a2cab7ca7
fix: resolve nested button styles in bulk actions and clean up UI modules
Build MIPS Binary / build (push) Has been cancelled
2026-02-12 01:37:00 +03:00
spinline
e0b5411eb1
fix: resolve all type inference and closure ownership errors in DataTable
Build MIPS Binary / build (push) Successful in 5m33s
release-20260211-2230
2026-02-12 01:24:28 +03:00
spinline
f85adfa007
feat: complete advanced DataTable with search, column toggle, and bulk actions
Build MIPS Binary / build (push) Failing after 1m30s
2026-02-12 01:18:26 +03:00
spinline
88c3cd57c1
feat: stabilize advanced DataTable features and resolve all closure ownership errors
Build MIPS Binary / build (push) Failing after 1m28s
2026-02-12 01:16:01 +03:00
spinline
d67215a6eb
feat: resolve complex closure errors and finalize advanced DataTable features
Build MIPS Binary / build (push) Failing after 1m30s
2026-02-12 01:09:28 +03:00
spinline
5cc2fdd8b4
feat: add empty state to torrent table for better user feedback
Build MIPS Binary / build (push) Failing after 1m33s
2026-02-12 01:01:36 +03:00
spinline
38bce3fecf
feat: enable sorting for all columns in Torrent DataTable
Build MIPS Binary / build (push) Has been cancelled
2026-02-12 00:57:20 +03:00
spinline
f1c75c468a
fix: restore table alignment by ensuring proper HTML structure and integrating multi-select DataTable
Build MIPS Binary / build (push) Successful in 5m27s
release-20260211-2154
2026-02-12 00:48:35 +03:00
spinline
bfb152f0d8
feat: fully implement official DataTable with multi-selection support
Build MIPS Binary / build (push) Has been cancelled
2026-02-12 00:46:36 +03:00
spinline
8a7d9957aa
fix: remove unused sonner module to resolve build errors
Build MIPS Binary / build (push) Successful in 5m26s
release-20260211-2141
2026-02-12 00:35:53 +03:00
spinline
56e8cc03d1
feat: implement official DataTable components and fix row spacing issues
Build MIPS Binary / build (push) Failing after 1m33s
2026-02-12 00:32:58 +03:00
spinline
04cb7d51cb
fix: resolve context menu positioning issue and integrate it into table rows
Build MIPS Binary / build (push) Has been cancelled
2026-02-12 00:29:44 +03:00
spinline
555505b80e
feat: implement real Sonner toast animations with stacking and hover expansion
Build MIPS Binary / build (push) Has been cancelled
2026-02-12 00:25:57 +03:00
spinline
fa07fd88dc
feat: modernize all buttons using the official rust-ui Button component
Build MIPS Binary / build (push) Has been cancelled
2026-02-12 00:23:12 +03:00
spinline
bbb8e8dc98
fix: resolve compilation errors, fix lock_scroll path, and enhance DataTable attributes
Build MIPS Binary / build (push) Successful in 5m27s
release-20260211-2120
2026-02-12 00:15:17 +03:00
spinline
d09ecd21b7
feat: refactor torrent table to use DataTable components and fix context menu bugs
Build MIPS Binary / build (push) Failing after 1m30s
2026-02-12 00:08:35 +03:00
spinline
9a00e341af
feat: enhance context menu styles and add press-and-hold for destructive actions
Build MIPS Binary / build (push) Failing after 1m31s
2026-02-12 00:03:32 +03:00
spinline
c78dcda55e
feat: integrate ThemeToggle component and fix module visibility errors
Build MIPS Binary / build (push) Successful in 5m27s
release-20260211-2100
2026-02-11 23:54:36 +03:00
spinline
57abbb3335
feat: install and integrate official rust-ui context menu via ui-cli
Build MIPS Binary / build (push) Failing after 1m31s
2026-02-11 23:45:07 +03:00
spinline
315a2421c4
feat: add animations and hover effects to toast notifications
2026-02-11 23:33:58 +03:00
spinline
c135c96d27
chore: silence unused code warnings in frontend UI components
2026-02-11 23:29:40 +03:00
spinline
315a2f9a53
fix(auth): fix 500 error and server function registration on Mac
Build MIPS Binary / build (push) Successful in 5m13s
release-20260211-2029
2026-02-11 23:22:38 +03:00
spinline
9d160a7ef5
fix(ui): use thread_local for toast signal to fix context issue
Build MIPS Binary / build (push) Successful in 5m12s
release-20260211-1848
2026-02-11 21:43:06 +03:00
spinline
a24e4101e8
feat(ui): toast entegrasyonu (sonner)
Build MIPS Binary / build (push) Successful in 5m13s
release-20260211-1839
2026-02-11 21:32:39 +03:00
spinline
7539307e18
feat: shadcn -> rust-ui.com migration + TorrentDetail silme
...
Build MIPS Binary / build (push) Successful in 5m15s
- Tüm leptos-shadcn-* paketleri kaldırıldı (19 dependency)
- leptos_ui, tw_merge, strum eklendi
- components/ui/ modülü oluşturuldu (Button, Card, Input)
- TorrentDetail bileşeni tamamen silindi
- sidebar.rs: saf HTML+Tailwind ile SidebarButton yardımcı bileşeni
- toolbar.rs, login.rs, setup.rs, add_torrent.rs: saf HTML+Tailwind
- table.rs: shadcn Card -> rust-ui Card
- app.rs: Skeleton -> animate-pulse div
release-20260211-1815
2026-02-11 21:01:51 +03:00
spinline
907ae66a7f
fix: resolve compilation error in ToastItem by cloning message string
Build MIPS Binary / build (push) Successful in 5m21s
release-20260211-1715
2026-02-11 20:09:58 +03:00
spinline
f35b119c0d
fix: replace leptos-shadcn-toast with custom implementation to fix WASM panic
Build MIPS Binary / build (push) Failing after 1m23s
2026-02-11 20:02:58 +03:00
spinline
920704ee72
chore: add gloo-console dependency for direct logging
Build MIPS Binary / build (push) Successful in 5m30s
release-20260211-1657
2026-02-11 19:51:50 +03:00
spinline
d8ad9e62d8
chore: add direct console logging to debug missing toasts
Build MIPS Binary / build (push) Failing after 1m19s
2026-02-11 19:46:06 +03:00
spinline
ea99ac62bc
fix: install tailwindcss-animate and add to config to enable toast animations
Build MIPS Binary / build (push) Successful in 5m17s
release-20260211-1638
2026-02-11 19:33:16 +03:00
spinline
af13b5af09
fix: resolve syntax error and duplicate code in main.rs router definition
Build MIPS Binary / build (push) Successful in 5m18s
release-20260211-1619
2026-02-11 19:14:15 +03:00
spinline
c8907e7999
revert: remove Toaster component and add test toast message
Build MIPS Binary / build (push) Failing after 4m35s
2026-02-11 19:08:57 +03:00
spinline
714e2cb7d5
fix: add missing Toaster component to App to render notifications
Build MIPS Binary / build (push) Failing after 1m21s
2026-02-11 19:05:12 +03:00
spinline
f35b716f93
chore: cleanup frontend unused imports and variables
Build MIPS Binary / build (push) Has been cancelled
2026-02-11 19:03:36 +03:00
spinline
47db9fa0c0
chore: cleanup unused backend code after migration to server functions
Build MIPS Binary / build (push) Has been cancelled
2026-02-11 19:02:36 +03:00
spinline
47dc4da6d1
fix: downgrade postcss-preset-env for Node 20.11.1 compatibility
Build MIPS Binary / build (push) Successful in 5m23s
release-20260211-1601
2026-02-11 18:55:37 +03:00
spinline
c501ed9207
fix: use input/output arguments for MsgPack encoding
Build MIPS Binary / build (push) Has been cancelled
2026-02-11 18:50:47 +03:00
spinline
4861faee18
fix: use MsgPack type for encoding (remove quotes)
Build MIPS Binary / build (push) Failing after 1m12s
2026-02-11 18:47:07 +03:00
spinline
6a4943d692
fix: re-add codec.rs for proper compilation
Build MIPS Binary / build (push) Failing after 1m13s
2026-02-11 18:44:19 +03:00
spinline
b27caa77f2
fix: restore codec.rs for module export
Build MIPS Binary / build (push) Has been cancelled
2026-02-11 18:43:10 +03:00
spinline
cba8c20d9b
fix: switch to built-in MsgPack codec and sync leptos versions
Build MIPS Binary / build (push) Has been cancelled
2026-02-11 18:42:50 +03:00
spinline
0cdd92dc95
fix: resolve messagepack codec trait bounds and literals
Build MIPS Binary / build (push) Failing after 1m12s
2026-02-11 18:32:41 +03:00
spinline
b9798ce0e2
fix: resolve messagepack codec compilation errors
Build MIPS Binary / build (push) Failing after 1m13s
2026-02-11 18:21:36 +03:00
spinline
6a882b75b6
feat: implement MessagePack codec for server functions
Build MIPS Binary / build (push) Failing after 1m12s
2026-02-11 02:01:02 +03:00
spinline
40c9f66e5c
fix: toast notifications context issue by wrapping app in SonnerProvider
Build MIPS Binary / build (push) Successful in 5m14s
release-20260210-2248
2026-02-11 01:42:58 +03:00
spinline
93e853977a
feat: simplify theme toggle and improve sidebar layout
...
Build MIPS Binary / build (push) Successful in 5m20s
- frontend/src/components/layout/sidebar.rs: Replaced theme selector with simple dark/light toggle button.
- Cleaned up profile section layout and added safe-area padding.
release-20260210-2236
2026-02-11 01:31:30 +03:00
spinline
e3bc956256
feat: migrate to shadcn toast (sonner)
...
Build MIPS Binary / build (push) Has been cancelled
- frontend/src/app.rs: Replaced custom ToastContainer with SonnerProvider
- frontend/src/store.rs: Updated show_toast to use leptos_shadcn_toast::toast API
- frontend/src/components/toast.rs: Deleted custom toast component
- frontend/src/components/torrent/add_torrent.rs: Updated toast usage
- frontend/src/components/torrent/table.rs: Updated toast usage
2026-02-11 01:26:46 +03:00
spinline
5b016aca58
fix: iOS WASM Notification Crash
...
Build MIPS Binary / build (push) Successful in 5m21s
- frontend/src/utils/notification.rs: Notification API kullanımı is_notification_supported() ile sarmalandı
- frontend/src/utils/notification.rs: leptos_use::use_web_notification yerine güvenli manuel implementasyon yapıldı
- task.md: iOS WASM hatası giderildi olarak işaretlendi
release-20260210-2217
2026-02-11 01:12:04 +03:00