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

feat: temporary UI #21

Merged
merged 3 commits into from
Jul 6, 2021
Merged

feat: temporary UI #21

merged 3 commits into from
Jul 6, 2021

Conversation

alanshaw
Copy link
Member

@alanshaw alanshaw commented Jul 5, 2021

Mostly copied from the nft.storage website and bits trimmed out.

This is COMPLETELY disposable and only exists temporarily to try things out.

Screenshot 2021-07-03 at 11 37 43

@alanshaw alanshaw mentioned this pull request Jul 5, 2021
@olizilla
Copy link
Contributor

olizilla commented Jul 6, 2021

pls to resolve conflicts @alanshaw

@@ -0,0 +1,3 @@
/// <reference types="next" />
Copy link
Contributor

Choose a reason for hiding this comment

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

what is?

Copy link
Member Author

Choose a reason for hiding this comment

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

IDK next.js make it

Comment on lines +36 to +75
"eslintConfig": {
"extends": [
"standard",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"prettier"
],
"env": {
"es2020": true,
"browser": true,
"node": true
},
"rules": {
"react/prop-types": "off",
"no-unused-vars": [
"error",
{
"args": "all",
"argsIgnorePattern": "_",
"varsIgnorePattern": "_"
}
],
"react/react-in-jsx-scope": "off",
"react/jsx-filename-extension": [
1,
{
"extensions": [
".js",
".jsx"
]
}
],
"react/display-name": 1
},
"settings": {
"react": {
"version": "detect"
}
}
},
Copy link
Contributor

Choose a reason for hiding this comment

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

note to self: we should unify this with the prettier config at the root of the project

Comment on lines +7 to +11
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

it's the smell

Copy link
Member Author

Choose a reason for hiding this comment

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

@olizilla olizilla merged commit eefc16f into main Jul 6, 2021
@olizilla olizilla deleted the feat/ui2 branch July 6, 2021 15:27
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