wip: Implementing New UI#7101
Closed
Daniel-Mendes wants to merge 170 commits into
Closed
Conversation
…nd accessibility tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request is a continuation of the UX improvements initiated in #2557. It merges the work done in the v3-ui-redesign branch with the current master branch, introducing a new layout, dark mode, and a mobile-responsive design.
Preview
Features
Areas for Improvement
The following features are not implemented yet but are recommended for future updates:
Out of scope
The following features are not included in this pull request and will be considered in future updates:
config.ymlRoadmap
Phase 1: Components and stories migration
In this phase, the goal is to migrate all components and stories to the new UI design.
Progress Overview
Pages
Components
Inputs
Phase 2: App Core Migration
The focus of this phase is to gradually migrate the decap-cms-core code to utilize the new UI components.
Progress Overview
Migrate components from Netlify Theme to Decap Theme
Base Layout
Authentication Pages
List Collection Page
Edit Collection Page
Editorial Workflow Page
Changes to
config.ymlBreaking Changes
display_url: Replaced by the newresourcesnamespace. (see below)logo_url: Replaced by the newbrandingnamespace. (see below)New Additions
iconProperty: Allows customization of icons for collections:resourcesNamespace: Enables external links to resources like the main site, git repo, analytics, and deploy services.brandingNamespace: Customize the logo, title and potentially the theme in future updates.analyticsNamespace: Configures dashboard analytics provider.New Customisation Functions
To further extend the customization capabilities of Decap CMS, new functions have been introduced:
registerAnalytics: Allows developers to register custom analytics providers.registerIcon: Enables the registration of custom icons, making it easier to expand the icon library used throughout the CMS:registerTheme: Facilitates the registration of custom themes, providing a way to extend or override the default theming options