discourse/app/assets/stylesheets/common
Alan Guo Xiang Tan 8de869630f
DEV: Add validation message to string fields in theme object editor (#26257)
Why this change?

In our schema, we support the `min_length` and `max_length` validation
rules like so:

```
some_objects_setting
  type: objects
  schema:
    name: some_object
    properties:
      title:
        type: string
        validations:
          min_length: 1
          max_length: 10
```

While the validations used to validate the objects on the server side,
we should also add client side validation for better UX.
2024-03-21 12:39:25 +08:00
..
admin DEV: Add validation message to string fields in theme object editor (#26257) 2024-03-21 12:39:25 +08:00
base DEV: unused CSS cleanup, variable updates, simplification (#26111) 2024-03-11 09:07:53 -04:00
components FEATURE: Redesign keyboard shortcut modal (#26236) 2024-03-19 10:11:20 -06:00
float-kit FIX: Position Float Kit elements correctly in RTL mode (#24908) 2023-12-15 13:16:31 +03:00
foundation UX: Make input sizing consistent across all browsers (#26159) 2024-03-20 16:23:44 +00:00
login UX: cleaning up some invite page styles (#25247) 2024-01-12 17:15:01 -05:00
modal DEV: More bulk select modal enhancements (#25979) 2024-03-05 08:30:26 -07:00
select-kit FEATURE: Show remaining count in category-drop (#25938) 2024-03-07 16:14:50 +02:00
table-builder DEV: update classes, remove unused CSS (#25825) 2024-02-23 09:14:37 -05:00
d-editor.scss UX: always show image controls on touch devices (#26018) 2024-03-04 17:19:09 -05:00
font-variables.scss UX: Make input sizing consistent across all browsers (#26159) 2024-03-20 16:23:44 +00:00
input_tip.scss A11Y: disable non-essential CSS animations for reduced-motion users (#23571) 2023-09-14 17:31:43 -04:00
loading-slider.scss FIX: better supports ipad and hub footer nav (#25518) 2024-02-01 10:24:44 +01:00
post-action-feedback.scss FIX: allow styling of feedback on mobile (#25072) 2023-12-30 08:57:16 +11:00
printer-friendly.scss FEATURE: remove category badge style options, set bullet style as default (#24198) 2023-11-13 10:46:15 -05:00
software-update-prompt.scss REFACTOR: move shadow vars to css custom props (#22094) 2023-06-13 16:38:31 -04:00
topic-entrance.scss REFACTOR: move shadow vars to css custom props (#22094) 2023-06-13 16:38:31 -04:00
topic-timeline.scss UX: improve touch, swipe, panning performance on mobile menus (#23775) 2023-10-16 11:27:00 -07:00
whcm.scss A11Y: Improve accessibility in WHCM themes (#18606) 2022-10-17 07:07:46 -07:00