Skip to content

Commit

Permalink
step 1
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Oct 12, 2023
1 parent 1b34894 commit e4d8833
Show file tree
Hide file tree
Showing 199 changed files with 841 additions and 1,586 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ SPEC CHECKSUMS:
FBLazyVector: a8af91c2b5a0029d12ff6b32e428863d63c48991
FBReactNativeSpec: 1b2309b096448a1dc9d0c43999216f8fda809ae8
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 166d178815c300e8126de9a7900101814eb16253
glog: d93527a855523adb8c113837db4be68fb00e230d
HMSegmentedControl: 34c1f54d822d8308e7b24f5d901ec674dfa31352
Keycard: ac6df4d91525c3c82635ac24d4ddd9a80aca5fc8
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef
Expand Down
2 changes: 1 addition & 1 deletion src/quo/components/animated_header.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[quo.animated :as animated]
[quo.components.header :as header]
[quo.design-system.colors :as colors]
[quo.platform :as platform]
[react-native.platform :as platform]
[reagent.core :as reagent]
[react-native.safe-area :as safe-area]))

Expand Down
2 changes: 1 addition & 1 deletion src/quo/components/bottom_sheet/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[quo.components.bottom-sheet.style :as styles]
[quo.design-system.colors :as colors]
[quo.gesture-handler :as gesture-handler]
[quo.platform :as platform]
[react-native.platform :as platform]
[quo.react :as react]
[quo.react-native :as rn]
[reagent.core :as reagent]
Expand Down
2 changes: 1 addition & 1 deletion src/quo/components/button/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[quo.design-system.colors :as colors]
[quo.design-system.spacing :as spacing]
[quo.haptic :as haptic]
[quo.react-native :as rn]
[react-native.core :as rn]
[status-im.ui.components.icons.icons :as icons]))

(defn style-container
Expand Down
2 changes: 1 addition & 1 deletion src/quo/components/controls/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[quo.design-system.colors :as colors]
[quo.gesture-handler :as gh]
[quo.react :as react]
[quo.react-native :as rn]
[react-native.core :as rn]
[reagent.core :as reagent]
[status-im.ui.components.icons.icons :as icons]))

Expand Down
2 changes: 1 addition & 1 deletion src/quo/components/header.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[quo.components.text :as text]
[quo.design-system.colors :as colors]
[quo.design-system.spacing :as spacing]
[quo.react-native :as rn]
[react-native.core :as rn]
[reagent.core :as reagent]))

(def header-height 56)
Expand Down
2 changes: 1 addition & 1 deletion src/quo/components/list/footer.cljs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns quo.components.list.footer
(:require [quo.components.text :as text]
[quo.design-system.spacing :as spacing]
[quo.react-native :as rn]
[react-native.core :as rn]
[reagent.core :as reagent]))

(defn footer
Expand Down
2 changes: 1 addition & 1 deletion src/quo/components/list/header.cljs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns quo.components.list.header
(:require [quo.components.text :as text]
[quo.design-system.spacing :as spacing]
[quo.react-native :as rn]
[react-native.core :as rn]
[reagent.core :as reagent]))

(defn header
Expand Down
2 changes: 1 addition & 1 deletion src/quo/components/list/index.cljs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns quo.components.list.index
(:require [quo.components.text :as text]
[quo.design-system.colors :as colors]
[quo.react-native :as rn]))
[react-native.core :as rn]))

(defn index
[{:keys [title]}]
Expand Down
2 changes: 1 addition & 1 deletion src/quo/components/separator.cljs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns quo.components.separator
(:require [quo.design-system.colors :as colors]
[quo.react-native :as react]))
[react-native.core :as react]))

(defn separator
[{:keys [color style]}]
Expand Down
2 changes: 1 addition & 1 deletion src/quo/components/text.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:require [quo.animated :as animated]
[quo.design-system.colors :as colors]
[quo.design-system.typography :as typography]
[quo.react-native :as rn]
[react-native.core :as rn]
[reagent.core :as reagent]))

(defn text-style
Expand Down
4 changes: 2 additions & 2 deletions src/quo/components/text_input.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
[quo.design-system.colors :as colors]
[quo.design-system.spacing :as spacing]
[quo.design-system.typography :as typography]
[quo.platform :as platform]
[quo.react-native :as rn] ;; TODO(Ferossgp): Move icon component to lib
[react-native.platform :as platform]
[react-native.core :as rn] ;; TODO(Ferossgp): Move icon component to lib
[reagent.core :as reagent]
[status-im.ui.components.icons.icons :as icons]))

Expand Down
4 changes: 2 additions & 2 deletions src/quo/components/tooltip.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[quo.animated :as animated]
[quo.design-system.colors :as colors]
[quo.design-system.spacing :as spacing]
[quo.platform :as platform] ;; FIXME(Ferossgp): Dependecy on status
[quo.react-native :as rn]
[react-native.platform :as platform] ;; FIXME(Ferossgp): Dependecy on status
[react-native.core :as rn]
[reagent.core :as reagent]
[status-im.ui.components.icons.icons :as icons]))

Expand Down
5 changes: 0 additions & 5 deletions src/quo/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,21 @@
[quo.components.list.footer :as list-footer]
[quo.components.list.header :as list-header]
[quo.components.list.index :as list-index]
[quo.components.list.item :as list-item]
[quo.components.separator :as separator]
[quo.components.text :as text]
[quo.components.text-input :as text-input]
[quo.components.tooltip :as tooltip]
[quo.design-system.colors :as colors]))

(def text text/text)
(def header header/header)
(def animated-header animated-header/header)
(def text-input text-input/text-input)
(def tooltip tooltip/tooltip)
(def button button/button)
(def list-header list-header/header)
(def list-footer list-footer/footer)
(def list-item list-item/list-item)
(def list-index list-index/index)
(def bottom-sheet bottom-sheet/bottom-sheet)
(def switch controls/switch)
(def radio controls/radio)
(def checkbox controls/checkbox)
(def separator separator/separator)
(def get-color colors/get-color)
9 changes: 0 additions & 9 deletions src/quo/platform.cljs

This file was deleted.

77 changes: 0 additions & 77 deletions src/quo/previews/bottom_sheet.cljs

This file was deleted.

85 changes: 0 additions & 85 deletions src/quo/previews/button.cljs

This file was deleted.

55 changes: 0 additions & 55 deletions src/quo/previews/controls.cljs

This file was deleted.

Loading

0 comments on commit e4d8833

Please sign in to comment.