mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 07:15:58 +00:00
highlight promo
This commit is contained in:
@@ -183,6 +183,7 @@ export const focusedConnectionOrDatabase = writable<{ conid: string; database?:
|
||||
export const focusedTreeDbKey = writable<{ key: string; root: string; type: string; text: string }>(null);
|
||||
|
||||
export const cloudSigninTokenHolder = writableSettingsValue(null, 'cloudSigninTokenHolder');
|
||||
export const seenPremiumPromoWidget = writableWithStorage(null, 'seenPremiumPromoWidget');
|
||||
|
||||
export const cloudConnectionsStore = writable({});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user