refactor: Remove series-related fields and components to streamline novel management
Build and Push Reader Image / docker (push) Successful in 41s
Build and Push Reader Image / docker (push) Successful in 41s
- Eliminated seriesId and related fields from various models and components to simplify the data structure. - Updated UI components to reflect the removal of series dependencies, enhancing clarity and maintainability. - Adjusted API calls and data handling to ensure compatibility with the new structure.
This commit is contained in:
@@ -11,11 +11,6 @@ export interface Novel {
|
||||
title: string
|
||||
slug: string
|
||||
authorName: string
|
||||
series?: {
|
||||
id: string
|
||||
name: string
|
||||
slug: string
|
||||
} | null
|
||||
coverColor: string
|
||||
description: string
|
||||
genres: string[]
|
||||
|
||||
Reference in New Issue
Block a user