Skip to content

Commit 4442a52

Browse files
committed
chore: update roadmap
Signed-off-by: Ayush <mail@ayuch.dev>
1 parent 550ca28 commit 4442a52

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/en/contribute/roadmap.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,17 @@ type: "docs"
150150
<li><strong>Basic TUI Structure:</strong> A foundational terminal user interface is in place, providing the core layout and panel management for the application.</li>
151151
<li><strong>Git Command Mapping:</strong> Essential Git commands are integrated into the TUI, allowing users to perform basic operations visually.</li>
152152
<li><strong>Theme Generation:</strong> The application can generate themes from a predefined set of color palettes, allowing for initial UI customization.</li>
153+
<li><strong>Custom Theme Support:</strong> Implement a system for users to add their own themes via configuration files in the <code>.config</code> directory.</li>
154+
<li><strong>Expanded Git Command Support:</strong> Integrate a wider range of Git commands to provide more comprehensive repository management capabilities.</li>
155+
<li><strong>Bug Fixes:</strong> Address any outstanding bugs to improve stability and reliability.</li>
156+
<li><strong>Command History and Logging:</strong> Allow the secondary panel to store all the git commands history and gitx logs.</li>
153157
</ul>
154158
</div>
155159

156160
<div class="roadmap-section active">
157161
<h3>🚀 In Progress <span class="status-badge active">Active</span></h3>
158162
<ul>
159-
<li><strong>Custom Theme Support:</strong> Implement a system for users to add their own themes via configuration files in the <code>.config</code> directory.</li>
160-
<li><strong>Expanded Git Command Support:</strong> Integrate a wider range of Git commands to provide more comprehensive repository management capabilities.</li>
161-
<li><strong>Bug Fixes:</strong> Address any outstanding bugs to improve stability and reliability.</li>
162-
<li><strong>Command History and Logging:</strong> Allow the secondary panel to store all the git commands history and gitx logs.</li>
163+
<li><strong>Items will be moved here soon from the planned section</strong>
163164
</ul>
164165
</div>
165166

0 commit comments

Comments
 (0)