This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
vibetorrent
Watch
1
Star
0
Fork
0
You've already forked vibetorrent
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
194
Wiki
Activity
All Workflows
build-mips.yml
Actor
All actors
admin
Status
All status
Success
Failure
Waiting
Running
feat: refactor torrent table to use DataTable components and fix context menu bugs
build-mips.yml #231
:
Commit
d09ecd21b7
pushed by
admin
main
2026-02-11 21:10:09 +00:00
1m30s
View workflow file
feat: enhance context menu styles and add press-and-hold for destructive actions
build-mips.yml #230
:
Commit
9a00e341af
pushed by
admin
main
2026-02-11 21:05:09 +00:00
1m31s
View workflow file
feat: integrate ThemeToggle component and fix module visibility errors
build-mips.yml #229
:
Commit
c78dcda55e
pushed by
admin
main
2026-02-11 21:00:06 +00:00
5m27s
View workflow file
feat: install and integrate official rust-ui context menu via ui-cli
build-mips.yml #228
:
Commit
57abbb3335
pushed by
admin
main
2026-02-11 20:47:13 +00:00
1m31s
View workflow file
fix(auth): fix 500 error and server function registration on Mac
build-mips.yml #227
:
Commit
315a2f9a53
pushed by
admin
main
2026-02-11 20:29:40 +00:00
5m13s
View workflow file
fix(setup): align dependencies to Axum 0.8 and fix server function handler trait bounds
build-mips.yml #226
:
Commit
3e9a042444
pushed by
admin
main
2026-02-11 19:21:01 +00:00
5m23s
View workflow file
fix(auth): fix MsgPack serialization by adding missing feature in backend and reverting to individual arguments
build-mips.yml #225
:
Commit
09a4c69282
pushed by
admin
main
2026-02-11 19:09:04 +00:00
5m15s
View workflow file
chore: remove db files from git and update gitignore
build-mips.yml #224
:
Commit
a877e0c393
pushed by
admin
main
2026-02-11 18:59:33 +00:00
5m13s
View workflow file
fix(setup): add logging and error details for setup debugging
build-mips.yml #223
:
Commit
fd65df2962
pushed by
admin
main
2026-02-11 18:54:19 +00:00
20s
View workflow file
fix(ui): use thread_local for toast signal to fix context issue
build-mips.yml #222
:
Commit
9d160a7ef5
pushed by
admin
main
2026-02-11 18:48:22 +00:00
5m12s
View workflow file
feat(ui): toast entegrasyonu (sonner)
build-mips.yml #221
:
Commit
a24e4101e8
pushed by
admin
main
2026-02-11 18:39:24 +00:00
5m13s
View workflow file
feat: shadcn -> rust-ui.com migration + TorrentDetail silme
build-mips.yml #220
:
Commit
7539307e18
pushed by
admin
main
2026-02-11 18:15:55 +00:00
5m15s
View workflow file
fix: resolve compilation error in ToastItem by cloning message string
build-mips.yml #219
:
Commit
907ae66a7f
pushed by
admin
main
2026-02-11 17:15:24 +00:00
5m21s
View workflow file
fix: replace leptos-shadcn-toast with custom implementation to fix WASM panic
build-mips.yml #218
:
Commit
f35b119c0d
pushed by
admin
main
2026-02-11 17:04:27 +00:00
1m23s
View workflow file
chore: add gloo-console dependency for direct logging
build-mips.yml #217
:
Commit
920704ee72
pushed by
admin
main
2026-02-11 16:57:26 +00:00
5m30s
View workflow file
chore: add direct console logging to debug missing toasts
build-mips.yml #216
:
Commit
d8ad9e62d8
pushed by
admin
main
2026-02-11 16:47:30 +00:00
1m19s
View workflow file
fix: install tailwindcss-animate and add to config to enable toast animations
build-mips.yml #215
:
Commit
ea99ac62bc
pushed by
admin
main
2026-02-11 16:38:39 +00:00
5m17s
View workflow file
fix: resolve syntax error and duplicate code in main.rs router definition
build-mips.yml #214
:
Commit
af13b5af09
pushed by
admin
main
2026-02-11 16:19:38 +00:00
5m18s
View workflow file
revert: remove Toaster component and add test toast message
build-mips.yml #213
:
Commit
c8907e7999
pushed by
admin
main
2026-02-11 16:13:38 +00:00
4m35s
View workflow file
fix: add missing Toaster component to App to render notifications
build-mips.yml #212
:
Commit
714e2cb7d5
pushed by
admin
main
2026-02-11 16:06:39 +00:00
1m21s
View workflow file
chore: cleanup frontend unused imports and variables
build-mips.yml #211
:
Commit
f35b716f93
pushed by
admin
main
2026-02-11 16:05:17 +00:00
1m34s
View workflow file
chore: cleanup unused backend code after migration to server functions
build-mips.yml #210
:
Commit
47db9fa0c0
pushed by
admin
main
2026-02-11 16:03:42 +00:00
1m1s
View workflow file
fix: downgrade postcss-preset-env for Node 20.11.1 compatibility
build-mips.yml #209
:
Commit
47dc4da6d1
pushed by
admin
main
2026-02-11 16:01:05 +00:00
5m23s
View workflow file
fix: use input/output arguments for MsgPack encoding
build-mips.yml #208
:
Commit
c501ed9207
pushed by
admin
main
2026-02-11 15:55:42 +00:00
4m48s
View workflow file
fix: use MsgPack type for encoding (remove quotes)
build-mips.yml #207
:
Commit
4861faee18
pushed by
admin
main
2026-02-11 15:48:25 +00:00
1m12s
View workflow file
fix: re-add codec.rs for proper compilation
build-mips.yml #206
:
Commit
6a4943d692
pushed by
admin
main
2026-02-11 15:45:37 +00:00
1m13s
View workflow file
fix: restore codec.rs for module export
build-mips.yml #205
:
Commit
b27caa77f2
pushed by
admin
main
2026-02-11 15:44:24 +00:00
1m9s
View workflow file
fix: switch to built-in MsgPack codec and sync leptos versions
build-mips.yml #204
:
Commit
cba8c20d9b
pushed by
admin
main
2026-02-11 15:43:15 +00:00
19s
View workflow file
fix: resolve messagepack codec trait bounds and literals
build-mips.yml #203
:
Commit
0cdd92dc95
pushed by
admin
main
2026-02-11 15:33:58 +00:00
1m12s
View workflow file
fix: resolve messagepack codec compilation errors
build-mips.yml #202
:
Commit
b9798ce0e2
pushed by
admin
main
2026-02-11 15:22:54 +00:00
1m13s
View workflow file
First
Previous
...
4
5
6
7
8
...
Next
Last