Files
libredesk/static
Abhinav Raut 11611de2b8 fix the second round of help center review findings
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
2026-08-13 18:29:07 +05:30
..
2026-07-19 18:51:24 +05:30