Skip to content

Commit

Permalink
Merge pull request #680 from lilla28/feature/resolverui-v3
Browse files Browse the repository at this point in the history
Implement ResolverUI for RaiseIntent functionality
  • Loading branch information
lilla28 authored Jun 27, 2024
2 parents 72ed8cd + 08c3b0c commit ddecc55
Show file tree
Hide file tree
Showing 55 changed files with 3,729 additions and 4,905 deletions.
40 changes: 39 additions & 1 deletion examples/fdc3-appdirectory/apps-with-intents.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@
"details": {
"url": "http://www.morganstanley.com"
},
"icons": [
{
"src": "https://www.morganstanley.com/etc/designs/msdotcom/image/favicon-96x96.png",
"size": "10x10",
"type": "image/png"
}
],
"interop": {
"intents": {}
"intents": {
"listensFor": {
}
}
}
},
{
Expand All @@ -18,6 +28,13 @@
"details": {
"url": "http://www.microsoft.com"
},
"icons": [
{
"src": "https://www.microsoft.com/favicon.ico?v2",
"size": "10x10",
"type": "image/png"
}
],
"interop": {
"intents": {
"listensFor": {
Expand All @@ -40,6 +57,13 @@
"details": {
"url": "http://www.google.com"
},
"icons": [
{
"src": "https://www.google.com/images/branding/googleg/1x/googleg_standard_color_128dp.png",
"size": "256x256",
"type": "image/png"
}
],
"interop": {
"intents": {
"listensFor": {
Expand All @@ -62,6 +86,13 @@
"details": {
"url": "https://fdc3.finos.org/toolbox/fdc3-workbench/"
},
"icons": [
{
"src": "https://fdc3.finos.org/toolbox/fdc3-workbench/favicon.ico",
"size": "256x256",
"type": "image/png"
}
],
"interop": {
"intents": {}
}
Expand All @@ -73,6 +104,13 @@
"details": {
"url": "http://localhost:4200/"
},
"icons": [
{
"src": "http://localhost:4200/favicon.ico",
"size": "25x25",
"type": "image/png"
}
],
"interop": {
"intents": {
"listensFor": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"http-server": "14.1.1",
"rimraf": "^5.0.5",
"rollup": "^4.12.1",
"rollup": "^3.14.0",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3"
}
Expand Down
Loading

0 comments on commit ddecc55

Please sign in to comment.