Skip to content

Commit

Permalink
Merge pull request #1427 from InteropIO/remove-apps
Browse files Browse the repository at this point in the history
Remove ChartIQ and AG-Grid from FDC3 for Web demo implementation
  • Loading branch information
robmoffat authored Nov 13, 2024
2 parents f95b834 + 2ab48b2 commit aaa5806
Show file tree
Hide file tree
Showing 61 changed files with 0 additions and 231,390 deletions.
2 changes: 0 additions & 2 deletions .semgrepignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ s2tQuicktypeUtil.js
schemas/bridgingAsyncAPI/bridgingAsyncAPI.json

# demo apps get picked up for not having integrity headers
toolbox/fdc3-for-web/demo/static/chartiq/**
toolbox/fdc3-for-web/demo/static/ag-grid/**
toolbox/fdc3-for-web/demo/src/client/apps/**
14 changes: 0 additions & 14 deletions packages/addon/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,6 @@ const recommendedChannels = [
const exampleResolverData: ResolverIntents = {
type: "ResolverIntents",
appIntents: [
{
apps: [{
appId: "chartiq",
description: "Chart IQ is the most powerful charting library on the market",
icons: [{
src: "https://res.cloudinary.com/apideck/image/upload/v1561415965/catalog/chartiq/icon128x128.jpg"
}],
title: "ChartIQ"
}],
intent: {
name: "ViewChart",
displayName: "View Chart"
}
},
{
apps: [{
appId: "trading-view-chart",
Expand Down
75 changes: 0 additions & 75 deletions toolbox/fdc3-for-web/demo/src/client/apps/ag-grid.css

This file was deleted.

Loading

0 comments on commit aaa5806

Please sign in to comment.