-
Notifications
You must be signed in to change notification settings - Fork 71
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
Added CNAME #491
Closed
Closed
Added CNAME #491
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…re are 2 pieces still left: 1. Need to remove a circular reference 2. Need remove the Registry.js
… class Device from Class Feature Started remvoving all the `require`s from the codebase. Right now there are 2 pieces still left: 1. Need to remove a circular reference with colors import in viewmanager Removed the Registry requirements
… class Device from Class Feature Started remvoving all the `require`s from the codebase. Right now there are 2 pieces still left: 1. Need to remove a circular reference with colors import in viewmanager Removed the Registry requirements
Somewhat simplifies the build process while adding hot relaoding dev server, easier intergration into eslint and babel at compile time and better warnings for issues like mixed case imports.
Added `style-loader` and `css-loader` to `webpack-config.js` to allow importing of css in code Added support for class properties for babel transpiling Renabled external resources in index.html Imported material css in appSetup, the dev webserver setup makes it hard to include, local assets during development. May want to be revised when it comes to production builds Refactored Examples to export an object due to issues with no default exports ( in the Vue experiment repo)
… here will work for us to just drop the dialog in order
…logs that open with a button click
This commit fixes the style issues introduced in baa1131 according to the output from standardjs and prettier. Details: https://deepsource.io/gh/CIDARLAB/3DuF/transform/7b73f4f3-1ba3-45c6-92d6-e510d1f8213c/
This commit fixes the style issues introduced in 7583b1d according to the output from standardjs and prettier. Details: https://deepsource.io/gh/CIDARLAB/3DuF/transform/eb058cfc-ce29-493b-9c4e-5eb55434cca5/
This commit fixes the style issues introduced in baa1131 according to the output from standardjs and prettier. Details: https://deepsource.io/gh/CIDARLAB/3DuF/transform/7b73f4f3-1ba3-45c6-92d6-e510d1f8213c/
Prelim eventbus setup/spelling corrections Added/modified registry.ts Deleted index.js Modifications resulting from registry changes Commented out Registry.text uses Removed redundant js files Replace registerParam usages Modified parameters/ import Commented out unique & heritable uses Converted isValid to static Made properties constant Functions removed, properties modified Removed mention of getParameter Changed get functions to getters Modified getters Modified import of parameters/* Inserted text property Inserted text property Added output types Removed comments Added String type allowance Replaced Parameter instances with subclasses Fixed getter/setter Added onclick() Modified for new text setter Removed circular dependency Removed comment Fixed getter call Added events import Fixed some misses Deleted the files again, merge somehow got them out again Added todo for device constructor Missed things
* root commit * Prelim typescript conversion of device * Temporarily removed layer.ts * Modified type assignments, Feature refID get/set * Updated device.ts * Added 'Property'InterchangeV1 definitions * removed redundant javascript * Added additional typing * Updated typescript conversions * Modified/added type definitions * Removed render2D * Added instance, getInstance properties * Changed references to getComponents to components * Modified isHeritable/Unique * Removed redundant javascript * Removed remaining mentions of registry * Removed unnecessary import * Modified DeviceInterchangeV1 * Removed singleton * Removing registry from device, layer * Merged jackruan99: typescript-port * Updated type definitions * Added core utils * Moved functionality to corresponding utils * Debugging from merger * Updated parameters for init types * Added import * Additional merging edits * Bug fixes * Fixed issue with Parameter instantiation * Minor fixes * Removing instances of Device.updateView * Modified DeviceInterchangeV1 * Defined utils files for component/connection * Corrected spelling * Removed getParams * Removed registry, typescript additions * Additional Typescripting * Modified featureIDs getter * Modified Feature Interchange * Fixed waypoints usage * Accounting for property name changes * Additional typescript changes * Typescript fix * Typescript fix Co-authored-by: Liam Murray <[email protected]> Deltas with linting and missed merge changes
* Created component library API * New Component API structure * Revised Component API * Delete component-api.ts Co-authored-by: Radhakrishna Sanka <[email protected]>
This commit fixes the style issues introduced in 6ce0e84 according to the output from standardjs and prettier. Details: https://deepsource.io/gh/CIDARLAB/3DuF/transform/c71b8211-481d-49e8-ab7b-b48e250d5290/ Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.