Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Mar 29, 2023
1 parent fa2ea53 commit 1a587b1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/components/bookmarks/ScheduleBookmarksList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { motion } from 'framer-motion';
import { useState } from 'react';
import ScheduleManager from '../../ScheduleManager';
import { Alert } from '../../types/AlertTypes';
import { UserOptions } from '../../types/BaseTypes';
import {
ScheduleData,
ScheduleInteractions,
Expand Down
3 changes: 0 additions & 3 deletions src/components/search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import {
} from '../../utility/Forms';
import Utility from '../../utility/Utility';
import CampusMinimap from '../map/CampusMinimap';
import AddButtons from './AddButtons';
import MiniContentBlock from './MiniContentBlock';
import SearchBrowse from './SearchBrowse';
import SearchButton from './SearchButton';
Expand Down Expand Up @@ -365,8 +364,6 @@ class Search extends React.Component<SearchProps, SearchState> {
searchMode
);

let bookmarks = this.props.data.bookmarks;

const queryEmpty = search.length === 0;

const loading = this.props.loading || !this.props.term;
Expand Down
2 changes: 1 addition & 1 deletion src/components/search/SearchScheduleClass.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BookmarkIcon as BookmarkIconSolid } from '@heroicons/react/24/solid';
import { motion } from 'framer-motion';
import { useDrag } from 'react-dnd';
import { Alert } from '../../types/AlertTypes';
import { Color, UserOptions } from '../../types/BaseTypes';
import { Color } from '../../types/BaseTypes';
import {
ScheduleCourse,
ScheduleData,
Expand Down
2 changes: 1 addition & 1 deletion src/components/search/SearchScheduleSection.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { InformationCircleIcon } from '@heroicons/react/24/outline';
import { motion } from 'framer-motion';
import { Alert } from '../../types/AlertTypes';
import { Color, UserOptions } from '../../types/BaseTypes';
import { Color } from '../../types/BaseTypes';
import {
ScheduleInteractions,
ScheduleModificationFunctions,
Expand Down
2 changes: 1 addition & 1 deletion src/utility/ScheduleSectionInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { ReactNode } from 'react';
import PlanManager from '../PlanManager';
import ScheduleManager from '../ScheduleManager';
import { Alert } from '../types/AlertTypes';
import { IconElement, UserOptions } from '../types/BaseTypes';
import { IconElement } from '../types/BaseTypes';
import { Course } from '../types/PlanTypes';
import {
ScheduleBookmarks,
Expand Down

0 comments on commit 1a587b1

Please sign in to comment.