Add order entities and mocks for client order feature

Introduces new domain entities for order types and one-time orders, along with their positions. Adds a mock OrderRepository to the data_connect package and wires it into the module. Updates localization files for new order flows and refactors Equatable usage for consistency. Also adds a minus icon to the design system.
This commit is contained in:
Achintha Isuru
2026-01-22 16:47:39 -05:00
parent 7090efb583
commit 4b3125de1a
80 changed files with 2472 additions and 531 deletions

View File

@@ -48,6 +48,9 @@ class UiIcons {
/// Plus/Add icon
static const IconData add = _IconLib.plus;
/// Minus icon
static const IconData minus = _IconLib.minus;
/// Edit icon
static const IconData edit = _IconLib.edit2;