Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Change name Wallet -> UI #8164

Merged
merged 2 commits into from
Mar 23, 2018
Merged

Change name Wallet -> UI #8164

merged 2 commits into from
Mar 23, 2018

Conversation

amaury1093
Copy link
Contributor

After some discussing, Parity UI seemed to be the most popular name for standalone ui app (instead of Parity Wallet).

To be backported to 1.10

@amaury1093 amaury1093 added A0-pleasereview 🤓 Pull request needs code review. A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). B0-patch labels Mar 20, 2018
parity/run.rs Outdated
@@ -893,8 +893,8 @@ pub fn execute_impl(cmd: RunCmd, can_restart: bool, logger: Arc<RotatingLogger>)

pub fn execute(cmd: RunCmd, can_restart: bool, logger: Arc<RotatingLogger>) -> Result<(bool, Option<String>), String> {
if cmd.ui_conf.enabled {
warn!("Parity browser interface is deprecated. It's going to be removed in the next version, use standalone Parity Wallet instead.");
warn!("Standalone Parity Wallet: https://github.com/Parity-JS/shell/releases");
warn!("Parity browser interface is deprecated. It's going to be removed in the next version, use standalone Parity UI instead.");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but noticed that it's barely visible, so maybe we could make it bold?

@5chdn
Copy link
Contributor

5chdn commented Mar 20, 2018

I remember trying very hard last year to do exactly the opposite. UI was our internal reference for a product initially called "wallet".

I would advise against communicating "UI" externally unless you really insist on this terminology for the broader audience. Also, references would have to be updated everywhere in the documentation. https://wiki.parity.io/Parity-Wallet

@5chdn 5chdn added this to the 1.11 milestone Mar 20, 2018
@jacogr
Copy link
Contributor

jacogr commented Mar 21, 2018

The "Wallet" is now just a dapp. We don't have a "Wallet"-only anymore, we have a "dapp browser". (This all changed in 1.9)

@tomusdrw tomusdrw added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Mar 21, 2018
@tomusdrw tomusdrw merged commit eb18e7a into master Mar 23, 2018
@tomusdrw tomusdrw deleted the am-parity-ui branch March 23, 2018 13:33
amaury1093 added a commit that referenced this pull request Mar 23, 2018
* Change name Wallet -> UI

* Make warning bold
amaury1093 added a commit that referenced this pull request Apr 4, 2018
* Change name Wallet -> UI

* Make warning bold
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants