Skip to content

Commit

Permalink
rollback not needed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Feb 2, 2024
1 parent 3ccaf8b commit 4aafbd3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
## Checklist

- [ ] I added changesets and [read good practices](/.changeset/README.md).

## Known problems

- If deployment of `saleor-app-search` fails - rerun vercel deployment. We work with Vercel of fixing that but for now we suggest this as workaround.
11 changes: 6 additions & 5 deletions apps/search/src/views/configuration/configuration.view.tsx
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
import { Layout, TextLink } from "@saleor/apps-ui";
import { Box, Text } from "@saleor/macaw-ui";
import { Layout } from "@saleor/apps-ui";
import { AlgoliaConfigurationForm } from "../../components/AlgoliaConfigurationForm";
import { AlgoliaFieldsSelectionForm } from "../../components/AlgoliaFieldsSelectionForm";
import { ImportProductsToAlgolia } from "../../components/ImportProductsToAlgolia";
import { IndicesSettings } from "../../components/IndicesSettings";
import { MainInstructions } from "../../components/MainInstructions";
import { WebhooksStatus } from "../../components/WebhooksStatus";
import { MainInstructions } from "../../components/MainInstructions";
import { WebhooksStatusInstructions } from "../../components/WebhooksStatusInstructions";
import { TextLink } from "@saleor/apps-ui";
import { IndicesSettings } from "../../components/IndicesSettings";
import { AlgoliaFieldsSelectionForm } from "../../components/AlgoliaFieldsSelectionForm";

const ALGOLIA_DASHBOARD_TOKENS_URL = "https://www.algolia.com/account/api-keys/all";

export const ConfigurationView = () => {
return (
<Box display="flex" flexDirection="column" gap={10}>
<Box>
<Text variant="hero" size="medium" as="h1">
<Text variant={"hero"} size={"medium"} as={"h1"}>
Configuration
</Text>
<MainInstructions marginTop={1.5} />
Expand Down

0 comments on commit 4aafbd3

Please sign in to comment.