-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrade design system #9253
Upgrade design system #9253
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@kennedybaird I think adding a checkbox (or cookie, or) that can easily switch between different field modes will be incredibly helpful in debugging UX |
@dcousens - to clarify, you'd like this to expand the current |
|
This comment was marked as resolved.
This comment was marked as resolved.
@jossmac I am sure you have noticed my work in #9186 |
packages/core/src/fields/types/relationship/views/RelationshipSelect.tsx
Outdated
Show resolved
Hide resolved
96049f6
to
f4d16cc
Compare
b7d26a3
to
1368261
Compare
2552031
to
c527910
Compare
This comment was marked as resolved.
This comment was marked as resolved.
@gautamsi I think a significant amount of time is needed for QA and documenting or resolving any regressions, maybe the next step is an alpha RC |
lets plan to do alpha release soon along with #9186 and kill two birds with one stone. I can prepare my branch with changes from de#date. |
For context @gautamsi, I had a few weeks between client projects which I was able to dedicate to this refactor but that's come to an end. I should hopefully find time here and there for bug fixes etc. however it will be far less focused. |
@jossmac It is going to be difficult to keep waiting for the community. It seems there is no intention to add major changes to the project, it would be good to open this up for community for governance. I know as a company Thinkmill may have other priority and even new Keystatic but there are so much to work on here. I have already started using my own release on npm, it would be good to have direction on this repo to make informed decision. |
This comment was marked as resolved.
This comment was marked as resolved.
… example is removed
3f9b938
to
1a0a342
Compare
1a0a342
to
8d2a469
Compare
This pull request is pretty big, and we could probably keep working on it for quite a while, but it's time to move to the next phase and put out an RC for wider testing. |
This pull request introduces multiple breaking changes and improvements across Keystone’s core packages. The primary focus of the pull request is the transition to
@keystar/ui
by removing@keystone-ui/*
.A number of seemingly unrelated breaking changes are included to reduce the burden of back-porting functionality that will then be removed soon thereafter. A few notable out-of-band changes include now supporting
null
defaults in numeric fields, and movingEndSession
to only exist as part of@keystone-6/auth
.