diff --git a/src/App.svelte b/src/App.svelte
index 40db987..47e31d8 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -12,6 +12,7 @@
import FilterBar from './FilterBar.svelte';
import { mkSource, calendarTree } from './calendar';
import { debounce } from 'lodash';
+ import Help from './Help.svelte';
import 'bootstrap/dist/css/bootstrap.css';
import 'bootstrap-icons/font/bootstrap-icons.css';
@@ -85,6 +86,8 @@
Calendrier de la vie étudiante à l'ENS
+
+
@@ -93,6 +96,10 @@
diff --git a/src/TriStateCheckbox.svelte b/src/TriStateCheckbox.svelte
index 90ea55b..9f981ab 100644
--- a/src/TriStateCheckbox.svelte
+++ b/src/TriStateCheckbox.svelte
@@ -26,9 +26,7 @@
-
-
-
+
{value}
{#if collapsed !== undefined}
(collapsed = !collapsed)}>
@@ -45,7 +43,6 @@
}
.cal:hover {
- /* background-color: #62a1fe; */
background-color: #6c757d;
color: #fff;
}