улучшение ui

This commit is contained in:
Artem Tsyrulnikov
2026-01-09 12:23:02 +03:00
parent 40c7be8470
commit 9fbb6fdbbf
19 changed files with 635 additions and 453 deletions

View File

@@ -30,10 +30,10 @@ type AddProject struct {
func (s *AddProject) Enter(b *bot.Bot, mode bot.RenderMode) {
buttons := [][]echotron.InlineKeyboardButton{
bot.Row(bot.Button("← Назад", "back")),
Row(Button("← Назад", "back")),
}
keyboard := bot.Keyboard(buttons...)
keyboard := Keyboard(buttons...)
b.Render(addProjectInstructionText, keyboard, mode)
}