Skip to content

Commit

Permalink
The latest updates focus on enhancing the output configuration option…
Browse files Browse the repository at this point in the history
…s for users and performing minor cleanups. New features include customizable table styles, optional display of dividers, and the ability to show or hide table headers and sections. Additionally, unused configuration settings have been removed for a cleaner setup.
  • Loading branch information
AccursedGalaxy committed Nov 4, 2024
1 parent 511b521 commit 4187776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func DisplayStats() {
// Build sections dynamically
var sections []string

// TODO: Needs to get centered above Table
// TODO: Needs to get centered above Table - Dynamically Based On Table Width
// Header section
if config.AppConfig.DisplayStats.ShowWelcomeMessage {
header := fmt.Sprintf("🚀 %s's Coding Activity", config.AppConfig.Author)
Expand Down

0 comments on commit 4187776

Please sign in to comment.