Skip to content

Commit

Permalink
Upodate icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Rappaport committed Jun 29, 2020
1 parent 909d153 commit 2da8291
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
</div>
<h2 style="margin-bottom:8px;">GoldenChaos-BTT 3.390</h2>
<h3 style="text-align:center;">
Stable Release &bull; Jun 28, 2020 &bull;
Stable Release &bull; Jun 29, 2020 &bull;
<a href="#" onClick="trigger_named_async_without_response('Show About GC-BTT')">
<span href="#" onClick="trigger_named_async_without_response('View Latest Release Notes')">
Release Notes <img src="https://raw.githubusercontent.com/GoldenChaos/GoldenChaos-BTT/master/external-link-blue.svg">
Expand Down
Binary file added app-icons/BusyCal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app-icons/Fantastical 2.png
Binary file not shown.
Binary file added app-icons/Fantastical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions gc-btt-settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,9 @@
border-bottom-right-radius: 4px;
}

.fantastical .fantastical,
.calendar .calendar,
.fantastical .fantastical,
.busycal .busycal,
.dynamic .dynamic,
.always .always,
.never .never,
Expand Down Expand Up @@ -816,7 +817,8 @@ <h3>Widgets</h3>
Open calendar items with...
<div class="segmented-control">
<button class="calendar" type="button" onClick="triggerNamedActionAndRefreshSettingsWindow('Use Apple Calendar')">Calendar</button>
<button class="fantastical" type="button" onClick="triggerNamedActionAndRefreshSettingsWindow('Use Fantastical')">Fantastical 3</button>
<button class="fantastical" type="button" onClick="triggerNamedActionAndRefreshSettingsWindow('Use Fantastical')">Fantastical</button>
<button class="busycal" type="button" onClick="triggerNamedActionAndRefreshSettingsWindow('Use BusyCal')">BusyCal</button>
</div>
</label>
</li>
Expand Down Expand Up @@ -1445,12 +1447,19 @@ <h3>Third-Party Apps</h3>
<section>
<ul>
<li class="form-switch">
<img src="https://raw.githubusercontent.com/GoldenChaos/GoldenChaos-BTT/master/app-icons/Fantastical 2.png">
<img src="https://raw.githubusercontent.com/GoldenChaos/GoldenChaos-BTT/master/app-icons/Fantastical.png">
<label id="showFantasticalBadge" onClick="toggleVariable(this.id, 'Refresh Fantastical Badge',event)">
Fantastical
<input type="checkbox"><i></i>
</label>
</li>
<li class="form-switch">
<img src="https://raw.githubusercontent.com/GoldenChaos/GoldenChaos-BTT/master/app-icons/BusyCal.png">
<label id="showBusyCalBadge" onClick="toggleVariable(this.id, 'Refresh BusyCal Badge',event)">
BusyCal
<input type="checkbox"><i></i>
</label>
</li>
<li class="form-switch">
<img src="https://raw.githubusercontent.com/GoldenChaos/GoldenChaos-BTT/master/app-icons/Carrot.png">
<label id="showCarrotBadge" onClick="toggleVariable(this.id, 'Refresh Carrot Badge',event)">
Expand Down

0 comments on commit 2da8291

Please sign in to comment.