Some checks failed
CI / Check / Test (push) Failing after 27m0s
- WatchMedium enum (cinema/streaming/tv/physical_media/download/media_server/other) - PATCH /api/v1/reviews/:id partial update (rating, comment, watched_at, watch_medium) - edit_review use case w/ ownership + remote review guard, best-effort AP Update broadcast - SPA: icon picker, edit sheet (long-press mobile / pencil desktop), watch medium badge - shared ReviewFormFields, EditableContextMenu, parse_watched_at/format_watched_at - deploy.sh parameterized (--features, --tag), CORS allows PATCH - CONTEXT.md glossary, ADR-0001 general review editing
14 lines
287 B
Rust
14 lines
287 B
Rust
pub mod commands;
|
|
pub mod delete_review;
|
|
pub mod deps;
|
|
pub mod edit_review;
|
|
pub mod export_diary;
|
|
pub mod get_activity_feed;
|
|
pub mod get_diary;
|
|
pub mod get_movie_social_page;
|
|
pub mod get_review_history;
|
|
pub mod log_review;
|
|
pub mod movie_resolver;
|
|
pub mod queries;
|
|
pub mod review_logger;
|