Skip to content

Commit

Permalink
Merge branch 'main' of github.com:valmi-io/valmi-activation
Browse files Browse the repository at this point in the history
  • Loading branch information
rajvarkala committed Jan 4, 2024
2 parents b61c938 + ad4f233 commit 7431054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valmi-app
Submodule valmi-app updated 52 files
+4 −9 .vscode/settings.json
+15 −36 pages/_app.tsx
+83 −123 pages/spaces/[wid]/destination-warehouses/create/[type]/index.tsx
+46 −28 pages/spaces/[wid]/destination-warehouses/create/index.tsx
+30 −51 pages/spaces/[wid]/destination-warehouses/index.tsx
+80 −126 pages/spaces/[wid]/streams/create/index.tsx
+26 −55 pages/spaces/[wid]/streams/index.tsx
+77 −31 pages/spaces/[wid]/syncs/[sid]/runs/[rid]/logs.tsx
+44 −22 pages/spaces/[wid]/syncs/index.tsx
+91 −56 pages/spaces/[wid]/tracks/create/index.tsx
+28 −35 pages/spaces/[wid]/tracks/index.tsx
+13 −0 src/components/FormInput/FormEmptyControl.tsx
+7 −22 src/components/FormInput/FormFieldAuth.tsx
+84 −0 src/components/FormInput/FormInputControl.tsx
+88 −0 src/components/FormInput/FormSelectControl.tsx
+5 −5 src/components/Icon/CustomIcon.tsx
+2 −14 src/components/Instructions/index.tsx
+3 −6 src/components/ListEmptyComponent/index.tsx
+6 −12 src/components/Table/TableHeader.tsx
+3 −11 src/content/ConnectionFlow/ConnectorConfig/ConnectorConfigUtils.tsx
+22 −39 src/content/ConnectionFlow/ConnectorConfig/index.tsx
+6 −14 src/content/ConnectionFlow/Connectors/ConnectorCard.tsx
+18 −13 src/content/ConnectionFlow/Connectors/index.tsx
+19 −49 src/content/Connections/index.tsx
+18 −0 src/content/DestinationWarehouses/DestinationTableColumns.tsx
+53 −0 src/content/DestinationWarehouses/DestinationUtils.tsx
+78 −0 src/content/DestinationWarehouses/DestinationsTable.tsx
+18 −0 src/content/Streams/StreamTableColumns.tsx
+58 −0 src/content/Streams/StreamsTable.tsx
+45 −0 src/content/Streams/StreamsUtils.tsx
+21 −54 src/content/SyncFlow/Mapping/index.tsx
+14 −47 src/content/Syncs/SyncDetails/SyncDetailsCard.tsx
+0 −109 src/content/Syncs/SyncRunLogs/index.tsx
+13 −51 src/content/Syncs/SyncRuns/SyncRunsUtils.tsx
+17 −38 src/content/Syncs/SyncRuns/index.tsx
+0 −66 src/content/Syncs/SyncsPage/index.tsx
+26 −27 src/content/Tracks/CreateTrack/index.tsx
+6 −13 src/hooks/useFetch.tsx
+4 −3 src/layouts/ConnectorLayout/index.tsx
+51 −0 src/layouts/ContentLayout/index.tsx
+44 −0 src/layouts/FormLayout/index.tsx
+2 −2 src/layouts/SidebarLayout/Sidebar/SidebarItem.tsx
+63 −25 src/layouts/SidebarLayout/Sidebar/SidebarMenu/index.tsx
+83 −103 src/store/api/streamApiSlice.ts
+10 −64 src/tmp/CustomMaterialInputControl.tsx
+5 −38 src/tmp/CustomMaterialTextControl.tsx
+48 −82 src/tmp/CustomMuiText.tsx
+70 −7 src/tmp/InputControl.tsx
+7 −6 src/tmp/StreamKeysControl.tsx
+84 −0 src/utils/form-utils.tsx
+17 −1 src/utils/lib.tsx
+4 −0 src/utils/typings.d.tsx

0 comments on commit 7431054

Please sign in to comment.