fix: Fix content not displaying by adding an immediate to sync watcher in the app#1277
fix: Fix content not displaying by adding an immediate to sync watcher in the app#1277odalamkundika-hue wants to merge 6 commits intomainfrom
Conversation
7dee63e to
e7a37e5
Compare
| :id="language._id" | ||
| :key="language._id" | ||
| class="flex w-full items-center p-3" | ||
| transition="duration-200 hover:bg-yellow-100/50 dark:hover:bg-yellow-100/25" |
| :id="language._id" | ||
| :key="language._id" | ||
| class="flex w-full cursor-pointer items-center gap-1 p-3" | ||
| transition="duration-200 hover:bg-yellow-100/50 dark:hover:bg-yellow-100/25" |
| :key="language._id" | ||
| @click="quickLanguageSwitch(language._id)" | ||
| class="flex cursor-pointer select-none items-center gap-2 px-4 py-2 text-sm leading-6 text-zinc-800 hover:bg-zinc-50 dark:text-white dark:hover:bg-slate-600" | ||
| class="flex cursor-pointer select-none items-center gap-2 px-4 py-2 text-sm leading-6 text-zinc-800 hover:bg-yellow-100/50 dark:text-white dark:hover:bg-yellow-100/25" |
| 'mb-0 cursor-default bg-zinc-200 shadow': isActive && !isCardCollapsed, | ||
| 'border-1.5 cursor-default bg-white shadow': isActive && isCardCollapsed, | ||
| 'border bg-white/80 hover:bg-white/100': !isActive, | ||
| 'hover:border-white-500 border bg-white/80 transition duration-200 hover:bg-zinc-100': |
There was a problem hiding this comment.
Try to avoid transitions where possible to keep the app and CMS as ligthweight as possible
…loning, and update content validation UI styling.
b1e965d to
07d2228
Compare
|
Meeting with @odalamkundika-hue on Feb 4 Wednesday 2026 (notes for discussion) When saving/creating documents, the When duplicating, we want to remove the cached parent tags on the content documents We tried doing thatt in the client code. But it is overriden from the @ivanslabbert do you have a way we can approach this? |
Single source of truth for cached docs in api |
No description provided.