mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
36d555f3fb
* Initial plan * Add Project type and unfurl implementation for Linear projects Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com> * Fix linter issues - remove unused import and rename unused parameter Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com> * Make actor parameter optional in unfurl helper methods Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com> * fix: Resolve type errors in Linear project unfurl Use project.status (ProjectStatus object) instead of the deprecated project.state (string) field, add satisfies constraint, and fix exhaustive return in unfurl switch. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Determine mention type * styling --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com> Co-authored-by: Tom Moor <tom@getoutline.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>