-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
165 Add FDC3 Explained to the toolbox folder #535
Conversation
Update toolbox/fdc3-explained/index.html Co-authored-by: Kris West <kris@cosaic.io>
Adding the legacy, pre 1.1 app
- Move from website/static folder to toolbox/fdc3-explained - Remove legacy.html - Rename logo svg file - Remove toolbox/demoapps - Split out JavaScript and CSS from v1.0 html file, and clean up - Remove dependency on versions.js file, just hard code to simplify code - Improve handling of switching between different versions with drop-down - Ensure that user informed no FDC3 version is detected when not running in a desktop agent - Fix handling of OpenFin detection - Use fdc3.getInfo for v1.2 - Add README.md
f4f3016
to
78560ea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me - ship it!
…data, issues with join and leave channel buttons, formatting of contexts, separating get context action onto a button for clarity/consistency, adjusting styles
Awaiting a few tweaks that are on a PR into Riko's branch. Will merge when those have been merged into this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awaiting a few tweaks that are on a PR into Riko's branch. Will merge when those have been merged into this PR.
Fixing several issues in fdc3 explained
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
resolves #165
I have recreated the FDC3 Explained pull request based on #367.
I have made the following changes:
I believe if I did the build correctly, the deployment to the toolbox folder on the website should now also work, alongside that of FDC3 Workbench.
@kriswest I believe this addresses all your issues: