mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-16 14:52:35 -05:00
Bump the veans TUI dependencies to their v2 majors and migrate the project picker to the new API: - bubbletea v1.3.10 -> charm.land/bubbletea/v2 v2.0.7 - lipgloss v1.1.0 -> charm.land/lipgloss/v2 v2.0.4 The v2 modules moved to the charm.land import path (the github.com/ charmbracelet/*/v2 paths renovate wrote do not resolve). bubbletea v2 delivers key presses as tea.KeyPressMsg, exposes typed input via key.Text, and Model.View() now returns tea.View. lipgloss v2's Color and Style API is source-compatible for the styles used here. Supersedes #3081 and #3082. Claude-Session: https://claude.ai/code/session_01AHD9BmNcUfgBZdPveZRa8z