choppaluv / HighTravel

0 stars 0 forks source link

react-antd applied with component hierarchy changes #22

Closed ghost closed 6 years ago

ghost commented 6 years ago

ANTD applied to already existing homepage components

2018-05-19 2 41 39

ghost commented 6 years ago

settings page

2018-05-17 1 35 53

ghost commented 6 years ago

Changed routing urls

현재 남은 페이지는 (routing) 다음과 같습니다.

ghost commented 6 years ago

New component hierarchy

page organism molecule atom
Home Antd, Diary, HomePage, Photo, Money, Rules AddUser, AddRule, AddSchedule, AddTodo, AddDiary, AddPhoto, Budget, Expense, Diaries, Photos, Calendar, RuleList, ScheduleList, Logout, TodoList Rule, Todo
User AddTrip, User TripTitle
Intro Intro
Signup SignUp
ghost commented 6 years ago

Link to user page button added

2018-05-17 2 36 29

ghost commented 6 years ago

Intro page design

import img from './../../image.jpg';
const Wrapper = styled.div`
  font-family: ${font('primary')};
  text-align: center;
  margin: auto;
  border: 1px solid #000;
  background-image: url(${img});
  background-size: cover;
  width: 100vw;
  height: 100vh;
`;

2018-05-18 1 59 43

ghost commented 6 years ago

AddTrip component updated

2018-05-18 3 20 58

ghost commented 6 years ago

User page, sider, header updated

2018-05-26 1 46 49

2018-05-26 1 46 43

ghost commented 6 years ago

Change in rules menu - new todo tab

2018-05-26 1 58 56