This website requires JavaScript.
52c6f45a91
fix: resolve lock_scroll.js 404 and optimize Trunk preloading
spinline
2026-02-12 22:42:06 +03:00
f9a8fbccfd
feat: complete rewrite of torrent table with mobile sort, badge integration and clean UI
spinline
2026-02-12 22:39:25 +03:00
4a0ebf0cb1
fix: change WASM caching strategy to Network-First to resolve preload warnings
release-20260212-1937
spinline
2026-02-12 22:31:53 +03:00
e5a68fb630
feat: add minimal footer to protected layout
release-20260212-1928
spinline
2026-02-12 22:23:20 +03:00
155dd07193
fix: resolve tw_merge macro and MultiSelect prop errors in torrent table
spinline
2026-02-12 22:20:56 +03:00
e5f76fe548
feat: add mobile-optimized sort dropdown and hide column selector on mobile
spinline
2026-02-12 22:18:09 +03:00
5e098817f2
feat: optimize mobile UI with better card selection, spacing and hidden column selector
spinline
2026-02-12 22:15:25 +03:00
4dcbd8187e
feat: enhance bulk delete dialog with 'delete with data' option
release-20260212-1913
spinline
2026-02-12 22:08:14 +03:00
6c0c0a0919
fix: resolve syntax error in app.rs and cleanup duplicate blocks
release-20260212-1907
spinline
2026-02-12 22:02:14 +03:00
3158a11229
feat: add responsive mobile card view for torrents
spinline
2026-02-12 21:59:36 +03:00
45f5d1b678
feat: implement contextual skeletons for login and dashboard
spinline
2026-02-12 21:55:14 +03:00
c8e3caa4fc
feat: implement and use standardized Skeleton component
spinline
2026-02-12 21:49:58 +03:00
98555f16ca
fix: refactor toast to use Flexbox layout to prevent overlapping
spinline
2026-02-12 21:47:14 +03:00
5449651db6
feat: remove status bar from layout
release-20260212-1843
spinline
2026-02-12 21:38:25 +03:00
1156f0a111
fix: disable wasm preload to resolve browser warning
spinline
2026-02-12 21:35:34 +03:00
9b8c075d41
feat: add click animation and hover effects to table headers
spinline
2026-02-12 21:33:56 +03:00
c5679f043d
fix: remove toast stacking logic to list notifications vertically
spinline
2026-02-12 21:29:15 +03:00
0b3d4d1fd4
feat: improve toast animations and update to original Zinc color palette
release-20260212-1825
spinline
2026-02-12 21:18:13 +03:00
b2fb411bb1
fix: re-generate accordion module and stabilize ui/mod.rs to resolve CI/CD build errors
release-20260212-1736
spinline
2026-02-12 20:31:28 +03:00
1225c550b7
fix: resolve missing module errors for accordion and sonner by stabilizing ui/mod.rs
spinline
2026-02-12 20:26:15 +03:00
48193db81b
feat: implement professional Sidenav layout and mobile Sheet menu
spinline
2026-02-12 20:19:39 +03:00
48d8a8e0ee
feat: implement stacked toast accumulation with hover expansion effect
release-20260212-1704
spinline
2026-02-12 19:59:22 +03:00
945f4718eb
feat: match bulk action button style with columns button and add progress bar to toasts
release-20260212-1648
spinline
2026-02-12 19:42:32 +03:00
6a2952c6f3
fix: resolve 404 error for lock_scroll.js by including it in Trunk build and loading globally
release-20260211-2257
spinline
2026-02-12 01:51:38 +03:00
03b63dd5d0
chore: remove old search box from toolbar and modernize add button
release-20260211-2245
spinline
2026-02-12 01:40:17 +03:00
7717dffc56
fix: adjust toast notifications to prevent screen overflow on mobile
spinline
2026-02-12 01:38:29 +03:00
3a2cab7ca7
fix: resolve nested button styles in bulk actions and clean up UI modules
spinline
2026-02-12 01:37:00 +03:00
e0b5411eb1
fix: resolve all type inference and closure ownership errors in DataTable
release-20260211-2230
spinline
2026-02-12 01:24:28 +03:00
f85adfa007
feat: complete advanced DataTable with search, column toggle, and bulk actions
spinline
2026-02-12 01:18:26 +03:00
88c3cd57c1
feat: stabilize advanced DataTable features and resolve all closure ownership errors
spinline
2026-02-12 01:16:01 +03:00
d67215a6eb
feat: resolve complex closure errors and finalize advanced DataTable features
spinline
2026-02-12 01:09:28 +03:00
5cc2fdd8b4
feat: add empty state to torrent table for better user feedback
spinline
2026-02-12 01:01:36 +03:00
38bce3fecf
feat: enable sorting for all columns in Torrent DataTable
spinline
2026-02-12 00:57:20 +03:00
f1c75c468a
fix: restore table alignment by ensuring proper HTML structure and integrating multi-select DataTable
release-20260211-2154
spinline
2026-02-12 00:48:35 +03:00
bfb152f0d8
feat: fully implement official DataTable with multi-selection support
spinline
2026-02-12 00:46:36 +03:00
8a7d9957aa
fix: remove unused sonner module to resolve build errors
release-20260211-2141
spinline
2026-02-12 00:35:53 +03:00
56e8cc03d1
feat: implement official DataTable components and fix row spacing issues
spinline
2026-02-12 00:32:58 +03:00
04cb7d51cb
fix: resolve context menu positioning issue and integrate it into table rows
spinline
2026-02-12 00:29:44 +03:00
555505b80e
feat: implement real Sonner toast animations with stacking and hover expansion
spinline
2026-02-12 00:25:57 +03:00
fa07fd88dc
feat: modernize all buttons using the official rust-ui Button component
spinline
2026-02-12 00:23:12 +03:00
bbb8e8dc98
fix: resolve compilation errors, fix lock_scroll path, and enhance DataTable attributes
release-20260211-2120
spinline
2026-02-12 00:15:17 +03:00
d09ecd21b7
feat: refactor torrent table to use DataTable components and fix context menu bugs
spinline
2026-02-12 00:08:35 +03:00
9a00e341af
feat: enhance context menu styles and add press-and-hold for destructive actions
spinline
2026-02-12 00:03:32 +03:00
c78dcda55e
feat: integrate ThemeToggle component and fix module visibility errors
release-20260211-2100
spinline
2026-02-11 23:54:36 +03:00
57abbb3335
feat: install and integrate official rust-ui context menu via ui-cli
spinline
2026-02-11 23:45:07 +03:00
315a2421c4
feat: add animations and hover effects to toast notifications
spinline
2026-02-11 23:33:58 +03:00
c135c96d27
chore: silence unused code warnings in frontend UI components
spinline
2026-02-11 23:29:40 +03:00
315a2f9a53
fix(auth): fix 500 error and server function registration on Mac
release-20260211-2029
spinline
2026-02-11 23:22:38 +03:00
3e9a042444
fix(setup): align dependencies to Axum 0.8 and fix server function handler trait bounds
release-20260211-1921
spinline
2026-02-11 22:15:33 +03:00
09a4c69282
fix(auth): fix MsgPack serialization by adding missing feature in backend and reverting to individual arguments
release-20260211-1909
spinline
2026-02-11 22:03:46 +03:00
a877e0c393
chore: remove db files from git and update gitignore
release-20260211-1859
spinline
2026-02-11 21:54:15 +03:00
fd65df2962
fix(setup): add logging and error details for setup debugging
spinline
2026-02-11 21:53:53 +03:00
9d160a7ef5
fix(ui): use thread_local for toast signal to fix context issue
release-20260211-1848
spinline
2026-02-11 21:43:06 +03:00
a24e4101e8
feat(ui): toast entegrasyonu (sonner)
release-20260211-1839
spinline
2026-02-11 21:32:39 +03:00
7539307e18
feat: shadcn -> rust-ui.com migration + TorrentDetail silme
release-20260211-1815
spinline
2026-02-11 21:01:51 +03:00
907ae66a7f
fix: resolve compilation error in ToastItem by cloning message string
release-20260211-1715
spinline
2026-02-11 20:09:58 +03:00
f35b119c0d
fix: replace leptos-shadcn-toast with custom implementation to fix WASM panic
spinline
2026-02-11 20:02:58 +03:00
920704ee72
chore: add gloo-console dependency for direct logging
release-20260211-1657
spinline
2026-02-11 19:51:50 +03:00
d8ad9e62d8
chore: add direct console logging to debug missing toasts
spinline
2026-02-11 19:46:06 +03:00
ea99ac62bc
fix: install tailwindcss-animate and add to config to enable toast animations
release-20260211-1638
spinline
2026-02-11 19:33:16 +03:00
af13b5af09
fix: resolve syntax error and duplicate code in main.rs router definition
release-20260211-1619
spinline
2026-02-11 19:14:15 +03:00
c8907e7999
revert: remove Toaster component and add test toast message
spinline
2026-02-11 19:08:57 +03:00
714e2cb7d5
fix: add missing Toaster component to App to render notifications
spinline
2026-02-11 19:05:12 +03:00
f35b716f93
chore: cleanup frontend unused imports and variables
spinline
2026-02-11 19:03:36 +03:00
47db9fa0c0
chore: cleanup unused backend code after migration to server functions
spinline
2026-02-11 19:02:36 +03:00
47dc4da6d1
fix: downgrade postcss-preset-env for Node 20.11.1 compatibility
release-20260211-1601
spinline
2026-02-11 18:55:37 +03:00
c501ed9207
fix: use input/output arguments for MsgPack encoding
spinline
2026-02-11 18:50:47 +03:00
4861faee18
fix: use MsgPack type for encoding (remove quotes)
spinline
2026-02-11 18:47:07 +03:00
6a4943d692
fix: re-add codec.rs for proper compilation
spinline
2026-02-11 18:44:19 +03:00
b27caa77f2
fix: restore codec.rs for module export
spinline
2026-02-11 18:43:10 +03:00
cba8c20d9b
fix: switch to built-in MsgPack codec and sync leptos versions
spinline
2026-02-11 18:42:50 +03:00
0cdd92dc95
fix: resolve messagepack codec trait bounds and literals
spinline
2026-02-11 18:32:41 +03:00
b9798ce0e2
fix: resolve messagepack codec compilation errors
spinline
2026-02-11 18:21:36 +03:00
6a882b75b6
feat: implement MessagePack codec for server functions
spinline
2026-02-11 02:01:02 +03:00
40c9f66e5c
fix: toast notifications context issue by wrapping app in SonnerProvider
release-20260210-2248
spinline
2026-02-11 01:42:58 +03:00
93e853977a
feat: simplify theme toggle and improve sidebar layout
release-20260210-2236
spinline
2026-02-11 01:31:30 +03:00
e3bc956256
feat: migrate to shadcn toast (sonner)
spinline
2026-02-11 01:26:46 +03:00
5b016aca58
fix: iOS WASM Notification Crash
release-20260210-2217
spinline
2026-02-11 01:12:04 +03:00
5bd3d31dd6
feat: Tema Butonu Sidebar'a Taşındı
spinline
2026-02-11 01:08:18 +03:00
87ddd3bb93
fix: iOS Dark Mode ve Tema Değişimi Düzeltildi
release-20260210-2205
spinline
2026-02-11 01:00:04 +03:00
463249982c
fix: iOS Safari uyumluluk - CSS nesting düzleştirildi
release-20260210-2200
spinline
2026-02-11 00:54:44 +03:00
9447a66cc1
feat: loading ekranı shadcn Skeleton ile değiştirildi
release-20260210-2148
spinline
2026-02-11 00:43:05 +03:00
45247a020e
fix: AddTorrent dialog stili düzeltildi, skeleton crate eklendi
spinline
2026-02-11 00:40:39 +03:00
77b77c7775
fix: Tailwind CSS rebuild - shadcn crate class'ları @source ile dahil edildi
release-20260210-2135
spinline
2026-02-11 00:30:35 +03:00
8ef3008cb8
fix: context menu viewport sınır kontrolü - alta/sağa taşma düzeltildi
release-20260210-2130
spinline
2026-02-11 00:24:42 +03:00
ca1dd0caac
refactor: tüm bileşenler leptos-shadcn-ui'ye dönüştürüldü
release-20260210-2122
spinline
2026-02-11 00:17:22 +03:00
ad336789d9
fix: custom × butonu kaldırıldı, native search clear kullanılıyor
release-20260210-2116
spinline
2026-02-11 00:11:28 +03:00
fa248d87ae
fix: arama kutusundaki çift çarpı butonu düzeltildi (type=text)
release-20260210-2105
spinline
2026-02-10 23:59:40 +03:00
d8a9e9e137
feat: search kutusu leptos-shadcn-input ile güncellendi, sağa taşındı
release-20260210-2056
spinline
2026-02-10 23:51:01 +03:00
ca31b4018f
feat: leptos-shadcn-tabs ile torrent detay paneli eklendi
spinline
2026-02-10 23:45:21 +03:00
7707bfff15
fix: context menu reaktivite bug'ı düzeltildi, sidebar leptos-shadcn-ui ile güncellendi
release-20260210-2035
spinline
2026-02-10 23:26:56 +03:00
376615813b
feat: finalize shadcn integration with portal-based context menu and clean build
release-20260210-2021
spinline
2026-02-10 23:16:13 +03:00
fddc81365b
feat: complete modernization with shadcn, stateless auth, and performance optimizations
release-20260210-1921
spinline
2026-02-10 22:16:36 +03:00
8815727620
feat: migrate to stateless server functions for auth with jwt and shadcn ui
spinline
2026-02-10 19:20:36 +03:00
c85c75659e
feat: modernize stack with shadcn, struct_patch and msgpack
spinline
2026-02-10 19:02:53 +03:00
4b3e713657
refactor: move DB to shared crate, convert push endpoints to server functions, remove dead REST handlers
release-20260209-2310
spinline
2026-02-10 02:05:04 +03:00
c2bf6e6fd5
fix: remove unnecessary SSE user auth check - login already guards access
release-20260209-2249
spinline
2026-02-10 01:43:40 +03:00
94bc7cb91d
fix: patch coarsetime with portable-atomic for MIPS AtomicU64 support
release-20260209-2234
spinline
2026-02-10 01:29:06 +03:00
5e1f4b18c2
refactor: migrate torrent/settings endpoints to Leptos Server Functions and remove third_party/coarsetime
spinline
2026-02-10 00:27:39 +03:00
3f370389aa
fix: SSE auth by capturing store context before async block and redirect to setup when needed
spinline
2026-02-10 00:12:08 +03:00