Skip to content

Conversation

@AntoLC
Copy link
Collaborator

@AntoLC AntoLC commented Feb 12, 2026

Purpose

Describe the purpose of this pull request.

Proposal

  • item 1...
  • item 2...

External contributions

Thank you for your contribution! 🎉

Please ensure the following items are checked before submitting your pull request:

  • I have read and followed the contributing guidelines
  • I have read and agreed to the Code of Conduct
  • I have signed off my commits with git commit --signoff (DCO compliance)
  • I have signed my commits with my SSH or GPG key (git commit -S)
  • My commit messages follow the required format: <gitmoji>(type) title description
  • I have added a changelog entry under ## [Unreleased] section (if noticeable change)
  • I have added corresponding tests for new features or bug fixes (if applicable)

We are going to add new modal to import docs, and
to avoid having too much code in the docs-grid
feature, we are moving all the import code in a
new doc-import feature folder. This is a pure
move, no logic has been changed, only the location
of the files and the imports.
To keep consistency with the other modals, we move
the share modal directly to the
DocsGridActions component. This way, we avoid
having to pass down the openShareModal function
from parent components and keep the logic related
to sharing a doc encapsulated within the
concern component.
@AntoLC AntoLC self-assigned this Feb 12, 2026
@AntoLC AntoLC added frontend feature add a new feature labels Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature add a new feature frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant