-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
wip: Implementing New UI #7101
Closed
Closed
wip: Implementing New UI #7101
Conversation
This file contains 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
…nd accessibility tests
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.
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.yml
Roadmap
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.yml
Breaking Changes
display_url
: Replaced by the newresources
namespace. (see below)logo_url
: Replaced by the newbranding
namespace. (see below)New Additions
icon
Property: Allows customization of icons for collections:resources
Namespace: Enables external links to resources like the main site, git repo, analytics, and deploy services.branding
Namespace: Customize the logo, title and potentially the theme in future updates.analytics
Namespace: 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