Documentation

This commit is contained in:
Greg Burri 2025-04-01 18:14:35 +02:00
parent 63266dec56
commit bb9a6ba9ec
5 changed files with 47 additions and 18 deletions

View file

@ -3,7 +3,6 @@ use std::{cell::RefCell, rc::Rc};
use chrono::{Datelike, Days, Months, NaiveDate, Weekday, offset::Local};
use common::{ron_api, utils::substitute_with_names};
use gloo::{
console::log,
events::EventListener,
utils::{document, window},
};

View file

@ -1,7 +1,7 @@
use gloo::{timers::callback::Timeout, utils::document};
use web_sys::Element;
use crate::utils::{by_id, selector_and_clone, SelectorExt};
use crate::utils::{SelectorExt, by_id, selector_and_clone};
pub enum Level {
Success,