8000 Domains section wip by Mi-Lan · Pull Request #2 · nimi-app/app · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Domains section wip #2

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

Merged
merged 11 commits into from
May 2, 2022
Merged

Domains section wip #2

merged 11 commits into from
May 2, 2022

Conversation

Mi-Lan
Copy link
Collaborator
@Mi-Lan Mi-Lan commented Apr 30, 2022

working on domains section and ensNameCard styles only
@adamazad dont look at this code yet I need to tidy it up

@adamazad
Copy link
Member

Do you want to change it to draft until it's ready?

@Mi-Lan
Copy link
Collaborator Author
Mi-Lan commented Apr 30, 2022

Do you want to change it to draft until it's ready?

I dont see that option actually
Screenshot 2022-05-01 at 00 03 18

@Mi-Lan
Copy link
Collaborator Author
Mi-Lan commented May 2, 2022

also included some fixes for landing page so it looks decent on mobile on last 2 commits

Copy link
Member
@adamazad adamazad left a comment

Choose a reason for hiding this comment

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

Nice work!

import { transparentize } from 'polished'
import styled from 'styled-components'
import { transparentize } from 'polished';
import styled from 'styled-components';

export const GovernanceText = styled.span`
Copy link
Member

Choose a reason for hiding this comment

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

Do we have a token already? 🤣

Comment on lines 5 to 16
const arrayOfEnsData = [
{
ensDomain: 'milanrasovic.eth',
imageUrl: 'https://pbs.twimg.com/profile_images/1511030457093271558/GBHgfEOS_400x400.jpg',
},
{
ensDomain: 'blue.eth',
imageUrl: 'https://pbs.twimg.com/profile_images/701077842197618688/6mRqLx_p_400x400.jpg',
},
{ ensDomain: 'green.eth', imageUrl: '' },
{ ensDomain: 'red.eth', imageUrl: '' },
];
Copy link
Member

Choose a reason for hiding this comment

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

These should be moved to mocks fixtures

<ButtonPrimary>
<CTAButtonWrapper>
<CTAButtonLogo />
<span>Go to Nimi</span>
Copy link
Member

Choose a reason for hiding this comment

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

Note for us: consider i18n

Mi-Lan and others added 3 commits May 3, 2022 00:14
@Mi-Lan Mi-Lan requested a review from adamazad May 2, 2022 22:23
imageUrl?: string;
}

export default function ENSNameCard({ ensDomain, imageUrl }: ENSCardProps) {
Copy link
Member

Choose a reason for hiding this comment

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

For sake of convention, let's avoid default exports in this project.

@@ -0,0 +1,12 @@
export const MockENSData = [
Copy link
Member

Choose a reason for hiding this comment

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

Nice! If you like, you can move these to the root of the project. It's still fine here.

@Mi-Lan Mi-Lan merged commit 2726054 into main May 2, 2022
@adamazad adamazad deleted the domains-section-wip branch May 18, 2022 20:41
@itmilos itmilos mentioned this pull request Sep 30, 2022
8 tasks
@ncerovac ncerovac mentioned this pull request Dec 5, 2022
12 tasks
Mi-Lan pushed a commit that referenced this pull request Dec 16, 2022
* Updated Nimi Card dependency.

* Removed HashRouter.

* Updated routing.

* Added redirection to home, removed unused route.

* Removed unused code.

* Updated providers.

* Created React Query provider.

* Created Redux provider.

* Created Wagmi provider.

* Updated index.ts.

* Updated providers.

* Updated Wagmi provider.

* Updated useRainbow hook.

* Updated useENSMetadata hook.

* Removed broken Fathom functionality.

* Created LoggedInWrapper.

* Updated App component.

* Updated naming.

* Added Wagmi dependency.

* Updated Wagmi imports as per documentation.

* Added missing TS ESlint parser dependency, removed some other deps.

* Removed unused dependencies.

* Removed unused dependencies.

* Removed unused dependencies.

* Removed unused dependencies.

* Removed unused dependencies.

* Added missing dependencies.

* Added missing dependency.

* Updated package.json.

* Updated dependencies.

* Added licence field.

* Updated useENSMetadata hook.

* Updated AppWrapper component.

* Updated App component.

* Updated pages.

* Updated WagmiProvider.

* Updated package-lock.json.

* Package.json updated.

* Updated dependencies.

* Added AppWrapper to CreateNimiContainer.

* Updated package-lock.json.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0