mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-11 13:28:57 +00:00
11611de2b8
Frontend: - the basics schema broke after the locale refine was added, since .pick() does not exist on a refined schema. Split the base object schema out and refine only the full form schema. - creating a collection no longer overwrites the parent picked in the sheet with the preset parent, so "None" and other choices stick - the article editor toolbar is inert while the editor is disabled, since teleporting moved it out of the pointer-events-none wrapper - stop stealing focus when a parent swaps the editor content - a11y: label the link/youtube URL inputs and the link list remove button, and make the help center name cell a real button Backend: - reject a custom domain whose hostname another help center already uses. App-level check in validateCustomDomain, matching the case-insensitive hostname comparison routing does. Static: - docs template: convert the remaining left/right rules to logical properties and flip the row arrows in RTL - fix currentcolor casing in article-content.css