PathLogs UI
Русский

0.1.0 — first public release

Components grown from
a real product

A design system, behavioural hooks and heavyweight widgets — kanban, Gantt chart, filter bar. Primitives install from npm; widgets are copied into your project and edited like your own code.

terminal
npm install @toimetdev/pathlogs-core @toimetdev/pathlogs-hooks @toimetdev/pathlogs-tokens

Not a screenshot

This is the actual widget from the registry. Drag a card, reorder a column, open its settings.

Board documentation →

К выполнению

2
UI-15Рефакторинг

Вынести разбор Markdown в отдельный модуль

ДК
UI-16Фича

WIP-лимиты у колонок

МТ

В работе

2/2
UI-12Баг

Импорт досок из Trello падает на больших проектах

МТ
UI-14Фича

Живые обновления доски по SSE

АСДК

На проверке

1
UI-17Фича

Критический путь на диаграмме Ганта

АС

Готово

1
UI-9Баг

Тултипы обрезались в колонках доски

ДК

The small things everyone rewrites

Each one cost real debugging in a real product. Next to the code sits a comment explaining what the alternative would have been.

Packages — from npm

Tokens, hooks and primitives change rarely, and you want to update them with a single command.

tsx
import { Dialog, Button } from "@toimetdev/pathlogs-core";
import { useHotkeys } from "@toimetdev/pathlogs-hooks";

Widgets — by copying

The board and the Gantt almost always need domain-specific edits. In your project they are ordinary files.

terminal
npx @toimetdev/pathlogs-ui init
npx @toimetdev/pathlogs-ui add kanban gantt