Replies: 3 comments
-
related discussion: decaporg/decap-cms#1025 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey! We'll do some changes soon that decouple commits from editing an item, so these should effectively solve this issue of having 100s of micro-commits when working on a content piece 👍 No timeline on this, but that's something in the pipeline. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Update: some good progress on this front — here's a little teaser video 🤗 batch-commits-polish.mov |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Saving every little change results in waiting
insert build time here
before seeing changes live.Until then technical users don't always know what's happening.
Those users which do not understand or know that git is underneath keystatic will be confused when they click "publish/save" and it doesn't show up on the site straight away. You can tell them many times: "yada yada yada, it takes 10 minutes to deploy", but they'll forget. (I know, I recently had to deal with this in a side project)
Ways to handle this:
DecapCMS does
2
but only cares about the deployment status for the purposes of displaying a "preview page" within PRs and not indicating that a PR has been merged and its deployment is in flight.Finally there's probably something interesting that can be done by utilising merge queues?
Beta Was this translation helpful? Give feedback.
All reactions