AIT/src/view
doryan c9dbe4ba6e refactor: remove cell::RefCell, rename TIMERS_QUEUE variable, and etc. (check desc)
Removed unused import, renamed static variable (TIMERS_QUEUE ->
TASKS_QUEUE) and refactored get_instance() and show_infobar() methods.
Return value has been changed (Self -> &'static Self) in get_instance()
method.
A check for opening an infobar has been added and renamed used static
variables in show_infobar() method.
2024-08-02 23:58:24 +04:00
..
components refactor: remove cell::RefCell, rename TIMERS_QUEUE variable, and etc. (check desc) 2024-08-02 23:58:24 +04:00
pages refactor: move parse field algorithm to a separate file 2024-07-29 01:17:52 +04:00
styles feat(style): add style for button inner infobar 2024-07-27 21:37:50 +04:00
mod.rs feat(import): sorted and add some modules 2024-07-19 23:26:43 +04:00
properties.rs refactor: add spacebar lol 2024-07-27 21:38:39 +04:00
view.rs refactor: remove redundant import 2024-08-02 01:11:22 +04:00