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

ui: remove Browse Domains page #627

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions app/components/Sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ class Sidebar extends Component {
</div>
<div className="sidebar__section">{t('topLevelDomains')}</div>
<div className="sidebar__actions">
<NavLink
to="/domains"
className={isActive => `sidebar__action ${isActive ? "sidebar__action--selected" : ''}`}
>
{t('headingBrowseDomains')}
</NavLink>
<NavLink
to="/bids"
className={isActive => `sidebar__action ${isActive ? "sidebar__action--selected" : ''}`}
Expand Down
2 changes: 1 addition & 1 deletion app/components/Topbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Topbar extends Component {
return (
<React.Fragment>
{showLogo ? this.renderLogo() : this.renderTitle(title)}
{walletInitialized && !/domains$/.test(pathname) &&
{walletInitialized &&
<TLDInput minimalErrorDisplay />
}
<SyncStatus />
Expand Down
7 changes: 0 additions & 7 deletions app/pages/App/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import DomainManager from '../DomainManager';
import MyDomain from '../MyDomain';
import YourBids from '../YourBids';
import Watching from '../Watching';
import SearchTLD from '../SearchTLD';
import * as nodeActions from "../../ducks/node";
import * as walletActions from '../../ducks/walletActions';
import './app.scss';
Expand Down Expand Up @@ -219,12 +218,6 @@ class App extends Component {
path="/bids/:filterType?"
render={this.routeRenderer(t('headingYourBids'), YourBids)}
/>
<ProtectedRoute
isLocked={isLocked}
wallets={wallets}
path="/domains"
render={this.routeRenderer('', SearchTLD, false)}
/>
<ProtectedRoute
isLocked={isLocked}
wallets={wallets}
Expand Down
30 changes: 0 additions & 30 deletions app/pages/SearchTLD/index.js

This file was deleted.

19 changes: 0 additions & 19 deletions app/pages/SearchTLD/searchTLD.scss

This file was deleted.

1 change: 0 additions & 1 deletion locales/XXXXX.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
"getCoinWoT": "XXXXX",
"getCoinWoTReq1": "XXXXX",
"getCoinWoTReq2": "XXXXX",
"headingBrowseDomains": "XXXXX",
"headingClaimAirdropName": "XXXXX",
"headingDomainManager": "XXXXX",
"headingExchange": "XXXXX",
Expand Down
1 change: 0 additions & 1 deletion locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
"getCoinWoT": "PGP Web of Trust",
"getCoinWoTReq1": "Strong set email",
"getCoinWoTReq2": "Claus PGP",
"headingBrowseDomains": "Navega pels dominis",
"headingClaimAirdropName": "Reclama l'Airdrop o el nom",
"headingDomainManager": "Gestor de dominis",
"headingExchange": "Exchange",
Expand Down
1 change: 0 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
"getCoinWoT": "PGP Web of Trust",
"getCoinWoTReq1": "Strong set email",
"getCoinWoTReq2": "PGP keys",
"headingBrowseDomains": "Browse Domains",
"headingClaimAirdropName": "Claim Airdrop or Name",
"headingDomainManager": "Domain Manager",
"headingExchange": "Exchange",
Expand Down
1 change: 0 additions & 1 deletion locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
"getCoinWoT": "PGP Web of Trust",
"getCoinWoTReq1": "Strong set email",
"getCoinWoTReq2": "Claves PGP",
"headingBrowseDomains": "Explorar dominios",
"headingClaimAirdropName": "Reclama el Airdrop o el nombre",
"headingDomainManager": "Administrador de dominio",
"headingExchange": "Exchange",
Expand Down
1 change: 0 additions & 1 deletion locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
"getCoinWoT": "Web of Trust PGP",
"getCoinWoTReq1": "Email fort",
"getCoinWoTReq2": "Clés PGP",
"headingBrowseDomains": "Parcourir les domaines",
"headingClaimAirdropName": "Récupérer l'airdrop ou le nom",
"headingDomainManager": "Gestionnaire de domaine",
"headingExchange": "Échange",
Expand Down