Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ const GraphView = () => {
};
```

## Current UI Evolution: Slick Dialog Revolution
## Contextual Dialog Direction (slick inline editors)

GraphDone is undergoing a **major UI transformation** moving away from heavy modal dialogs toward slick, contextual, inline-style editors. This shift prioritizes **immediate feedback, minimal context switching, and delightful micro-interactions**.

Expand Down
2 changes: 1 addition & 1 deletion public/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# 📖 DESCRIPTION
# ============================================================================
# Automated installer for GraphDone - a graph-native project management
# Automated installer for GraphDone - a graph-native management
# system that reimagines work coordination through dependencies and
# democratic prioritization. Handles complete setup from dependency
# installation to running services with beautiful CLI progress feedback.
Expand Down
4 changes: 2 additions & 2 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ detect_platform

# Help function
show_help() {
echo -e "${BOLD}GraphDone${NC} - Graph-native project management system"
echo -e "${BOLD}GraphDone${NC} - Graph-native management system"
echo ""
echo -e "${BOLD}USAGE:${NC}"
echo " ./start [COMMAND] [OPTIONS]"
Expand Down Expand Up @@ -196,7 +196,7 @@ show_banner() {
echo "║ ║"
echo "║ 🌐 GraphDone 🌐 ║"
echo "║ ║"
echo "║ Graph-native project management system ║"
echo "║ Graph-native management system ║"
echo "║ ║"
echo "╚══════════════════════════════════════════════════════════════╝"
echo -e "${NC}"
Expand Down
2 changes: 1 addition & 1 deletion tests/run-all-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ function generateHTMLReport() {
</div>
<div>
<h1>GraphDone Test Report</h1>
<div class="subtitle">Comprehensive testing results for graph-native project management</div>
<div class="subtitle">Comprehensive testing results for graph-native management</div>
<div class="meta">
Generated: ${new Date().toLocaleString()} |
Environment: <strong>${testResults.environment}</strong> |
Expand Down
2 changes: 1 addition & 1 deletion tools/document.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if [ "$BUILD_DOCS" = true ]; then
</ul>

<h2>Project Overview</h2>
<p>GraphDone reimagines project management as a collaborative graph where work flows through natural dependencies rather than artificial hierarchies.</p>
<p>GraphDone reimagines management as a collaborative graph where work flows through natural dependencies rather than artificial hierarchies.</p>

<h3>Key Features</h3>
<ul>
Expand Down
Loading