Skip to content

Commit

Permalink
Merge branch 'fix/hyperloader_script_remove' of github.com:juspay/hyp…
Browse files Browse the repository at this point in the history
…erswitch-control-center into fix/hyperloader_script_remove
  • Loading branch information
JeevaRamu0104 committed Jan 10, 2024
2 parents 3d78388 + 2671b32 commit 8a43cc8
Show file tree
Hide file tree
Showing 86 changed files with 482 additions and 9,032 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [conven

- - -

## 1.22.0 (2024-01-09)

### Features

- Modal added for Switch merchant switch. ([#213](https://github.com/juspay/hyperswitch-control-center/pull/213)) ([`660c706`](https://github.com/juspay/hyperswitch-control-center/commit/660c706b26c6a7177b36dd416483e4435e686fd4))

**Full Changelog:** [`v1.21.0...v1.22.0`](https://github.com/juspay/hyperswitch-control-center/compare/v1.21.0...v1.22.0)

- - -


## 1.21.0 (2024-01-09)

### Features

- Customers module ([#198](https://github.com/juspay/hyperswitch-control-center/pull/198)) ([`c307fd7`](https://github.com/juspay/hyperswitch-control-center/commit/c307fd7bde4b3d43d54022b67f6be2265fc70eca))

### Bug Fixes

- Eslint issue ([#205](https://github.com/juspay/hyperswitch-control-center/pull/205)) ([`011edf1`](https://github.com/juspay/hyperswitch-control-center/commit/011edf188a610b7dd6977d32006cda3c5b029965))
- Filters enhance ([#160](https://github.com/juspay/hyperswitch-control-center/pull/160)) ([`77cebce`](https://github.com/juspay/hyperswitch-control-center/commit/77cebced9bfd9621f7c15b40c92b82f9c8be8c4f))

**Full Changelog:** [`v1.20.0...v1.21.0`](https://github.com/juspay/hyperswitch-control-center/compare/v1.20.0...v1.21.0)

- - -


## 1.20.0 (2024-01-08)

### Features
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ The `production_access` feature flag enables a flow for users to request live pr

The `quick_start` feature flag enables the simplified onboarding flow for new users, where they connect to processors, configure payment routing and test a payment, all in one flow.

#### Customers Module

The `customers_module` feature flag enables the customers module in dashboard. Users can see the customers and their details via enabling this flag.

---

## Deployment
Expand Down
3 changes: 2 additions & 1 deletion config/FeatureFlag.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"generate_report": false,
"forgot_password": false,
"user_journey_analytics": false,
"surcharge": false
"surcharge": false,
"customers_module": false
}
76 changes: 0 additions & 76 deletions src/components/AsyncSelectBox.res

This file was deleted.

197 changes: 0 additions & 197 deletions src/components/Base64ImageInputWithDnD.res

This file was deleted.

12 changes: 0 additions & 12 deletions src/components/CalendarList.res
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
external ffInputToSelectInput: ReactFinalForm.fieldRenderPropsInput => ReactFinalForm.fieldRenderPropsCustomInput<
array<string>,
> = "%identity"
let getStrArray = jsonArr => {
jsonArr->Array.reduce([], (acc, jsonElement) => {
switch jsonElement->Js.Json.decodeString {
| Some(str) => {
let _ = Array.push(acc, str)
}

| None => ()
}
acc
})
}

open Calendar
@react.component
Expand Down
Loading

0 comments on commit 8a43cc8

Please sign in to comment.