Commit graph

67 commits

Author SHA1 Message Date
Benjamin Scharf
c1500e1170 Feature: Desktop view - Search - Filter for input/textarea attributes.
Fixes #6125 - Wildcard keyword search is case sensitive.

Co-authored-by: Benjamin Scharf <bs@zammad.com>
Co-authored-by: Dominik Klein <dk@zammad.com>
Co-authored-by: Dusan Vuckovic <dv@zammad.com>
Co-authored-by: Joe Schroecker <js@zammad.com>
2026-05-14 14:50:39 +02:00
Dominik Klein
ed3ebc690a Maintenance: Desktop view - Improve the situation for not existing options in tree select fields and in general, the unknown value options handling. 2026-03-06 17:04:05 +01:00
Mantas Masalskis
a1b9ef2bbb Maintenance: Update copyright information. 2026-01-02 15:41:09 +02:00
Mantas Masalskis
10f627cb69 Maintenance: Update copyright information 2025-01-01 17:39:43 +02:00
Benjamin Scharf
0a0935d943 Maintenance: Add eslint rule for sorting imports 2024-05-17 15:31:19 +02:00
Dusan Vuckovic
6a6fe3b6b2 Maintenance: Desktop - Add form field treeselect. 2024-01-24 10:37:46 +01:00
Dusan Vuckovic
24f384b23c Maintenance: Desktop - Add new form field for image upload with preview. 2024-01-10 10:27:06 +01:00
Dominik Klein
e054d6ca79 Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
renovatebot
c276f03f70 Maintenance: Update Formkit packages to v1 (major) 2023-10-10 13:55:23 +02:00
Vladimir Sheremet
0ef088fccd Maintenance: Mobile - Move mobile components from shared context to mobile 2023-08-29 08:54:06 +02:00
Rolf Schmidt
d54f6d3ce2 Fixes #4407 - [Core Workflow] Remove option does not work with tree select node that has sub-options.
Co-authored-by: Florian Liebe <fl@zammad.com>
Co-authored-by: Dominik Klein <dk@zammad.com>
2023-06-20 10:55:18 +02:00
Vladimir Sheremet
77e90d1698 Fixes #4646 - Mobile - Respect direction when rendering an arrow in forms 2023-06-09 13:34:29 +02:00
Vladimir Sheremet
acdba6eab4 Fixes: Mobile - Actually clear the form value when clicking on "clear" button 2023-04-26 14:16:15 +02:00
Vladimir Sheremet
3d4226dbaf Maintenance: Bring imports closer to standards. 2023-04-24 14:50:55 +02:00
renovatebot
342bf342ec Maintenance: Update Tailwind/Styling packages 2023-04-21 17:00:56 +02:00
Vladimir Sheremet
abac1147f8 Fixes: Mobile - Improve value output for the multiple Select fields 2023-04-18 16:01:11 +02:00
Vladimir Sheremet
4cbd5f3378 Maintenance: Improve a11y for fields with popup 2023-03-23 13:32:42 +01:00
Vladimir Sheremet
af32c3a475 Maintenance: Mobile - Add a rule to force "ltr/rtl" when using positioning classes 2023-03-21 13:06:17 +01:00
Dusan Vuckovic
68e5a03b3e Fixes: Mobile - Select field preselection mechanism applies disabled values. 2023-03-13 15:07:21 +01:00
Dominik Klein
4db3249a19 Fixes: Mobile - Improved non existing value in options and nulloption handling for select fields. 2023-03-08 08:55:30 +01:00
Martin Gruner
3fde07900c Feature: Mobile - align usage of common ticket indicator. 2023-03-07 16:43:28 +01:00
Vladimir Sheremet
7fcee65e10 Feature: Mobile - Add submitting for new article dialog 2023-01-23 14:49:06 +01:00
Florian Liebe
9dfc232536 Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
Dusan Vuckovic
43f37f9338 Feature: Mobile - Capybara test helpers for form fields in the mobile view. 2022-12-19 13:56:57 +01:00
Martin Gruner
31c2c31ed3 Feature: Mobile - Updating ticket attributes.
Co-authored-by: Vladimir Sheremet <vs@zammad.com>
Co-authored-by: Martin Gruner <mg@zammad.com>
2022-11-30 10:00:58 +01:00
Vladimir Sheremet
4a19143212 Fixes: Mobile - Ensure custom elements follow accessibility rules 2022-11-16 15:04:22 +01:00
Vladimir Sheremet
35166ecdca Fixes: Mobile - Fix small select field height and "More" icons in articles 2022-11-09 19:10:30 +01:00
Dusan Vuckovic
2a2ff6c7a1 Fixes: Mobile - Elements must have sufficient color contrast. 2022-11-09 12:35:50 +01:00
Dusan Vuckovic
4295fe50a1 Feature: Mobile - Form: FieldSelect/Treeselect historical values. 2022-11-08 15:23:02 +01:00
Dominik Klein
9b9a1f5706 Feature: Mobile - Added prefill support for auto complete form fields. 2022-11-04 16:45:24 +01:00
Dusan Vuckovic
92d632ae05
Maintenance: Mobile - Consolidate and update all used icons according to the agreed design. 2022-11-04 14:35:13 +00:00
Vladimir Sheremet
51a0cb28c1 Fixes: Mobile - Don't allow click on disabled select 2022-11-03 15:15:53 +01:00
Dusan Vuckovic
eeaf77a8d1 Fixes: Mobile - FieldSelect (and Treeselect): Handling of values when selected value was removed from the options. 2022-11-02 13:51:48 +00:00
Dominik Klein
41f3a35b89 Feature: Mobile - Implement core workflow in form handling. 2022-10-31 22:51:40 +01:00
Dusan Vuckovic
907dabe16b Fixes: Mobile - Fields - Floating-Label: Not good look and feel, when core workflow sets the value for an empty field. 2022-10-27 08:27:21 +02:00
Vladimir Sheremet
42f876a0be Fixes: Mobile - Improve form fields visuals 2022-10-25 11:32:54 +02:00
Dusan Vuckovic
74f0005d96 Fixes: Mobile - Unsafe mutation of a computed property in select option composable. 2022-10-24 10:08:52 +00:00
Dusan Vuckovic
09084ed392 Fixes: Mobile - Blur event handler gets triggered twice for select family of fields. 2022-10-21 16:57:30 +02:00
Dusan Vuckovic
ec7675c422 Feature: Mobile - Drop optional autoselect feature in select form fields, in favor of automatic preselection. 2022-10-20 16:23:09 +02:00
Dusan Vuckovic
1b21908b1f Feature: Mobile - Implement automated accessibility testing with vitest-axe. 2022-10-18 10:11:27 +00:00
Dusan Vuckovic
ce256d9176 Feature: Mobile - ARIA input fields must have an accessible name. 2022-10-13 15:22:44 +02:00
Dusan Vuckovic
7314e53e48 Feature: Mobile - Certain ARIA roles must contain particular children. 2022-10-13 12:59:04 +02:00
Vladimir Sheremet
169e05bd5f Maintenance: Mobile - Use Histoire 2022-10-05 11:46:29 +02:00
Dominik Klein
f566c47f2a Feature: Mobile - Added form schema field improvements. 2022-09-22 16:29:48 +02:00
Vladimir Sheremet
5f91587804 Fix: Mobile - Fix Form labels overlapping with content 2022-09-22 11:46:20 +02:00
Vladimir Sheremet
bb9b043498 Maintenance: Mobile - Allow boolean in CommonSelect 2022-09-09 10:42:06 +02:00
Vladimir Sheremet
327717f99a Feature: Mobile - Add FieldTags component 2022-09-05 16:56:53 +02:00
Vladimir Sheremet
3cd14cc176 Maintenance: Mobile - Standardize format of store exports. 2022-08-24 14:07:00 +02:00
renovatebot
ad87a4bd4f Maintenance: Update Test related packages 2022-08-16 09:27:51 +02:00
Vladimir Sheremet
5ecce31b1b Feature: Mobile - Add CommonButtonPills component 2022-08-12 11:25:00 +02:00