Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: suitenumerique/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: suitenumerique/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/doc-dnd-with-react-query
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 46 files changed
  • 1 contributor

Commits on Mar 24, 2025

  1. 🐛(back) keep info if document has deleted children

    With the soft delete feature, relying on the is_leaf method from the
    treebeard is not accurate anymore. To determine if a node is a leaf, it
    checks if the number of numchild is equal to 0. But a node can have soft
    deleted children, then numchild is equal to 0, but it is not a leaf
    because if we want to add a child we have to look for the last child to
    compute a correct path. Otherwise we will have an error saying that the
    path already exists.
    PanchoutNathan committed Mar 24, 2025
    Copy the full SHA
    12f4a72 View commit details
  2. ➕(frontend) updated dependencies and added new packages

    Added several new dependencies to the `package.json` file, including
    `@dnd-kit/core`, `@dnd-kit/modifiers`, `@fontsource/material-icons`, and
    `@gouvfr-lasuite/ui-kit`.
    PanchoutNathan committed Mar 24, 2025
    Copy the full SHA
    05b14b2 View commit details
  3. ✨(frontend) refactor and theme token update

    The configuration file has been simplified by importing configurations
    from @gouvfr-lasuite/ui-kit . Colors and components have been updated to
    reflect the new values. Additionally, adjustments have been made to
    global styles, including the addition of styles for Material icons. Form
    components have also been modified to incorporate the new style
    properties.
    PanchoutNathan committed Mar 24, 2025
    Copy the full SHA
    48db42f View commit details
  4. ✨(Frontend) Added drag-and-drop functionality for document management

    Added a new feature for moving documents within the user interface via
    drag-and-drop. This includes the creation of Draggable and Droppable
    components, as well as tests to verify document creation and movement
    behavior. Changes have also been made to document types to include user
    roles and child management capabilities.
    PanchoutNathan committed Mar 24, 2025
    Copy the full SHA
    a32ee20 View commit details
  5. ✨(frontend) added subpage management and document tree features

    New components were created to manage subpages in the document tree,
    including the ability to add, reorder, and view subpages. Tests were
    added to verify the functionality of these features. Additionally, API
    changes were made to manage the creation and retrieval of document
    children.
    PanchoutNathan committed Mar 24, 2025
    Copy the full SHA
    0a6502a View commit details
  6. Copy the full SHA
    aadd6d9 View commit details
  7. Copy the full SHA
    615ab56 View commit details
  8. wip

    PanchoutNathan committed Mar 24, 2025
    Copy the full SHA
    2b2a579 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff main...feature/doc-dnd-with-react-query