enhance(clock): support recording in repeated block // cleanup unused namespaces (#2777)

* enhance(clock): support recording in repeated block

* cleanup: unused namespaces

* cleanup: missing-else-branch if --> when

* enhance: wider search results window for mobile browser

* fix: namespace requirement
This commit is contained in:
llcc
2021-09-08 11:23:16 +09:00
committed by GitHub
parent 54700b3707
commit fef5bbf068
110 changed files with 789 additions and 1022 deletions

View File

@@ -1,15 +1,13 @@
(ns frontend.handler.user
(:require [frontend.util :as util :refer [profile]]
[frontend.state :as state]
(:require [frontend.config :as config]
[frontend.db :as db]
[frontend.idb :as idb]
[frontend.config :as config]
[frontend.storage :as storage]
[promesa.core :as p]
[goog.object :as gobj]
[frontend.handler.notification :as notification]
[frontend.handler.config :as config-handler]
[lambdaisland.glogi :as log])
[frontend.handler.notification :as notification]
[frontend.idb :as idb]
[frontend.state :as state]
[frontend.util :as util]
[lambdaisland.glogi :as log]
[promesa.core :as p])
(:import [goog.format EmailAddress]))
(defn email? [v]