Skip to content

Commit 8f588eb

Browse files
authoredDec 5, 2024
chore: Add asset Viewer app to global readme (#17)
* chore: add asset viewer line * chore: reformat
1 parent 984b864 commit 8f588eb

File tree

2 files changed

+45
-44
lines changed

2 files changed

+45
-44
lines changed
 

‎README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ Welcome to the Brand SDK Apps Code Samples repository! Here, you'll find a serie
44

55
## What You'll Find Here
66

7-
- [**Hello World App**](https://github.com/Frontify/sdk-apps-code-examples/tree/main/examples/hello-world){:target="_blank"}: A basic introduction to our SDK. This app is pre-configured with our platform fonts, design system components, and styles.
8-
- [**Secure Third-Party Request**](https://github.com/Frontify/sdk-apps-code-examples/tree/main/examples/secure-third-party-request){:target="_blank"}: A sample app that demonstrates how to securely request third-party services using our SDK.
9-
- [**App with user state example**](https://github.com/Frontify/sdk-apps-code-examples/tree/main/examples/app-with-state){:target="_blank"}: A sample app that demonstrates how to use the userState.
10-
- [**App Settings Example**](https://github.com/Frontify/sdk-apps-code-examples/tree/main/examples/app-settings){:target="_blank"}: A simple example of a Hello World app using `settings.ts` to customize app behavior.
11-
- [**Bulk Action Surface**](https://github.com/Frontify/sdk-apps-code-examples/tree/main/examples/bulk-actions-app){:target="_blank"}: An App that shows how the Bulk Actions Surface can be used.
7+
- [**Hello World App**](https://github.com/Frontify/sdk-apps-code-examples/tree/main/examples/hello-world){:target="\_blank"}: A basic introduction to our SDK. This app is pre-configured with our platform fonts, design system components, and styles.
8+
- [**Secure Third-Party Request**](https://github.com/Frontify/sdk-apps-code-examples/tree/main/examples/secure-third-party-request){:target="\_blank"}: A sample app that demonstrates how to securely request third-party services using our SDK.
9+
- [**App with user state example**](https://github.com/Frontify/sdk-apps-code-examples/tree/main/examples/app-with-state){:target="\_blank"}: A sample app that demonstrates how to use the userState.
10+
- [**App Settings Example**](https://github.com/Frontify/sdk-apps-code-examples/tree/main/examples/app-settings){:target="\_blank"}: A simple example of a Hello World app using `settings.ts` to customize app behavior.
11+
- [**Bulk Action Surface**](https://github.com/Frontify/sdk-apps-code-examples/tree/main/examples/bulk-actions-app){:target="\_blank"}: An App that shows how the Bulk Actions Surface can be used.
12+
- [**Asset Viewer Surface Media Sharing**](https://github.com/Frontify/sdk-apps-code-examples/tree/main/examples/asset-viewer-social-media){:target="\_blank"}: An App that shows how to share images throuh the Asset Viewer Surface.
1213

1314
Each example is accompanied by detailed documentation and comments within the code to help you understand how to utilize our SDK effectively. Whether you're just getting started or looking to implement specific features, these samples will guide you through the process.
1415

15-
For detailed instructions and further information, please refer to the [documentation](https://developer.frontify.com/){:target="_blank"}.
16+
For detailed instructions and further information, please refer to the [documentation](https://developer.frontify.com/){:target="\_blank"}.
1617

1718
We hope these examples help you build amazing applications with our SDK!
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "asset-viewer-social-media",
3-
"type": "module",
4-
"version": "1.0.0",
5-
"scripts": {
6-
"serve": "frontify-cli serve",
7-
"login": "frontify-cli login",
8-
"deploy": "frontify-cli deploy",
9-
"lint": "eslint .",
10-
"lint:fix": "eslint . --fix",
11-
"typecheck": "tsc --noEmit"
12-
},
13-
"peerDependencies": {
14-
"zustand": "4.5.5"
15-
},
16-
"dependencies": {
17-
"@atproto/api": "^0.13.18",
18-
"@frontify/app-bridge-app": "^0.1.3",
19-
"@frontify/fondue": "^12.2.11",
20-
"@frontify/platform-app": "^0.1.11",
21-
"react": "^18.3.1",
22-
"react-dom": "^18.3.1"
23-
},
24-
"devDependencies": {
25-
"@eslint/js": "^9.9.0",
26-
"@frontify/frontify-cli": "^5.8.3",
27-
"@types/react": "^18.3.3",
28-
"@types/react-dom": "^18.3.0",
29-
"autoprefixer": "^10.4.19",
30-
"eslint": "^9.9.0",
31-
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
32-
"eslint-plugin-react-refresh": "^0.4.11",
33-
"globals": "^15.9.0",
34-
"postcss": "^8.4.38",
35-
"prettier": "^3.2.5",
36-
"tailwindcss": "^3.4.3",
37-
"typescript": "^5.6.0",
38-
"typescript-eslint": "^8.5.0"
39-
}
2+
"name": "asset-viewer-social-media",
3+
"type": "module",
4+
"version": "1.0.0",
5+
"scripts": {
6+
"serve": "frontify-cli serve",
7+
"login": "frontify-cli login",
8+
"deploy": "frontify-cli deploy",
9+
"lint": "eslint .",
10+
"lint:fix": "eslint . --fix",
11+
"typecheck": "tsc --noEmit"
12+
},
13+
"peerDependencies": {
14+
"zustand": "4.5.5"
15+
},
16+
"dependencies": {
17+
"@atproto/api": "^0.13.18",
18+
"@frontify/app-bridge-app": "^0.1.3",
19+
"@frontify/fondue": "^12.2.11",
20+
"@frontify/platform-app": "^0.1.11",
21+
"react": "^18.3.1",
22+
"react-dom": "^18.3.1"
23+
},
24+
"devDependencies": {
25+
"@eslint/js": "^9.9.0",
26+
"@frontify/frontify-cli": "^5.8.3",
27+
"@types/react": "^18.3.3",
28+
"@types/react-dom": "^18.3.0",
29+
"autoprefixer": "^10.4.19",
30+
"eslint": "^9.9.0",
31+
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
32+
"eslint-plugin-react-refresh": "^0.4.11",
33+
"globals": "^15.9.0",
34+
"postcss": "^8.4.38",
35+
"prettier": "^3.2.5",
36+
"tailwindcss": "^3.4.3",
37+
"typescript": "^5.6.0",
38+
"typescript-eslint": "^8.5.0"
39+
}
4040
}

0 commit comments

Comments
 (0)