Skip to content

Commit

Permalink
Merge pull request #293 from ASAP-as-soon-as-possible/develop
Browse files Browse the repository at this point in the history
develop to main
  • Loading branch information
simeunseo authored Jul 29, 2024
2 parents ead5737 + 809d310 commit 41fb413
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 1,803 deletions.
14 changes: 1 addition & 13 deletions src/atoms/atom.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
import { DateStates, ScheduleStates, TimeStates } from 'pages/legacy/selectSchedule/types/Schedule';

import { PreferTime } from 'components/legacy/scheduleComponents/types/AvailableScheduleType';
import { ScheduleStates } from 'pages/legacy/selectSchedule/types/Schedule';
import { atom } from 'recoil';

export const methodStateAtom = atom<boolean>({
key: 'methodStateAtom',
default: false,
});

export const availableDatesAtom = atom<DateStates[]>({
key: 'availableDatesAtom',
default: [],
});

export const preferTimesAtom = atom<PreferTime[]>({
key: 'preferTimesAtom',
default: [],
});

export const scheduleAtom = atom<ScheduleStates[]>({
key: 'scheduleAtom',
default: [
Expand Down
1 change: 0 additions & 1 deletion src/pages/createMeeting/CreateMeeting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { MeetingInfo } from './types/useFunnelInterface';
const initialMeetingInfo: MeetingInfo = {
title: '',
availableDates: [''],
preferTimes: [{ startTime: '06:00', endTime: '24:00' }],
place: '',
placeDetail: '',
duration: '',
Expand Down
54 changes: 0 additions & 54 deletions src/pages/createMeeting/components/StartDropDown.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/pages/createMeeting/types/useFunnelInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import { Dispatch, SetStateAction } from 'react';
export interface MeetingInfo {
title: string;
availableDates: string[];
preferTimes: {
startTime: string;
endTime: string;
}[];
place: string;
placeDetail: string;
duration: string;
Expand Down
167 changes: 0 additions & 167 deletions src/pages/legacy/overallSchedule/OverallSchedule.tsx

This file was deleted.

129 changes: 0 additions & 129 deletions src/pages/legacy/overallSchedule/components/Column.tsx

This file was deleted.

Loading

0 comments on commit 41fb413

Please sign in to comment.