Skip to content

Commit

Permalink
refactor(mobility): remove mobility page and card
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert27 committed Nov 19, 2024
1 parent 7baf4de commit d76ffa3
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 890 deletions.
13 changes: 0 additions & 13 deletions rogue-thi-app/components/allCards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import EventsCard from './cards/EventsCard'
import ExamsCard from './cards/ExamsCard'
import FoodCard from './cards/FoodCard'
import InstallPrompt from './cards/InstallPrompt'
import MobilityCard from './cards/MobilityCard'
import RoomCard from './cards/RoomCard'
import TimetableCard from './cards/TimetableCard'

Expand Down Expand Up @@ -54,18 +53,6 @@ export const ALL_DASHBOARD_CARDS = [
default: [PLATFORM_DESKTOP, USER_STUDENT, USER_EMPLOYEE, USER_GUEST],
card: () => <FoodCard key="mensa" />,
},
{
key: 'mobility',
removable: true,
default: [
PLATFORM_DESKTOP,
PLATFORM_MOBILE,
USER_STUDENT,
USER_EMPLOYEE,
USER_GUEST,
],
card: () => <MobilityCard key="mobility" />,
},
{
key: 'calendar',
removable: true,
Expand Down
123 changes: 0 additions & 123 deletions rogue-thi-app/components/cards/MobilityCard.jsx

This file was deleted.

78 changes: 0 additions & 78 deletions rogue-thi-app/data/mobility.json

This file was deleted.

Loading

0 comments on commit d76ffa3

Please sign in to comment.