feat: show Anonymous in league when name empty, add username to settings, show salary hint in summary

This commit is contained in:
2026-06-25 01:54:37 +03:30
parent 605c41ab88
commit 88ccc6aa68
4 changed files with 26 additions and 0 deletions

View File

@@ -298,6 +298,8 @@ func (h *Handler) HandleCallback(ctx context.Context, cb *models.CallbackQuery)
h.leagueToggleCallback(ctx, chatID, msgID, cb.ID)
case "reporttoggle":
h.reportToggleCallback(ctx, chatID, msgID, cb.ID)
case "username":
h.usernameCallback(ctx, chatID, msgID, cb.ID)
case "currency":
h.currencyCallback(ctx, chatID, msgID, cb.ID)
case "setrate":