echidna/src/components
Nefo Fortressia 8e31be7e47
refactor: don't unwrap tab label' childs and use match when prepending it
If statements are for booleans, matches are intended for Options like these.

See: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap
2021-12-18 17:21:50 +07:00
..
app style: separate @extends and @implements into separate lines 2021-10-30 04:45:09 +00:00
editor refactor: migrate panic!() usage to Rust 2021 2021-12-13 11:25:10 +07:00
sidebar feat: implement Default for EchidnaSidebar 2021-12-18 17:17:15 +07:00
tab_label refactor: don't unwrap tab label' childs and use match when prepending it 2021-12-18 17:21:50 +07:00
window refactor: use gtk::show_uri() instead of webbrowser crate 2021-12-17 02:32:51 +00:00
mod.rs refactor: make tab label their own widget 2021-11-15 07:14:59 +07:00