Commit Graph

3 Commits

Author SHA1 Message Date
Anastasiia Solop
a27207b75e Normalise API calls on FE (#173)
* tiny fix

* Move all api calls from components to lib/api.ts (vibe-kanban) (#165)

* unify loaders

* simplify scroll to bottom logic for logs

* better key for display entry

* finish normalising api calls

* remove withErrorHandling function

* cleanup
2025-07-15 08:18:05 +02:00
Anastasiia Solop
0d3a7a18f8 Refactor TaskDetailsToolbar and LogsPanel, improve performance (#136)
* separate CreatePRDialog from TaskDetailsToolbar

* separate CreateAttempt from TaskDetailsToolbar

* separate CurrentAttempt from TaskDetailsToolbar

* refactor logs panel and diffs

* split big context, add callbacks and memo, check prev state before update for big polled values
2025-07-11 19:27:33 +02:00
Anastasiia Solop
aae0984271 Refactor TaskDetailsPanel (#126)
* improve performance

* split task details panel into components

* remove useTaskDetails hook

* create task details context

* move context provider
2025-07-11 11:31:28 +02:00