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

@@ -508,9 +508,9 @@ export default {
}
},
},
beforeCreate() {
async beforeCreate() {
if (this.$route.query.code) {
this.$router.push(this.$route.path)
await this.$router.push(this.$route.path)
}
},
created() {
@@ -619,10 +619,6 @@ export default {
margin-left: auto;
margin-right: auto;
@media screen and (max-width: 750px) {
justify-content: center;
}
section.logo {
display: flex;
justify-content: space-between;
@@ -1082,7 +1078,7 @@ export default {
&.active {
display: flex;
@media screen and (min-width: 750px) {
@media screen and (min-width: 1024px) {
display: none;
}
}