Rework to use marbas and authentik instead of poketbase #1

Merged
Sirttas merged 18 commits from rework-acquisition into main 2024-05-17 23:00:52 +02:00
8 changed files with 8 additions and 8 deletions
Showing only changes of commit 37cf43075e - Show all commits

View File

@@ -85,4 +85,4 @@ watchEffect(async () => {
@apply rounded-t-md bg-slate-600;
}
}
</style>@/market/tracking
</style>

View File

@@ -122,4 +122,4 @@ const getLineColor = (result: Result) => {
div.end {
@apply justify-self-end ms-2;
}
</style>@/components/table
</style>

View File

@@ -66,4 +66,4 @@ defineExpose({ open });
</div>
</div>
</Modal>
</template>./acquisitions
</template>

View File

@@ -45,4 +45,4 @@ defineExpose({ open });
</div>
</div>
</Modal>
</template>./acquisitions
</template>

View File

@@ -153,4 +153,4 @@ const getLineColor = (result: Result) => {
div.end {
@apply justify-self-end ms-2;
}
</style>@/components/table
</style>

View File

@@ -40,4 +40,4 @@ watch(() => acquiredTypesStore.types, async itms => {
<SellModal ref="sellModal" />
</template>
</div>
</template>@/market/acquisition
</template>

View File

@@ -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>

View File

@@ -98,4 +98,4 @@ img.type-image {
width: 64px;
height: 64px;
}
</style>@/market/tracking
</style>