feat: Increase text contrast in TaskItem by @markoa in https://github.com/operately/operately/pull/3416
fix: Avatar initials font size and text wrapping in message bodies by @Copilot in https://github.com/operately/operately/pull/3419
fix: Reordering minimal Task works in storybook by @Rockyy174 in https://github.com/operately/operately/pull/3421
fix: Pending projects and goals are no longer counted as on track in space boxes by @Copilot in https://github.com/operately/operately/pull/3422
fix: Remove explicit font-size from goal checklist items in emails by @Copilot in https://github.com/operately/operately/pull/3424
feat: Inline task creation on TaskBoard by @markoa in https://github.com/operately/operately/pull/3420
feat: Mobile responsive task page by @markoa in https://github.com/operately/operately/pull/3428
feat: Responsive tasks, part 2 by @markoa in https://github.com/operately/operately/pull/3431
feat: Renders timestamp data in project markdown files by @shiroyasha in https://github.com/operately/operately/pull/3434
fix: standardize test execution to use make targets instead of direct mix calls by @Copilot in https://github.com/operately/operately/pull/3433
feat: Add completed_at timestamp to goal checklist items by @Copilot in https://github.com/operately/operately/pull/3437
feat: Goal markdown improvements by @shiroyasha in https://github.com/operately/operately/pull/3438
feat: Show completed at for markdownized goal checks by @shiroyasha in https://github.com/operately/operately/pull/3439
feat: Render timeframe history in the project and goal markdown files by @shiroyasha in https://github.com/operately/operately/pull/3441
fix: prevent milestone overflow on task page by @Rockyy174 in https://github.com/operately/operately/pull/3442
fix: prevent goal names from overflowing sidebar by @Rockyy174 in https://github.com/operately/operately/pull/3443
feat: Show targets and checks in check-ins while rendering goal markdown by @shiroyasha in https://github.com/operately/operately/pull/3444
feat: Responsive milestone page by @markoa in https://github.com/operately/operately/pull/3447
feat: Add target value diff display in goal check-ins markdown by @Copilot in https://github.com/operately/operately/pull/3445
feat: Press 'c' anywhere on milestone page to start adding a task by @markoa in https://github.com/operately/operately/pull/3451
chore: Add feature tests for Tasks by @Rockyy174 in https://github.com/operately/operately/pull/3450
feat: Throw confetti on milestone page when user clicks on 'Mark complete' by @markoa in https://github.com/operately/operately/pull/3449
fix: Update task placeholder query in tasks test by @Rockyy174 in https://github.com/operately/operately/pull/3452
fix: Handle null milestones in task activity feed to prevent 500 errors by @Copilot in https://github.com/operately/operately/pull/3456
fix: Tasks are not transparent when dragged by @markoa in https://github.com/operately/operately/pull/3461
fix: Ensure docs & files widget respects user sort preferences by @Copilot in https://github.com/operately/operately/pull/3460
fix: Resolve flaky tests by aligning date formatting between frontend and tests by @Copilot in https://github.com/operately/operately/pull/3469
fix: Replace overflow-scroll with overflow-auto to improve scrollbar UI on Windows Edge by @Copilot in https://github.com/operately/operately/pull/3465
fix: Cache friendly signed blog urls by @Copilot in https://github.com/operately/operately/pull/3464
Revert "fix: Cache friendly signed blog urls" by @shiroyasha in https://github.com/operately/operately/pull/3470
chore: Cache friendly blob urls by @shiroyasha in https://github.com/operately/operately/pull/3471
fix: Ensure all rich texts support image uploads by @Rockyy174 in https://github.com/operately/operately/pull/3474
fix: Add toolbar to Milestone and Task comments by @Rockyy174 in https://github.com/operately/operately/pull/3475
feat: Experimental checkbox on TaskPage by @markoa in https://github.com/operately/operately/pull/3462
fix: wire upload handler for rich editor toolbar by @Rockyy174 in https://github.com/operately/operately/pull/3479
feat: Display toolbar while editing Task and Milestone comments by @Rockyy174 in https://github.com/operately/operately/pull/3480
feat: Add milestone from Taskboard by @markoa in https://github.com/operately/operately/pull/3481
fix: Prevent non-champions from being prompted to acknowledge their own project check-ins by @Copilot in https://github.com/operately/operately/pull/3473
fix: Handle flushSync error when editing description on Task page by @Rockyy174 in https://github.com/operately/operately/pull/3484
fix: Send the project acknowledge emails to the right location by @shiroyasha in https://github.com/operately/operately/pull/3486
feat: Add comprehensive test documentation to improve agent test execution by @Copilot in https://github.com/operately/operately/pull/3478
fix: Handle flushSync error in description on Goal and Milestone pages by @Rockyy174 in https://github.com/operately/operately/pull/3488
fix: Changes in Goal description are immediately visible by @Rockyy174 in https://github.com/operately/operately/pull/3489
fix: When reviewer signs check-in, show the review assignment to the champion not the reviewer by @shiroyasha in https://github.com/operately/operately/pull/3490
feat: Max width for TaskBoard by @markoa in https://github.com/operately/operately/pull/3492
fix: Milestone comments can now be edited by @Rockyy174 in https://github.com/operately/operately/pull/3491
feat: Always show 'Last update' section with 'Check in' button in Goal and Project sidebars by @markoa in https://github.com/operately/operately/pull/3495
Remove empty line from readme by @shiroyasha in https://github.com/operately/operately/pull/3496
chore: Move ReviewPage to turboui by @Rockyy174 in https://github.com/operately/operately/pull/3497
chore: Use PageDescription component on Project and Goal pages by @Rockyy174 in https://github.com/operately/operately/pull/3499
feat: Add Export as Markdown action to Goal and Project sidebars by @Copilot in https://github.com/operately/operately/pull/3494
chore: Move production deployment to Superplane by @shiroyasha in https://github.com/operately/operately/pull/3506
Revert "chore: Move production deployment to Superplane" by @shiroyasha in https://github.com/operately/operately/pull/3507
feat: Add global search functionality to top navigation by @Copilot in https://github.com/operately/operately/pull/3505
fix: Simplify notification titles by removing author names by @Copilot in https://github.com/operately/operately/pull/3466
Dummy to trigger deployment by @shiroyasha in https://github.com/operately/operately/pull/3508
Revert "Dummy to trigger deployment" by @shiroyasha in https://github.com/operately/operately/pull/3509
chore: Remove redundant support for Rich Text by @Rockyy174 in https://github.com/operately/operately/pull/3510
feat: Implement space deletion with cascade cleanup by @Copilot in https://github.com/operately/operately/pull/3477
chore: Remove old project check-ins page by @Rockyy174 in https://github.com/operately/operately/pull/3517
feat: Make page description easier to click by @Rockyy174 in https://github.com/operately/operately/pull/3516
fix: Reopening Goal successfully updates its status by @Rockyy174 in https://github.com/operately/operately/pull/3520
feat: show goal page status banner by @Rockyy174 in https://github.com/operately/operately/pull/3523
fix: Add autofocus to PageDescription and CommentInput components by @Rockyy174 in https://github.com/operately/operately/pull/3524
fix: Fix project name in TaskDueDateChanged feed item by @Rockyy174 in https://github.com/operately/operately/pull/3528
fix: Change avatar_url type from varchar255 to text by @shiroyasha in https://github.com/operately/operately/pull/3531
fix: Ensure all fields are cleared after adding task by @Rockyy174 in https://github.com/operately/operately/pull/3530
feat: Click anywhere on the Rich Text area to focus it by @Rockyy174 in https://github.com/operately/operately/pull/3525
fix: Make company name tappable on mobile navigation by @Copilot in https://github.com/operately/operately/pull/3534
feat: Sort people to notify list by name by @Copilot in https://github.com/operately/operately/pull/3535
chore: Adjust active company criteria by @shiroyasha in https://github.com/operately/operately/pull/3537
chore: Show the owner's title in the company by @shiroyasha in https://github.com/operately/operately/pull/3538
chore: Toggle devbar with cmd+shift+D by @shiroyasha in https://github.com/operately/operately/pull/3539
chore: Add subscription_list to Tasks by @Rockyy174 in https://github.com/operately/operately/pull/3540
feat: Company Setup Page by @shiroyasha in https://github.com/operately/operately/pull/3542
fix: Favicon link by @shiroyasha in https://github.com/operately/operately/pull/3543
feat: Commenting on Tasks sends notifications by @Rockyy174 in https://github.com/operately/operately/pull/3544
feat: Changing Task due date sends notifications by @Rockyy174 in https://github.com/operately/operately/pull/3545
feat: Use correct icons for global search by @shiroyasha in https://github.com/operately/operately/pull/3546
feat: Use arrow keys to select the global search result by @shiroyasha in https://github.com/operately/operately/pull/3547
chore: Add DateDisplay component to turboui by @Rockyy174 in https://github.com/operately/operately/pull/3550
feat: Changin Task assignee sends notifications by @Rockyy174 in https://github.com/operately/operately/pull/3551
feat: Changing Milestone due date sends notifications by @Rockyy174 in https://github.com/operately/operately/pull/3552
feat: Changing Project due date sends notifications by @Rockyy174 in https://github.com/operately/operately/pull/3553
fix: Improve Project page cache clearing behavior by @Rockyy174 in https://github.com/operately/operately/pull/3554
fix: MilestoneField no longer reloads page by @Rockyy174 in https://github.com/operately/operately/pull/3555
feat: Review page v2 design by @markoa in https://github.com/operately/operately/pull/3541
fix: Add feed handler for ProjectTaskCommented event by @Rockyy174 in https://github.com/operately/operately/pull/3558
fix: Don't throw 404 error when Task is deleted by @Rockyy174 in https://github.com/operately/operately/pull/3559
feat: Invite link landing page by @shiroyasha in https://github.com/operately/operately/pull/3562
fix: Nested hook usage by @shiroyasha in https://github.com/operately/operately/pull/3565
feat: Implement shareable team invite links for company onboarding by @Copilot in https://github.com/operately/operately/pull/3549
fix: Goal checklist drag-and-drop sorting not saving order by @Copilot in https://github.com/operately/operately/pull/3567
feat: Add GetAssignmentsV2 query by @Rockyy174 in https://github.com/operately/operately/pull/3561
chore: Handle invalid company and person in Work Map query + Add logs by @Rockyy174 in https://github.com/operately/operately/pull/3574
feat: Add ReviewV2 page behind feature flag by @Rockyy174 in https://github.com/operately/operately/pull/3575
chore: Add feature tests for ReviewPage V2 by @Rockyy174 in https://github.com/operately/operately/pull/3576
fix: Add missing zero state copy about project resources by @markoa in https://github.com/operately/operately/pull/3578
feat: Add GetAssignmentsCount V2 query by @Rockyy174 in https://github.com/operately/operately/pull/3579
feat: Display counter correctly for Review V2 page by @Rockyy174 in https://github.com/operately/operately/pull/3581
fix: If the account is already member of the organization, just pass them in by @shiroyasha in https://github.com/operately/operately/pull/3580
chore: Remove unused API endpoints by @Rockyy174 in https://github.com/operately/operately/pull/3582
feat: Updating Task reloads review count by @Rockyy174 in https://github.com/operately/operately/pull/3583
feat: Updating Milestone reloads review count by @Rockyy174 in https://github.com/operately/operately/pull/3584
chore: Extend API with support capabilities by @shiroyasha in https://github.com/operately/operately/pull/3588
fix: Join button should be primary by @shiroyasha in https://github.com/operately/operately/pull/3589
fix: Exclude pending Tasks and Milestone from assignments if Project is closed by @Rockyy174 in https://github.com/operately/operately/pull/3596
chore: Introduce PORT_OFFSET by @shiroyasha in https://github.com/operately/operately/pull/3597
fix: Work Map loads after General Space is deleted by @Rockyy174 in https://github.com/operately/operately/pull/3598
fix: Join general after joining company by @shiroyasha in https://github.com/operately/operately/pull/3600
fix: Don't try to add a person to the general space if he doesn't exists by @shiroyasha in https://github.com/operately/operately/pull/3605
feat: Onboarding wizard for company creators by @shiroyasha in https://github.com/operately/operately/pull/3602
feat: Work Map now remembers what items were collapsed and expanded by @Rockyy174 in https://github.com/operately/operately/pull/3606
fix: Always show uppercase letter in avatars by @shiroyasha in https://github.com/operately/operately/pull/3607
fix: When you start a dev.server make sure that only one vite server is running by @shiroyasha in https://github.com/operately/operately/pull/3608
docs: Running multiple local LLM agents by @shiroyasha in https://github.com/operately/operately/pull/3610
fix: Skip adding to general space if that space does not exist by @shiroyasha in https://github.com/operately/operately/pull/3609
fix: Don't show underscores in status in TaskStatusUpdating feed item by @Rockyy174 in https://github.com/operately/operately/pull/3613
fix: Remove constraint that causes Space deletion to fail by @Rockyy174 in https://github.com/operately/operately/pull/3614
feat: Don't include closed items in the global search by default by @shiroyasha in https://github.com/operately/operately/pull/3612
feat: Company member onboarding wizard by @shiroyasha in https://github.com/operately/operately/pull/3615
chore: Delete old company setup page in favor of the wizard by @shiroyasha in https://github.com/operately/operately/pull/3616
fix: resolve project due date template warnings by @Rockyy174 in https://github.com/operately/operately/pull/3618
chore: Add milestone ordering state to Project by @Rockyy174 in https://github.com/operately/operately/pull/3617
chore: Allow assigning Tasks to Space members by @Rockyy174 in https://github.com/operately/operately/pull/3619
feat: Link from company home to manage people page by @shiroyasha in https://github.com/operately/operately/pull/3621
chore: Use fullscreen page layout for work maps by @shiroyasha in https://github.com/operately/operately/pull/3623
fix: Vite development url by @shiroyasha in https://github.com/operately/operately/pull/3625
chore: Remove project creation in the creator onboarding wizard by @shiroyasha in https://github.com/operately/operately/pull/3626
feat: API endpoint for executing the company onboarding wizard by @shiroyasha in https://github.com/operately/operately/pull/3628
fix: Closed projects and goals are not included in pending assignments by @Rockyy174 in https://github.com/operately/operately/pull/3629
chore: Add mutation for updating Milestone ordering by @Rockyy174 in https://github.com/operately/operately/pull/3631
feat: Notify task creation participants by @Rockyy174 in https://github.com/operately/operately/pull/3633
feat: Add group edited activity feed support by @Rockyy174 in https://github.com/operately/operately/pull/3630
chore: Cover mentioning people in task comments by @Rockyy174 in https://github.com/operately/operately/pull/3634
feat: Notify mentions on task description updates by @Rockyy174 in https://github.com/operately/operately/pull/3635
feat: Notify mentions on milestone description updates by @Rockyy174 in https://github.com/operately/operately/pull/3637
docs: clarify Elixir macro formatting guidelines by @Rockyy174 in https://github.com/operately/operately/pull/3638
feat: Notify mentions on Goal description updates by @Rockyy174 in https://github.com/operately/operately/pull/3640
docs: Expand agent migration guidance by @Rockyy174 in https://github.com/operately/operately/pull/3643
feat: Add project description activity by @Rockyy174 in https://github.com/operately/operately/pull/3641
feat: Company onboarding wizard by @shiroyasha in https://github.com/operately/operately/pull/3642
feat: Better company zero screen by @shiroyasha in https://github.com/operately/operately/pull/3646
chore: Enable AI by @shiroyasha in https://github.com/operately/operately/pull/3647
feat: Notify mentions on project description updates by @Rockyy174 in https://github.com/operately/operately/pull/3645
feat: Fix my-work zero state by @shiroyasha in https://github.com/operately/operately/pull/3649
fix: Count assignments without upcoming work by @Rockyy174 in https://github.com/operately/operately/pull/3644
feat: Expand emoji reactions palette and add search functionality by @Copilot in https://github.com/operately/operately/pull/3651
chore: Add missing tests for assignment loader V1 and V2 by @Rockyy174 in https://github.com/operately/operately/pull/3652
fix: Deleting milestone works when project has no champion by @Rockyy174 in https://github.com/operately/operately/pull/3654
fix: Milestone can be created when project has no champion by @Rockyy174 in https://github.com/operately/operately/pull/3655
chore: Add useProjectMilestoneOrdering for optimistically updating Milestones order by @Rockyy174 in https://github.com/operately/operately/pull/3636
chore: Add linter to verify icon sources and prevent direct @tabler imports by @Copilot in https://github.com/operately/operately/pull/3661
feat: Dedicated invite people page by @shiroyasha in https://github.com/operately/operately/pull/3663
chore: Replace email support -> marko by @shiroyasha in https://github.com/operately/operately/pull/3664
feat: Milestones can be reordered with drag-and-drop by @Rockyy174 in https://github.com/operately/operately/pull/3666
feat: Display all milestones in a single list by @Rockyy174 in https://github.com/operately/operately/pull/3667
fix: Unflatten the invite page by @shiroyasha in https://github.com/operately/operately/pull/3669
chore: Add at to example domains by @shiroyasha in https://github.com/operately/operately/pull/3671
chore: Update plug version from 1.16.1 -> 1.18.1 by @shiroyasha in https://github.com/operately/operately/pull/3672
fix: Fix compilation errors in unit tests by @Rockyy174 in https://github.com/operately/operately/pull/3675
chore: Add project and milestone subscription list foundations by @Rockyy174 in https://github.com/operately/operately/pull/3668
chore: Upgrade to elixir 1.18 by @shiroyasha in https://github.com/operately/operately/pull/3673
chore: Reenable temporarily disabled tests by @Rockyy174 in https://github.com/operately/operately/pull/3677
fix: Display Milestones in correct order in Tasks tab by @Rockyy174 in https://github.com/operately/operately/pull/3678
feat: implement milestone comment mention subscriptions by @Rockyy174 in https://github.com/operately/operately/pull/3676
fix: Fix storybooks live rebuild by @shiroyasha in https://github.com/operately/operately/pull/3681
chore: Invite People UI updates by @shiroyasha in https://github.com/operately/operately/pull/3685
feat: Add 'Subscribe' option to Project page by @Rockyy174 in https://github.com/operately/operately/pull/3682
chore: Dev environment teardown by @shiroyasha in https://github.com/operately/operately/pull/3688
feat: Add notifications for changing Project champion and reviewer by @Rockyy174 in https://github.com/operately/operately/pull/3686
feat: Domain restrictions for invite links by @shiroyasha in https://github.com/operately/operately/pull/3687
feat: Review page V2, take 2 by @markoa in https://github.com/operately/operately/pull/3680
chore: Update ecto by @shiroyasha in https://github.com/operately/operately/pull/3689
chore: Warnings as errors by @shiroyasha in https://github.com/operately/operately/pull/3690
chore: Remove unused list invite links by @shiroyasha in https://github.com/operately/operately/pull/3691
fix: Remove indentation from Project milestone by @Rockyy174 in https://github.com/operately/operately/pull/3692
chore: Rename get_invite_link to get_invite_link_by_token by @shiroyasha in https://github.com/operately/operately/pull/3693
fix: Hide upcoming work from Review V2 by @Rockyy174 in https://github.com/operately/operately/pull/3694
chore: Single invite link for company by @shiroyasha in https://github.com/operately/operately/pull/3695
fix: Display zero state on Review V2 page by @Rockyy174 in https://github.com/operately/operately/pull/3697
feat: Bootstrap integration of the invite people page by @shiroyasha in https://github.com/operately/operately/pull/3696
feat: Enable editing draft resource hub subscriptions by @Rockyy174 in https://github.com/operately/operately/pull/3684
feat: Add 'Paused' tab to My work page by @Rockyy174 in https://github.com/operately/operately/pull/3700
feat: Allow updating the status of the invite link by @shiroyasha in https://github.com/operately/operately/pull/3698
fix: Add blockquote handling to RichContent Summary component by @Copilot in https://github.com/operately/operately/pull/3704
feat: Display reviweing items in completed and paused tabs on My work page by @Rockyy174 in https://github.com/operately/operately/pull/3707
chore: Drop unused fields from invitation by @shiroyasha in https://github.com/operately/operately/pull/3706
feat: Add 'Role' and 'My Role' columns to Work Map by @Rockyy174 in https://github.com/operately/operately/pull/3708
fix: Milestone can now be dragged by its handle icon by @Rockyy174 in https://github.com/operately/operately/pull/3709
feat: Display 'Role' column on Profile page by @Rockyy174 in https://github.com/operately/operately/pull/3711
feat: Adding contributors to project creates subscriptions by @Rockyy174 in https://github.com/operately/operately/pull/3713
feat: Changing project champion or reviewer creates subscription by @Rockyy174 in https://github.com/operately/operately/pull/3712
fix: Display correct bell icon when user is not subscribed by @Rockyy174 in https://github.com/operately/operately/pull/3714
chore: Update Project notifications to rely on subscriptions by @Rockyy174 in https://github.com/operately/operately/pull/3715
feat: Allow updating the allowed domain list by @shiroyasha in https://github.com/operately/operately/pull/3717
fix: Update ProjectDiscussionSubmitted notification to rely on discussion subscriptions by @Rockyy174 in https://github.com/operately/operately/pull/3716
chore: Update ProjectDueDateUpdating and ProjectMilestoneCreation notifications by @Rockyy174 in https://github.com/operately/operately/pull/3718
fix: Disable non-date options for milestones due date by @Rockyy174 in https://github.com/operately/operately/pull/3719
fix: MilestoneField doesn't make many unnecessary requests by @Rockyy174 in https://github.com/operately/operately/pull/3720
feat: More focused and personal welcome note. by @markoa in https://github.com/operately/operately/pull/3699
feat: Mobile responsive Home page by @markoa in https://github.com/operately/operately/pull/3722
fix: Change cursor from pointer to text in rich text editor content area by @Copilot in https://github.com/operately/operately/pull/3723
fix: PersonField loads results on mount without making unnecessary requests by @Rockyy174 in https://github.com/operately/operately/pull/3724
chore: Add migration for creating project subscriptions for contributors by @Rockyy174 in https://github.com/operately/operately/pull/3725
fix: Create subscriptions for project contributors added via task assignment by @Rockyy174 in https://github.com/operately/operately/pull/3726
fix: resolve port conflict between Storybook and ACME servers by @Copilot in https://github.com/operately/operately/pull/3728
feat: Update domain list on the Invite Team page by @shiroyasha in https://github.com/operately/operately/pull/3721
fix: Don't create activity when task is reordered within the same milestone by @Rockyy174 in https://github.com/operately/operately/pull/3729
feat: Remove feature flag from Review Page V2 by @Rockyy174 in https://github.com/operately/operately/pull/3731
fix: Stabilize work map flaky test by @Rockyy174 in https://github.com/operately/operately/pull/3733
feat: Make global search GA by @shiroyasha in https://github.com/operately/operately/pull/3735
feat: Add assignments email v2 which mirrors Review V2 page by @Rockyy174 in https://github.com/operately/operately/pull/3736
chore: Remove code used in Review V1 page by @Rockyy174 in https://github.com/operately/operately/pull/3738
feat: Space add, quick add react to Return key by @markoa in https://github.com/operately/operately/pull/3741
feat: Users can update their avatar by @Rockyy174 in https://github.com/operately/operately/pull/3739
chore: Storybooks for emails (kinda) by @shiroyasha in https://github.com/operately/operately/pull/3737
fix: Add pagePath to ProjectMilestoneCreation by @Rockyy174 in https://github.com/operately/operately/pull/3745
feat: Ensure comment authors join subscriptions by @Rockyy174 in https://github.com/operately/operately/pull/3742
fix: Handle edge cases in ProjectMilestoneCommented activity by @Rockyy174 in https://github.com/operately/operately/pull/3746
fix: Display overdue warning on Project page by @Rockyy174 in https://github.com/operately/operately/pull/3748
feat: Display comments count and description indicators in Task Board by @Rockyy174 in https://github.com/operately/operately/pull/3749
fix: Add margin left to actions in small screens in Task Board by @Rockyy174 in https://github.com/operately/operately/pull/3750
feat: Add comments count and description indicators to Milestones in Project overview tab by @Rockyy174 in https://github.com/operately/operately/pull/3751
chore: Add form variant to PersonField by @Rockyy174 in https://github.com/operately/operately/pull/3752
chore: Delete MilestoneUpdating activities where milestone didn't change by @Rockyy174 in https://github.com/operately/operately/pull/3754
feat: Add 'Subscribe' button to Milestone page sidebar by @Rockyy174 in https://github.com/operately/operately/pull/3755
feat: Add 'Subscribe' button to Task page sidebar by @Rockyy174 in https://github.com/operately/operately/pull/3756
fix: Handle null subscription on page sidebar by @Rockyy174 in https://github.com/operately/operately/pull/3757
chore: Move ProfileEditPage to turboui by @Rockyy174 in https://github.com/operately/operately/pull/3753
fix: Prevent zoom in PersonField on mobile by @Rockyy174 in https://github.com/operately/operately/pull/3758
fix: Restyle avatar edit buttons by @Rockyy174 in https://github.com/operately/operately/pull/3759
chore: Lighter font for daily email by @markoa in https://github.com/operately/operately/pull/3761
fix: Clicking once on milestone on mobile redirects to milestone by @Rockyy174 in https://github.com/operately/operately/pull/3760
chore: Organize timeline components in turboui by @Rockyy174 in https://github.com/operately/operately/pull/3762
chore: Add Reactions component to turboui by @Rockyy174 in https://github.com/operately/operately/pull/3763
feat: Remove custom-avatar FF by @Rockyy174 in https://github.com/operately/operately/pull/3764
feat: Comments support reactions on Milestone and Task page by @Rockyy174 in https://github.com/operately/operately/pull/3766
chore: Improve possible assignee search for tasks by @Rockyy174 in https://github.com/operately/operately/pull/3767
feat: Add profile menu to navbar by @Rockyy174 in https://github.com/operately/operately/pull/3765
chore: Increase length of collapsed page description by @Rockyy174 in https://github.com/operately/operately/pull/3769
chore: Add endpoint for deleting comments by @Rockyy174 in https://github.com/operately/operately/pull/3771
chore: Prevent deleting general space by @Rockyy174 in https://github.com/operately/operately/pull/3772
fix: Stabilize Goal targets reordering by @Rockyy174 in https://github.com/operately/operately/pull/3770
chore: Work Map query doesn't include item's parents if item is not active by @Rockyy174 in https://github.com/operately/operately/pull/3774
feat: Comments can be deleted on Milestone and Task pages by @Rockyy174 in https://github.com/operately/operately/pull/3775
feat: All comments can be deleted by @Rockyy174 in https://github.com/operately/operately/pull/3776
chore: Add subscriptions components to turboui by @Rockyy174 in https://github.com/operately/operately/pull/3778
fix: Handle localstorage QuotaExceededError by @Rockyy174 in https://github.com/operately/operately/pull/3779
chore: No changes by @Rockyy174 in https://github.com/operately/operately/pull/3780
chore: Add turboui subscriptions to Project Check-in by @Rockyy174 in https://github.com/operately/operately/pull/3781
fix: Sort possible subscribers correctly by @Rockyy174 in https://github.com/operately/operately/pull/3782
fix: Improve subscriptions checkbox click sensitivity by @Rockyy174 in https://github.com/operately/operately/pull/3784
chore: Replace app subscriptions with turboui subscriptions by @Rockyy174 in https://github.com/operately/operately/pull/3783
chore: Add extra tests for Review screen by @Rockyy174 in https://github.com/operately/operately/pull/3787
chore: Adjust behavior of get_assignments query by @Rockyy174 in https://github.com/operately/operately/pull/3788
fix: Show correct labels beside possible subscribers by @Rockyy174 in https://github.com/operately/operately/pull/3795
fix: Improve Goal target toggle by @Rockyy174 in https://github.com/operately/operately/pull/3796
fix: Clarify required fields on project form by @Rockyy174 in https://github.com/operately/operately/pull/3792
fix: Truncate goal field name by @Rockyy174 in https://github.com/operately/operately/pull/3793
fix: Reduce activities shown on Milestone page by @Rockyy174 in https://github.com/operately/operately/pull/3791
feat: Include resource details in project email by @Rockyy174 in https://github.com/operately/operately/pull/3798
feat: Add copy link action to comments by @Rockyy174 in https://github.com/operately/operately/pull/3799
feat: Team invitation link can be regenerated by @Rockyy174 in https://github.com/operately/operately/pull/3800
feat: Add link to invite-team page by @Rockyy174 in https://github.com/operately/operately/pull/3801
fix: Link is visible in dark theme on invite-team page by @Rockyy174 in https://github.com/operately/operately/pull/3802
feat: Include Milestones in global search + Add feature tests by @Rockyy174 in https://github.com/operately/operately/pull/3804
feat: Display Check-in status in check-ins tab by @Rockyy174 in https://github.com/operately/operately/pull/3805
fix: Improve navigation in Goal discussions by @Rockyy174 in https://github.com/operately/operately/pull/3806
fix: Add ALLOW_SIGNUP_WITH_EMAIL variable to installation script by @Rockyy174 in https://github.com/operately/operately/pull/3808
fix: surface email configuration issues during signup by @Rockyy174 in https://github.com/operately/operately/pull/3809
Full Changelog: https://github.com/operately/operately/compare/v1.1.0...1.2.0