feat: add status field to themes collection and update migration scripts
- Added a new "status" field to the themes collection with options: draft, published, and rejected. - Updated the migration script to include the new field and its options. - Created a new ingestion migration script to ensure the "status" field includes "rejected" as an option if not already present. - Added multiple hot-update files for webpack to support the new changes in the frontend.
This commit is contained in:
4
app/frontend/public/favicon.svg
Normal file
4
app/frontend/public/favicon.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<rect width="32" height="32" rx="8" fill="#1F5560"/>
|
||||
<text x="16" y="22" font-family="sans-serif" font-size="18" font-weight="700" fill="#ffffff" text-anchor="middle">L</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 248 B |
BIN
app/frontend/public/icons/192.png
Normal file
BIN
app/frontend/public/icons/192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 547 B |
BIN
app/frontend/public/icons/512.png
Normal file
BIN
app/frontend/public/icons/512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user