Skip to content

Conversation

@om-ukr
Copy link
Collaborator

@om-ukr om-ukr commented Oct 9, 2025

What Is This Change?

How Has This Been Tested?

Basic checks:

  • npm run lint
  • npm run test

Advanced checks:

  • If Atlassian employee & Bitbucket changes: did you test with DC in mind? See Instructions

Recommendations:

  • Update the CHANGELOG if making a user facing change

@om-ukr om-ukr changed the title AXON-1336: Add AKE with default functionality to description area AXON-1336: Add AKE with default functionality to BB Oct 15, 2025
@om-ukr om-ukr force-pushed the AXON-1331-Rich-text-editor-bitbucket branch 5 times, most recently from 5708c90 to eaf084c Compare October 21, 2025 11:15
@om-ukr om-ukr changed the title AXON-1336: Add AKE with default functionality to BB AXON-1331 Rich text editor (Bitbucket) Oct 22, 2025
om-ukr and others added 8 commits November 26, 2025 11:08
* AXON-1337: Add AKE with default functionality to comments area

* AXON-1337: Remove unused CSS
* AXON-1333: Add mentions provider for BB AKE

* AXON-1333: Fix mentions for DC
* AXON-1339: fix/update unit tests for BB AKE

* AXON-1339: update timers

* AXON-1339: fix failed tests
@om-ukr om-ukr force-pushed the AXON-1331-Rich-text-editor-bitbucket branch from 8bc894e to 9c8f5f0 Compare November 26, 2025 13:35
onCancel?: () => void;
fetchUsers?: (input: string) => Promise<User[]>;
handleEditorFocus: (isFocused: boolean) => void;
mentionsProvider: AtlascodeMentionProvider | undefined;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔎 Code Design - Model Structure

The mentionsProvider prop should be marked as optional in the interface to match its usage pattern.

Suggested change
mentionsProvider: AtlascodeMentionProvider | undefined;
mentionsProvider?: AtlascodeMentionProvider | undefined;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants