echidna/src/components
Nefo Fortressia e077e690f2
fix: panic! expecting &str in editor/mod.rs
In Rust 2021, panic! automatically formats the message.
Because of this, the panic! macro complained about the argument not being &str
as format! returns a String instead.
2021-12-28 08:37:09 +07:00
..
app style: separate @extends and @implements into separate lines 2021-10-30 04:45:09 +00:00
editor fix: panic! expecting &str in editor/mod.rs 2021-12-28 08:37:09 +07:00
sidebar feat: implement Default for EchidnaSidebar 2021-12-18 17:17:15 +07:00
tab_label refactor: set unused parameters in TabLabel as unused 2021-12-18 17:30:28 +07:00
window feat: implement saving file normally 2021-12-27 21:03:08 +07:00
mod.rs refactor: make tab label their own widget 2021-11-15 07:14:59 +07:00