-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use download file name * delete unused files * rename media -> videos * basic image dashboard and start unification * update gh-pages build env for clipboard api * fix ClickToEdit * use generic dashboard * use media trait * remove unused files && cleanup * remove old TODO * impl http client for new media types * start api simplification * api -> collection manager * unify video and image api * go mod tidy * walk and watch dir * fix api bugs * client-side filtering in ui * ui and api with unified media * impl mock, fix search, improve css * reative media list without roundtrip * start adding upload form * add resumable uploads * support tusd upload with filename * use crates.io for tusd_web * update TODOs and use prod api containerfile
- Loading branch information
1 parent
a97c0ac
commit 221d631
Showing
37 changed files
with
920 additions
and
2,855 deletions.
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"rust-analyzer.rustfmt.overrideCommand": ["leptosfmt", "--stdin", "--rustfmt"], | ||
//"rust-analyzer.cargo.features": ["demo"], | ||
// "rust-analyzer.cargo.features": ["demo"], | ||
"rust-analyzer.server.extraEnv": {"RUSTFLAGS": "--cfg=web_sys_unstable_apis"} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright Ben Little | ||
Copyright Ben Little, [email protected] | ||
|
||
# Do No Harm License | ||
|
||
|
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.