Commit Graph

  • 81b22a14c9 refactor: add a check for a non-zero denominator doryan 2024-08-03 00:01:58 +0400
  • ebf7d9b85c feat(table): implement a result table doryan 2024-08-03 00:00:05 +0400
  • d92b2419e0 refactor: change SchemeCharacteristics model doryan 2024-08-02 23:59:31 +0400
  • c9dbe4ba6e refactor: remove cell::RefCell, rename TIMERS_QUEUE variable, and etc. (check desc) doryan 2024-08-02 23:58:24 +0400
  • a2cb65d570 refactor: remove redundant import doryan 2024-08-02 01:11:22 +0400
  • d3787b2283 feat(model): add model for ColumnView doryan 2024-08-02 01:09:26 +0400
  • ade98179f7 feat(allows): add attributes that allow a non_snake_case variables doryan 2024-08-02 01:04:37 +0400
  • 7157ffd55f refactor: fix some code style issues doryan 2024-07-29 01:19:15 +0400
  • 09b05e7fa7 refactor: move parse field algorithm to a separate file doryan 2024-07-29 01:18:15 +0400
  • 18e857b40c refactor: move parse field algorithm to a separate file doryan 2024-07-29 01:17:52 +0400
  • 0d676820c6 feat(main): add any asynchronous timer that closes infobar automaticaly after 5 second doryan 2024-07-29 01:15:22 +0400
  • 0aab9e9ebe feat(main): main function is async now doryan 2024-07-29 01:10:34 +0400
  • b7b890ecb3 feat(tokio): update tokio doryan 2024-07-29 01:10:06 +0400
  • 01f65376d0 feat(infobar): add a timer after which the infobar will be closed doryan 2024-07-27 23:28:35 +0400
  • 33226ecae2 feat(infobar): add implementation of infobar for use instead deprecated built-in infobar doryan 2024-07-27 22:42:10 +0400
  • bd394b9bf4 feat(infobar): add infobar as 'unique' instance instead manual implementation of infobar via box, label, revealer and button; doryan 2024-07-27 22:22:51 +0400
  • cb2a52cc7b refactor: remove redundant argument; feat(infobar): add infobar for testing doryan 2024-07-27 22:20:21 +0400
  • 5972d589fe refactor: remove redundant argument doryan 2024-07-27 21:59:49 +0400
  • 1be7125ecf refactor: add spacebar lol doryan 2024-07-27 21:38:39 +0400
  • f3ece276f1 feat(style): add style for button inner infobar doryan 2024-07-27 21:37:50 +0400
  • 561f6fc065 feat(import): add infobar module to export doryan 2024-07-27 20:46:43 +0400
  • a8e43df99e feat(libc): update libc doryan 2024-07-27 20:08:11 +0400
  • 4b5589392d feat(tokio feature): add 'sync' feature doryan 2024-07-27 20:07:37 +0400
  • acf1d9f30b feat(style): add styles for info bar doryan 2024-07-22 16:43:47 +0400
  • fd2f605978 fix(func signature): Replaced EventHandler<T, C> -> Self doryan 2024-07-22 16:43:03 +0400
  • 54a4b44780 fix(fn signature): remove return types from function signatures doryan 2024-07-22 00:24:09 +0400
  • 2e543a22c8 fix(cond): remove redundant boolean operations and replace them with their correct analogs doryan 2024-07-22 00:02:16 +0400
  • 81a8d9b2c6 fix(const): use PI const from std instead 3.14f32 doryan 2024-07-19 23:39:44 +0400
  • 74835302ce fix(import + expand): change import and fix expand of box node doryan 2024-07-19 23:38:43 +0400
  • 7e30117c84 fix(check): change method of check for an empty array doryan 2024-07-19 23:37:24 +0400
  • dbf7dab513 refactor(import + some code): change import and refactor some bad blocks of code doryan 2024-07-19 23:33:50 +0400
  • fcfb0d1fa6 fix(modules): sort modules doryan 2024-07-19 23:32:09 +0400
  • 731cce4ad8 rename(model): model.rs -> models.rs doryan 2024-07-19 23:31:32 +0400
  • d77e12f2f6 refactor(Cargo.toml): add 'time' feature doryan 2024-07-19 23:27:23 +0400
  • 3c2ab67d31 feat(import): sorted and add some modules doryan 2024-07-19 23:26:43 +0400
  • b12be95959 fix(imports + signature): change imports and removed return type () from function signature doryan 2024-07-19 23:25:41 +0400
  • b3678c43c4 fix(imports): change imports doryan 2024-07-19 23:24:38 +0400
  • 61f6777735 fix(imports): change imports doryan 2024-07-19 23:24:10 +0400
  • 21ccba9ddb sort(module): module imports doryan 2024-07-19 23:18:50 +0400
  • cb5d219319 feat: change function signature (add one parameter) doryan 2024-07-19 23:17:02 +0400
  • 2866d26253 BREAKING CHANGE: refactor code and add event handler for button doryan 2024-07-19 23:16:11 +0400
  • 682682eb13 feat(info bar): add info bar for warnings doryan 2024-07-19 23:12:42 +0400
  • 7264b704d0 feat(stylesheets): add stylesheet for info bar doryan 2024-07-19 23:06:34 +0400
  • f88946b507 rename(model): model.rs -> models.rs doryan 2024-07-19 23:05:55 +0400
  • b663859eee remove(type): redundant type definition doryan 2024-07-19 23:04:01 +0400
  • 7c16964b83 added table and it needed to fix doryan 2024-04-19 12:03:16 +0400
  • b6d0eb0508 ADDED: models and controllers for page "signal reducing"\n TODO: done table for page "signal reducing" doryan 2024-04-19 01:30:51 +0400
  • 6e315907bc TO DO: will done table in signal reducing page and write controller for that page doryan 2024-04-18 12:23:13 +0400
  • 37a8dfb66b FIXED: clearing inputs bug doryan 2024-04-17 00:06:56 +0400
  • a58110a3f8 REFACTOR: clean code and some bug fixed doryan 2024-04-16 21:45:31 +0400
  • 48057646a8 changed inputs for second section and implemented Clone and Copy traits for Alignment data structure doryan 2024-04-14 20:13:15 +0400
  • 5687d6773a added inputs components and created page for fifth lab doryan04 2024-03-17 21:34:12 +0400
  • 5bd783b75b implemented trait-interface for builders doryan04 2024-03-17 00:21:20 +0400
  • 1d62f3810c removed unnecessary mutability for pages and tabs doryan04 2024-03-12 23:54:20 +0400
  • a9626cda4d added pages builder, to do universal traits for builders doryan04 2024-03-12 23:49:20 +0400
  • 4c230c090d removed unnecessary module definitions doryan04 2024-03-10 12:54:32 +0400
  • 54619cd3f9 Fully refactored project architecture, imports and etc. doryan04 2024-03-10 12:35:02 +0400
  • 55b2c4ec56 first commit doryan04 2024-02-06 23:35:52 +0400
  • e18b31eece I begin create a Graph structure doryan04 2023-09-17 21:21:14 +0400