1
0

Profile Options (#120)

* init profile settings

* more work

* finish everything

* Switch to index approach

* Fix settings str split

* Run lint
This commit is contained in:
Geometrically
2023-05-19 18:59:32 -07:00
committed by GitHub
parent 4df7605b8d
commit 6014172046
43 changed files with 1108 additions and 709 deletions
+6 -1
View File
@@ -15,6 +15,7 @@ import {
NavRow,
formatCategoryHeader,
formatCategory,
Promotion,
} from 'omorphia'
import Multiselect from 'vue-multiselect'
import { useSearch } from '@/store/state'
@@ -271,6 +272,7 @@ const handleInstanceSwitch = async (value) => {
</Card>
</aside>
<div class="search">
<Promotion class="promotion" />
<Card class="project-type-container">
<NavRow
:links="
@@ -393,11 +395,14 @@ const handleInstanceSwitch = async (value) => {
width: 100% !important;
}
.promotion {
margin-top: 1rem;
}
.project-type-container {
display: flex;
flex-direction: column;
width: 100%;
margin-top: 1rem;
}
.search-panel-card {