multica/server/pkg
devv-eve abcc7bf3cd
feat(issues): load all open issues without limit, paginate closed (#459)
- Add ListOpenIssues SQL query (excludes done/cancelled, no LIMIT)
- Add CountIssues SQL query for true total count
- Backend: support open_only=true param, fix total to return real count
- Frontend: two-phase fetch in issue store (all open + first 50 closed)
- Add fetchMoreClosed action for paginated closed issue loading
- Replace all hardcoded limit:200 with store.fetch() calls

Resolves MUL-369

Co-authored-by: Devv <devv@Devvs-Mac-mini.local>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 00:59:03 -07:00
..
agent fix(agent): address openclaw review feedback 2026-04-07 14:52:54 +08:00
db feat(issues): load all open issues without limit, paginate closed (#459) 2026-04-07 00:59:03 -07:00
protocol feat(agent): replace hard delete with archive/restore (#346) 2026-04-02 17:33:52 +08:00
redact feat(security): redact sensitive information in agent live output 2026-03-30 23:38:49 +08:00