Skip to content

Add new order creation page#474

Merged
ekateluv merged 31 commits into
mainfrom
ekateluv-order-page-v2
Jul 9, 2026
Merged

Add new order creation page#474
ekateluv merged 31 commits into
mainfrom
ekateluv-order-page-v2

Use pickup map link from API instead of hardcoded one

ef78aa6
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 7, 2026 in 0s

294 new issues (0 max.) of at least severity.

Annotations

Check warning on line 71 in common/types.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

common/types.ts#L71

'Courier' is defined but never used.

Check warning on line 72 in common/types.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

common/types.ts#L72

'Pickup' is defined but never used.

Check warning on line 73 in common/types.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

common/types.ts#L73

'Point' is defined but never used.

Check warning on line 74 in common/types.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

common/types.ts#L74

'Taxi' is defined but never used.

Check warning on line 171 in common/types.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

common/types.ts#L171

Unexpected any. Specify a different type.

Check warning on line 5 in components/Select.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/Select.vue#L5

Unexpected any. Specify a different type.

Check warning on line 30 in components/order/AddressAutocomplete.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/AddressAutocomplete.vue#L30

'useRuntimeConfig' is not defined.

Check warning on line 31 in components/order/AddressAutocomplete.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/AddressAutocomplete.vue#L31

Unsafe call of an `error` type typed value.

Check warning on line 57 in components/order/AddressAutocomplete.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/AddressAutocomplete.vue#L57

Unsafe member access .public on an `error` typed value.

Check warning on line 63 in components/order/AddressAutocomplete.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/AddressAutocomplete.vue#L63

Unsafe member access .value on an `error` typed value.

Check warning on line 69 in components/order/AddressAutocomplete.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/AddressAutocomplete.vue#L69

Unsafe argument of type `any` assigned to a parameter of type `string`.

Check warning on line 6 in components/order/Customer.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Customer.vue#L6

Unsafe assignment of an error typed value.

Check warning on line 24 in components/order/Customer.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Customer.vue#L24

Unsafe member access .address on an `error` typed value.

Check warning on line 40 in components/order/Customer.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Customer.vue#L40

Unnecessary optional chain on a non-nullish value.

Check warning on line 42 in components/order/Customer.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Customer.vue#L42

'ref' is not defined.

Check warning on line 48 in components/order/Customer.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Customer.vue#L48

Unsafe member access .value on an `error` typed value.

Check warning on line 5 in components/order/Fulfillment.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Fulfillment.vue#L5

'useI18n' is not defined.

Check warning on line 6 in components/order/Fulfillment.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Fulfillment.vue#L6

Unsafe call of an `error` type typed value.

Check warning on line 19 in components/order/Fulfillment.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Fulfillment.vue#L19

Unsafe call of an `error` type typed value.

Check warning on line 37 in components/order/Fulfillment.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Fulfillment.vue#L37

Unexpected any. Specify a different type.

Check warning on line 38 in components/order/Fulfillment.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Fulfillment.vue#L38

Unexpected any. Specify a different type.

Check warning on line 47 in components/order/Fulfillment.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Fulfillment.vue#L47

Unsafe assignment of an `any` value.

Check warning on line 51 in components/order/Fulfillment.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Fulfillment.vue#L51

Unsafe call of an `error` type typed value.

Check warning on line 52 in components/order/Fulfillment.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Fulfillment.vue#L52

'useApi' is not defined.

Check warning on line 52 in components/order/Fulfillment.vue

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

components/order/Fulfillment.vue#L52

Unsafe assignment of an error typed value.