Files
objecttothis 91f8d89bc0 refactor(items): standardize function and variable names for consistency
- Updated function names to use camelCase (e.g., `item_sort_columns` to `itemSortColumns`).
- Adjusted variable naming to align with camelCase conventions.
- Updated related calls in controllers, helpers, and tests to reflect new naming.
- Improved code readability and adherence to naming standards.

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-08-21 15:49:43 +04:00
..