Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all old quo requires within status-im2 namespaces #17273

Closed
flexsurfer opened this issue Sep 13, 2023 · 0 comments · Fixed by #17404
Closed

Remove all old quo requires within status-im2 namespaces #17273

flexsurfer opened this issue Sep 13, 2023 · 0 comments · Fixed by #17404
Assignees
Labels
migrate-old-ui-code deleting all pieces of the old ui and moving relevant parts to status-im2 namespaces tech-debt

Comments

@flexsurfer
Copy link
Member

flexsurfer commented Sep 13, 2023

find all usages of [quo. in status-im2 namespace, and replace them by quo2 or other namespaces, also lint should fail (not just warning) for [quo. usage in status-im2

status_im2.common.qr_code_viewer
style.cljs
(:require [quo.design-system.colors :as colors]))
replace by quo2 colors

status_im2.common.theme
core.cljs
(:require [quo.theme :as quo]

status_im2.contexts.chat.messages.content
legacy_view.cljs
[quo.design-system.colors :as quo.colors]
[quo.react-native :as rn]
replace by quo2 colors and react-native

status_im2.contexts.chat.messages.content.text
style.cljs
[quo.platform :as platform]))
replace by react-native.platform

status_im2.contexts.quo_preview.community
community_card_view.cljs
(:require [quo.design-system.colors :as quo.colors]
data.cljs
(:require [quo.design-system.colors :as quo.colors]
replace by quo2 colors

status_im2.contexts.quo_preview.inputs
profile_input.cljs
[quo.react-native :as rn]))
replace by react-native

status_im2.contexts.quo_preview.notifications
activity_logs.cljs
[quo.theme/provider {:theme :dark}

status_im2.contexts.quo_preview.onboarding
small_option_card.cljs
[quo.react-native :as rn]
replace by react-native

status_im2.contexts.quo_preview.tags
tag.cljs
(:require [quo.react-native :as rn]
replace by react-native

status_im2.contexts.syncing.sheets.enter_password
view.cljs
[quo.core :as quo-old]

@flexsurfer flexsurfer added tech-debt migrate-old-ui-code deleting all pieces of the old ui and moving relevant parts to status-im2 namespaces labels Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migrate-old-ui-code deleting all pieces of the old ui and moving relevant parts to status-im2 namespaces tech-debt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants