12 Commits

Author SHA1 Message Date
Akulij
632e77762e fix utils.rs: reuqire Sync 2025-06-02 16:45:59 +05:00
Akulij
d5f39e4e60 create Parcelable trait with default implementations 2025-05-21 12:16:34 +05:00
Akulij
38c38cec8e accept into iterator in buttons_markup macro isntead of limiting to slices 2025-05-02 17:57:23 +03:00
Akulij
f3497726a1 create test for buttons_markup 2025-05-02 17:47:37 +03:00
Akulij
8e93173cba create tests mod inside utils.rs 2025-05-02 17:45:53 +03:00
Akulij
f09fc42546 create buttons_markup macro 2025-05-02 17:45:33 +03:00
Akulij
1b9a6dce81 fix: fix stacked_buttons_markup macro 2025-05-02 14:30:07 +03:00
Akulij
8326e819c7 change create_callback_button to accept Callback instead of CallbackInfo
reason: its more convinient for this function and and ability to create
CallbackInfo with literal
2025-05-02 13:23:47 +03:00
Akulij
88417441ac create public stacked_buttons_markup macro 2025-04-30 21:06:41 +03:00
Akulij
710c1bda8d make single_button_markup public 2025-04-30 21:06:14 +03:00
Akulij
0fc96b17a6 move single_button_markup macro to utils file 2025-04-30 21:04:54 +03:00
Akulij
8c2d2425c4 create create_callback_button function
description: utils.rs will have shortcuts for frequently used code
2025-04-30 13:38:57 +03:00