You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/contribute/roadmap.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,16 +150,17 @@ type: "docs"
150
150
<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>
151
151
<li><strong>Git Command Mapping:</strong> Essential Git commands are integrated into the TUI, allowing users to perform basic operations visually.</li>
152
152
<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>
153
157
</ul>
154
158
</div>
155
159
156
160
<divclass="roadmap-section active">
157
161
<h3>🚀 In Progress <spanclass="status-badge active">Active</span></h3>
158
162
<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>
0 commit comments