Skip to content

Commit

Permalink
link to new datafruits scheduler on /schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfiredrill committed Sep 30, 2023
1 parent 6d8db68 commit e5891ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/components/timetable-calendar.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<ShrimpCalendar
@onDayclick={{this.newShow}}
@events={{@shows}}
@onCalendarNavigate={{this.calendarNavigate}}
@startDate={{@startDate}}
as |model|>
{{!-- template-lint-disable no-inline-styles --}}
<ScheduledShow::Card @show={{model}} />
</ShrimpCalendar>
</ShrimpCalendar>
13 changes: 12 additions & 1 deletion app/templates/authenticated/schedule.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
<div class="w-full">
<h1 class="text-2xl text-white bg-red-400">
HEY WAIT STOP
</h1>
<section>
<p>
This scheduler is <blink>deprecated</blink>, and will stop working soon. Why don't you try the new shows manager on <a href="https://datafruits.fm/user/my-shows" target="_blank" rel="noopener nofollower">datafruits</a> instead?!
</p>
<p>
If you are making a brand NEW show, please make it on <a href="https://datafruits.fm/user/my-shows/new" target="_blank" rel="noopener nofollower">datafruits</a>.
</p>
</section>
<TimetableCalendar
@onTypeChange={{this.calendarTypeChange}}
@reloadCalendar={{this.reloadCalendar}}
Expand All @@ -8,4 +19,4 @@
@shows={{this.model}}
/>
</div>
{{outlet}}
{{outlet}}

0 comments on commit e5891ab

Please sign in to comment.