Rework to use marbas and authentik instead of poketbase #1
@@ -85,4 +85,4 @@ watchEffect(async () => {
|
||||
@apply rounded-t-md bg-slate-600;
|
||||
}
|
||||
}
|
||||
</style>@/market/tracking
|
||||
</style>
|
||||
@@ -122,4 +122,4 @@ const getLineColor = (result: Result) => {
|
||||
div.end {
|
||||
@apply justify-self-end ms-2;
|
||||
}
|
||||
</style>@/components/table
|
||||
</style>
|
||||
@@ -66,4 +66,4 @@ defineExpose({ open });
|
||||
</div>
|
||||
</div>
|
||||
</Modal>
|
||||
</template>./acquisitions
|
||||
</template>
|
||||
@@ -45,4 +45,4 @@ defineExpose({ open });
|
||||
</div>
|
||||
</div>
|
||||
</Modal>
|
||||
</template>./acquisitions
|
||||
</template>
|
||||
@@ -153,4 +153,4 @@ const getLineColor = (result: Result) => {
|
||||
div.end {
|
||||
@apply justify-self-end ms-2;
|
||||
}
|
||||
</style>@/components/table
|
||||
</style>
|
||||
@@ -40,4 +40,4 @@ watch(() => acquiredTypesStore.types, async itms => {
|
||||
<SellModal ref="sellModal" />
|
||||
</template>
|
||||
</div>
|
||||
</template>@/market/acquisition
|
||||
</template>
|
||||
@@ -76,4 +76,4 @@ watch(() => marketTrackingStore.types, async t => {
|
||||
<TrackingResultTable :items="items" @buy="(type, buy, sell) => buyModal?.open(type, { 'Buy': buy, 'Sell': sell })" @remove="removeItem" />
|
||||
<BuyModal ref="buyModal" />
|
||||
</template>
|
||||
</template>@/market/tracking
|
||||
</template>
|
||||
@@ -98,4 +98,4 @@ img.type-image {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
</style>@/market/tracking
|
||||
</style>
|
||||
Reference in New Issue
Block a user