Updated branding colors, fix popup border

This commit is contained in:
Cole Deck
2025-02-19 19:53:46 +00:00
parent d9454f44d8
commit f873950bc0
4 changed files with 50 additions and 30 deletions

View File

@@ -1,4 +1,6 @@
from peewee import *
import importlib
importlib.import_module('meilisearch')
from search import InventorySearch as ivs
from playhouse.shortcuts import ReconnectMixin