Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRISTAL-219: UI for creating pages #348

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

CRISTAL-219: UI for creating pages #348

wants to merge 2 commits into from

Commits on Sep 16, 2024

  1. CRISTAL-219: UI for creating pages

    * Add New Page dialog to the sidebar: `CPageCreationMenu`
    * Make navigation trees react to current page changes
    * Add prop to `XNavigationTree` to override default click action
    * Introduce `NavigationTreeSource.getParentNodesId()`
    * Introduce `WikiConfig.getPageResourceSeparator()`
    * Introduce `WikiConfig.getNewPageDefaultName()`
    * Introduce property `NavigationTreeNode.location`
    * Implement missing model on Shoelace's `XTextField`
    * Implement missing model on Shoelace's `XDialog`
    * Slightly unify CSS between Shoelace and Vuetify components
    * Update `vuetify` to version `3.6.15`
    pjeanjean committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0df3c25 View commit details
    Browse the repository at this point in the history
  2. CRISTAL-219: UI for creating pages

    * Fix functional tests
    pjeanjean committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2377e08 View commit details
    Browse the repository at this point in the history