Commit Graph

23 Commits

Author SHA1 Message Date
doryan 01f61e4286 feat(imports): update imports 2024-08-10 01:14:26 +04:00
doryan 2c331c4ed7 feat(component): add input_label and input_frame fields and methods for them 2024-08-10 01:08:41 +04:00
doryan 09801147b9 fix(method): change trait method signature 2024-08-10 01:05:36 +04:00
doryan 2dc02ce79e fix(event): use builtin event handler instead custom 2024-08-10 01:04:34 +04:00
doryan 631db86420 fix(function): change function signature 2024-08-09 18:56:25 +04:00
doryan 1aad9bafca feat(switch): remove switch component 2024-08-09 18:55:18 +04:00
doryan 377c74369c feat(import): remove redundant import 2024-08-09 17:36:16 +04:00
doryan 6fbe74e851 feat(switch): remove swtich component export 2024-08-09 17:36:16 +04:00
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
doryan 0d676820c6 feat(main): add any asynchronous timer that closes infobar automaticaly after 5 second 2024-07-29 01:15:22 +04:00
doryan 33226ecae2 feat(infobar): add implementation of infobar for use instead deprecated built-in infobar 2024-07-27 22:42:10 +04:00
doryan 561f6fc065 feat(import): add infobar module to export 2024-07-27 20:46:43 +04:00
doryan 74835302ce fix(import + expand): change import and fix expand of box node 2024-07-19 23:38:43 +04:00
doryan 21ccba9ddb sort(module): module imports 2024-07-19 23:18:50 +04:00
doryan b6d0eb0508 ADDED: models and controllers for page "signal reducing"\n TODO: done table for page "signal reducing" 2024-04-19 01:30:51 +04:00
doryan 37a8dfb66b FIXED: clearing inputs bug 2024-04-17 00:06:56 +04:00
doryan 48057646a8 changed inputs for second section and implemented Clone and Copy traits for Alignment data structure 2024-04-14 20:13:15 +04:00
doryan04 5687d6773a added inputs components and created page for fifth lab 2024-03-17 21:34:12 +04:00
doryan04 5bd783b75b implemented trait-interface for builders 2024-03-17 00:21:20 +04:00
doryan04 1d62f3810c removed unnecessary mutability for pages and tabs 2024-03-12 23:54:20 +04:00
doryan04 a9626cda4d added pages builder, to do universal traits for builders 2024-03-12 23:49:20 +04:00
doryan04 4c230c090d removed unnecessary module definitions 2024-03-10 12:54:32 +04:00
doryan04 54619cd3f9 Fully refactored project architecture, imports and etc. 2024-03-10 12:35:02 +04:00