255e8dcf71
Frontend C++ ImGui (main.cpp + 4 paneles) + backend Go (HTTP + SQLite + fsnotify + SSE). Reusa parse/scan/watch funcs del registry (issue 0130a).
11 lines
137 B
C++
11 lines
137 B
C++
#pragma once
|
|
|
|
namespace kanban {
|
|
|
|
void draw_board();
|
|
void draw_flows();
|
|
void draw_filters();
|
|
void draw_detail();
|
|
|
|
} // namespace kanban
|