-
Notifications
You must be signed in to change notification settings - Fork 0
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
M1-TOP Page / UI #9
Conversation
@@ -0,0 +1 @@ | |||
20.8.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we need it so I added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, but different version ?
frontend/.github/workflows/lint.yml
Line 17 in 95cbd38
node-version: '18.16.0' |
I'd say both have to be same version.
Probably 20.8.0 would be better, due to Next.js version 14's node version prerequisites.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yo-mah-Ya
Thank you! I changed it
f7e13af
import { InputSearch } from '@/components/input' | ||
|
||
export const TripSearch = () => { | ||
return <InputSearch /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This component has meaning. I will add more to this component in next PR
app/page.tsx
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I did it on purpose! I thought it's better to make the width as 100% since the other components are width 100% and I wanted to arrange it in same line. I could do two columns for iPad instead but I just did one column as SP size. Maybe it's better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SachiGoto
I changed to two columns! M1-Top_ui
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
URL is http://localhost:3000/
Fixes # (issue)
Type of change
Screenshot
PC
Tablet
SP