|
@@ -200,15 +200,6 @@
|
|
|
(file-sync/pick-page-histories-panel graph-uuid page-name)
|
|
|
{:id :page-histories :label "modal-page-histories"}))
|
|
|
|
|
|
-(defmethod events/handle :file-sync/onboarding-tip [[_ type opts]]
|
|
|
- (let [type (keyword type)]
|
|
|
- (when-not (config/db-based-graph? (state/get-current-repo))
|
|
|
- (shui/dialog-open!
|
|
|
- (file-sync/make-onboarding-panel type)
|
|
|
- (merge {:close-btn? false
|
|
|
- :center? true
|
|
|
- :close-backdrop? (not= type :welcome)} opts)))))
|
|
|
-
|
|
|
(defmethod events/handle :file-sync/maybe-onboarding-show [[_ type]]
|
|
|
(file-sync/maybe-onboarding-show type))
|
|
|
|