bunch of misc changes
This commit is contained in:
@@ -24,4 +24,10 @@ export const DevStore = createLocalStore<IDevStore>({
|
||||
reloadTabId: undefined,
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
debugStore({ devStore: DevStore });
|
||||
|
||||
@@ -15,4 +15,6 @@ export const ExtensionStore = createLocalStore<IExtensionStore>({
|
||||
lastUpdate: Date.now(),
|
||||
});
|
||||
|
||||
|
||||
|
||||
debugStore({ ExtensionStore });
|
||||
|
||||
@@ -8,6 +8,8 @@ interface IOptionsStore {
|
||||
shouldHighlightConflicts: boolean;
|
||||
/** whether we should automatically scroll to load more courses on the course schedule page (without having to click next) */
|
||||
shouldScrollToLoad: boolean;
|
||||
|
||||
url: URL;
|
||||
}
|
||||
|
||||
export const OptionsStore = createSyncStore<IOptionsStore>({
|
||||
@@ -15,4 +17,6 @@ export const OptionsStore = createSyncStore<IOptionsStore>({
|
||||
shouldScrollToLoad: true,
|
||||
});
|
||||
|
||||
// Clothing retailer right
|
||||
|
||||
debugStore({ OptionsStore });
|
||||
|
||||
Reference in New Issue
Block a user