New gallery creation/editing/deleting UI (#826)

* New gallery creation/editing/deleting UI

* Finish new gallery UI

* port dp changes here

* Add ordering fix optional fields

* Fix dropping

* Fix fmt

* Fix version creation broken, edit issues, project type setting

* Update gallery in search
This commit is contained in:
Geometrically
2022-12-31 23:47:47 -07:00
committed by GitHub
parent f11aab6c19
commit d2b1404907
18 changed files with 488 additions and 321 deletions

View File

@@ -213,7 +213,7 @@
project.gallery
.slice()
.sort((a, b) => b.featured - a.featured)
.map((x) => x.url)
.map((x) => x.url)[0]
"
:description="project.description"
:created-at="project.published"
@@ -234,6 +234,7 @@
"
:has-mod-message="project.moderator_message"
:type="project.project_type"
:color="project.color"
/>
</div>
<div v-else class="error">