feat: add new page and migration scripts for access rules and collections
- Introduced new page component for library topics with type checks. - Added migration scripts to update access rules for various collections including badges, curriculum versions, and themes. - Implemented PocketBase integration for managing collection access rules dynamically. - Ensured proper type validation for page props and metadata generation functions.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
"/_not-found/page": "app/_not-found/page.js",
|
||||
"/auth/page": "app/auth/page.js",
|
||||
"/page": "app/page.js",
|
||||
"/app/session/page": "app/app/session/page.js",
|
||||
"/admin/page": "app/admin/page.js",
|
||||
"/app/profile/page": "app/app/profile/page.js",
|
||||
"/app/library/page": "app/app/library/page.js",
|
||||
"/admin/documents/page": "app/admin/documents/page.js"
|
||||
"/admin/documents/page": "app/admin/documents/page.js",
|
||||
"/app/session/page": "app/app/session/page.js",
|
||||
"/app/library/[topicId]/page": "app/app/library/[topicId]/page.js",
|
||||
"/app/page": "app/app/page.js"
|
||||
}
|
||||
Reference in New Issue
Block a user