1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 17:50:09 +02:00

Merge branch 'master' into assets

This commit is contained in:
Kushagra Gour
2024-02-09 14:28:10 +05:30
20 changed files with 620 additions and 94 deletions

View File

@@ -69,17 +69,14 @@ import { commandPaletteService } from '../commandPaletteService';
import { I18nProvider } from '@lingui/react';
import { Assets } from './Assets.jsx';
import { LocalStorageKeys } from '../constants.js';
if (module.hot) {
require('preact/debug');
}
const LocalStorageKeys = {
LOGIN_AND_SAVE_MESSAGE_SEEN: 'loginAndsaveMessageSeen',
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
};
const UNSAVED_WARNING_COUNT = 15;
const version = '5.0.3';
const version = '5.2.0';
// Read forced settings as query parameters
window.forcedSettings = {};