Conversation
b570938 to
6d6f2f9
Compare
6d6f2f9 to
91cecac
Compare
d468b29 to
db8d769
Compare
Owner
Author
|
This is very basic right now only a "successfully imported" page, plus a list, and upload form. Maybe the success page is completely useless and can be removed. Right now nothing is done with the magnets we're just storing them in the DB. Feedback welcome @Gabatxo1312 |
Gabatxo1312
requested changes
Jan 25, 2026
src/database/magnet.rs
Outdated
Comment on lines
30
to
31
| #[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)] | ||
| pub enum Relation {} |
Collaborator
There was a problem hiding this comment.
This is no longer needed with SeaORM v2.
Owner
Author
There was a problem hiding this comment.
Requires #[sea_orm::model] above derive macros.
angrynode
commented
Jan 25, 2026
| {% extends "base.html" %} | ||
|
|
||
| {% block main %} | ||
| You successfully uploaded magnet {{ magnet.name }} |
Owner
Author
There was a problem hiding this comment.
This should be a proper page.
db8d769 to
8aedba2
Compare
8aedba2 to
9db740e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Only parsing of the magnet upload is supported yet.
TODO:
In a future PR: