Merge branch 'master' into feat/db

This commit is contained in:
Tienson Qin
2024-01-22 12:08:37 +08:00
186 changed files with 24159 additions and 1746 deletions

View File

@@ -11,7 +11,6 @@
[frontend.components.whiteboard :as whiteboard]
[frontend.config :as config]
[frontend.context.i18n :as i18n]
[frontend.colors :as colors]
[frontend.db :as db]
[frontend.db.restore :as db-restore]
[frontend.db.conn :as conn]
@@ -185,8 +184,6 @@
(instrument/init)
(state/set-online! js/navigator.onLine)
(set-network-watcher!)
(when-let [radix-color (state/get-color-accent)]
(colors/set-radix radix-color))
(-> (util/indexeddb-check?)
(p/catch (fn [_e]