Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illiar/feat/collection flow customization #2479

Open
wants to merge 34 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9419c25
feat: updated collection flow schema update endpoint & updated theme
chesterkmr Jun 20, 2024
c7a5a6d
fix: fixed update
chesterkmr Jun 23, 2024
426ee82
feat: reworked ui definition update method(WIP)
chesterkmr Jun 24, 2024
aabec56
feat: refactored endpoints & added new deep merge method to wf sdk
chesterkmr Jun 25, 2024
468e20c
fix: reworked put endpoint
chesterkmr Jun 26, 2024
c587d95
feat: workflow core bump
chesterkmr Jun 26, 2024
b5e661c
feat: added initial collection flow docs
chesterkmr Jun 27, 2024
804d605
feat: added iframe integration docs
chesterkmr Jun 27, 2024
ccf1cd8
feat(ci-cd): add node heap to test run
alonp99 Jun 27, 2024
f7f834a
feat: added screenshots to theming section
chesterkmr Jun 27, 2024
c1bec6a
feat: added pallete explanation
chesterkmr Jun 27, 2024
a3d7e10
feat(demo): adding is demo feature flag
alonp99 Jun 27, 2024
d7692f9
Merge branch 'dev' into illiar/feat/collection-flow-customization
chesterkmr Jul 2, 2024
017b72b
Merge branch 'dev' into illiar/feat/collection-flow-customization
alonp99 Jul 10, 2024
decaf2c
Merge branch 'dev' into illiar/feat/collection-flow-customization
chesterkmr Sep 3, 2024
8819b4a
feat: added stepper customization & updated pallete classes
chesterkmr Sep 5, 2024
778877c
feat: reworked document field design
chesterkmr Sep 5, 2024
f2d24c7
feat: added clear field functionality
chesterkmr Sep 5, 2024
ad36d08
Merge branch 'illiar/feat/document-field-variant' into illiar/feat/co…
chesterkmr Sep 5, 2024
7f95837
feat: implemented dynamic powered by logo & added white poweredby
chesterkmr Sep 5, 2024
9a1e7a2
fix: fixed & clean
chesterkmr Sep 5, 2024
3dbbea4
fix: cleaned console logs
chesterkmr Sep 5, 2024
0b29975
feat: refactor
chesterkmr Sep 5, 2024
7a60682
fix: lock fix
chesterkmr Sep 5, 2024
5355a89
Merge branch 'dev' into illiar/feat/collection-flow-customization
chesterkmr Sep 5, 2024
6fd9808
fix: lock fix
chesterkmr Sep 5, 2024
6055b47
feat: added logo to theme definition
chesterkmr Sep 16, 2024
5448fe5
Merge branch 'dev' into illiar/feat/collection-flow-customization
chesterkmr Sep 19, 2024
0783b84
fix: lock fix
chesterkmr Sep 19, 2024
28d3b25
feat: implemented visibleOn for nested inputs
chesterkmr Sep 28, 2024
312de13
Merge branch 'dev' into illiar/feat/collection-flow-customization
chesterkmr Oct 1, 2024
95cbe75
fix: fixed typos
chesterkmr Oct 1, 2024
078a76f
Merge branch 'dev' into illiar/feat/collection-flow-customization
chesterkmr Oct 1, 2024
0cc12f1
fix: deleted theme
chesterkmr Oct 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions apps/backoffice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@

### Patch Changes

- bump
- Updated dependencies
- @ballerine/react-pdf-toolkit@1.2.32
- @ballerine/workflow-browser-sdk@0.6.44
- @ballerine/workflow-node-sdk@0.6.44
- @ballerine/blocks@0.2.19
- @ballerine/common@0.9.33
- @ballerine/ui@0.5.32
- Bump
- Updated dependencies
- @ballerine/common@0.9.33
Expand Down Expand Up @@ -119,6 +127,8 @@

### Patch Changes

- @ballerine/workflow-browser-sdk@0.6.39
- @ballerine/workflow-node-sdk@0.6.39
- Version bump
- Updated dependencies
- @ballerine/blocks@0.2.14
Expand Down Expand Up @@ -374,6 +384,8 @@

### Patch Changes

- @ballerine/workflow-browser-sdk@0.6.15
- @ballerine/workflow-node-sdk@0.6.15
- Updated dependencies
- @ballerine/common@0.9.9
- @ballerine/workflow-browser-sdk@0.6.15
Expand Down
7 changes: 7 additions & 0 deletions apps/kyb-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@

### Patch Changes

- bump
- Updated dependencies
- @ballerine/workflow-browser-sdk@0.6.44
- @ballerine/blocks@0.2.19
- @ballerine/common@0.9.33
- Updated dependencies
- @ballerine/ui@0.5.32

Expand Down Expand Up @@ -115,6 +120,7 @@

### Patch Changes

- @ballerine/workflow-browser-sdk@0.6.39
- Version bump
- Updated dependencies
- @ballerine/blocks@0.2.14
Expand Down Expand Up @@ -381,6 +387,7 @@

### Patch Changes

- @ballerine/workflow-browser-sdk@0.6.15
- Updated dependencies
- @ballerine/common@0.9.9
- @ballerine/workflow-browser-sdk@0.6.15
Expand Down
16 changes: 16 additions & 0 deletions apps/kyb-app/public/poweredby-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 0 additions & 42 deletions apps/kyb-app/settings.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { Head } from '@/Head';
import { SettingsProvider } from '@/common/providers/SettingsProvider/SettingsProvider';
import { ThemeProvider } from '@/common/providers/ThemeProvider';
import { queryClient } from '@/common/utils/query-client';
import { AnyChildren } from '@ballerine/ui';
import { QueryClientProvider } from '@tanstack/react-query';
import React from 'react';
import settingsJson from '../../../../settings.json';

interface TestProviderProps {
children: AnyChildren;
Expand All @@ -16,9 +14,7 @@ export const TestProvider = ({ children }: TestProviderProps) => {
<React.StrictMode>
<QueryClientProvider client={queryClient}>
<Head />
<SettingsProvider settings={settingsJson}>
<ThemeProvider theme={settingsJson.theme}>{children}</ThemeProvider>
</SettingsProvider>
<ThemeProvider>{children}</ThemeProvider>
</QueryClientProvider>
</React.StrictMode>
);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import styles from './ProgressBar.module.css';
import { Chip } from '@/common/components/atoms/Chip';
import { LoadingSpinner } from '@/common/components/atoms/LoadingSpinner';
import { Check } from 'lucide-react';
import { ctw } from '@ballerine/ui';
import { useDynamicUIContext } from '@/components/organisms/DynamicUI/hooks/useDynamicUIContext';
import { ctw } from '@ballerine/ui';
import { Check } from 'lucide-react';
import { useTranslation } from 'react-i18next';
import styles from './ProgressBar.module.css';

interface Props {
className?: string;
Expand Down
Loading
Loading