renderCompletionView renders the completion screen.
()
| 1432 | |
| 1433 | // renderCompletionView renders the completion screen. |
| 1434 | func (a *App) renderCompletionView() string { |
| 1435 | a.completionScreen.SetSize(a.width, a.height) |
| 1436 | return a.completionScreen.Render() |
| 1437 | } |
| 1438 | |
| 1439 | // renderSettingsView renders the settings overlay. |
| 1440 | func (a *App) renderSettingsView() string { |