Skip to content
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
wants to merge 169 commits into from
Closed

Added CNAME #491

wants to merge 169 commits into from

Commits on Jan 16, 2021

  1. Started remvoving all the requires from the codebase. Right now the…

    …re are 2 pieces still left:
    
    1. Need to remove a circular reference
    2. Need remove the Registry.js
    rkrishnasanka committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    2e661aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f0c91f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1858f01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6329e8d View commit details
    Browse the repository at this point in the history
  5. Removed the circular dependency in makeFeature method by moving it to…

    … 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
    rkrishnasanka committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    6adcb60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e646405 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a13d11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72fa2e4 View commit details
    Browse the repository at this point in the history
  9. Removed the circular dependency in makeFeature method by moving it to…

    … 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
    rkrishnasanka committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    f24bb46 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d998ba View commit details
    Browse the repository at this point in the history
  11. removed debug console.log

    hiniko authored and rkrishnasanka committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    49a8ca3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6271b79 View commit details
    Browse the repository at this point in the history
  13. Cleanup of Registry

    hiniko authored and rkrishnasanka committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    ea4329c View commit details
    Browse the repository at this point in the history
  14. Tooling change from browserify to webpack

    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.
    hiniko authored and rkrishnasanka committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    eb1beaf View commit details
    Browse the repository at this point in the history
  15. Working NPM module and Webpack setup

    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)
    hiniko authored and rkrishnasanka committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    c9a1af9 View commit details
    Browse the repository at this point in the history
  16. added temp changes

    rkrishnasanka committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    29a3d08 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    32ab634 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    9a167c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a2dc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66a219b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5bbb5e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Added Vuetify + base layout

    hiniko authored and rkrishnasanka committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    4a50448 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    b21f983 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Updated the help dialog code to use vuetify. The general pattern used…

    … here will work for us to just drop the dialog in order
    rkrishnasanka committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    95a0f4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82990d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ced6ae5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84007eb View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    e5e7fd6 View commit details
    Browse the repository at this point in the history
  2. Added the various toolbars onto the side menu and the rest of the dia…

    …logs that open with a button click
    rkrishnasanka committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    23ca9af View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    20bbba0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    ce9f59a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c359d4e View commit details
    Browse the repository at this point in the history
  3. Refactored LayerToolbar

    hiniko committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    8fa6a74 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    57d37d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c368a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c376866 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7c5f1c View commit details
    Browse the repository at this point in the history
  5. Added borderless to LayoutTool bar button configuration

    Fixes some slight graphical oddness on the buttons
    hiniko committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    53db824 View commit details
    Browse the repository at this point in the history
  6. Renamed sidebar_layout.vue file

    Renamed to conform with Pascal Case naming of other files
    hiniko committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    813fc83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92169f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4b7d19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a55e300 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b2853f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. WIP: property drawer

    hiniko authored and rkrishnasanka committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    051052f View commit details
    Browse the repository at this point in the history
  2. Added PropertyDrawerComponent

    This is a bit of a beefy one. Here is a breakdown:
    
    * Created a property drawer component for the many elements that can be configured. Some issues still need a look
    ** when the popup window is created it need to take into account the page bottom and offset it self so it remains on screen. Failing to do with leades to a white gap scrollable area appearing
    ** there needs to be a global event to close the active drawers when another is clicked
    ** in dev serve mode, a page reload leaves a property window open and orphaned. May need a page reload detection
    ** Each drawer has a specs file noting the control type and values it should use. There is likely a much, better and compositional way of doing this, However on the live app values of min, max and shared are not really consistent. I've gone for the easy if not tedius route here
    ** Some drawers still need their specs.
    
    * Added Events Emitter to handle cross component events
    ** This isn't obvious, but the vue Event system does not work cross comoonent. You can fudge it with an "Vue Event Bus" Pattern, However I have gone with EventEmitter 3 here.
    ** To make life simple I made the Events a Singleton using Typescript. It doesn't have much of an effect other than changing the main.js to main.ts
    ** In future Events Emitter should be used to pump UI events to the 3DUF core to allow updating the canvas when needed
    hiniko authored and rkrishnasanka committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    eedd2e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    d913491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    431a70d View commit details
    Browse the repository at this point in the history
  3. Updated package-lock

    rkrishnasanka committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    795e059 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    b02acc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    6eb572b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    6988c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ed5ec View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Modified Project Configurations to help simplify devops

    Updated more settings to prevent stupid tabbing
    rkrishnasanka committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    b7d1573 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Vue port of Grid Settings

    jkamoona committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    298cb2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a04a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Configuration menu
    Copy the full SHA
    c6d62b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Started remvoving all the requires from the codebase. Right now the…

    …re are 2 pieces still left:
    
    1. Need to remove a circular reference
    2. Need remove the Registry.js
    rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    442e2e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9499e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f9d0f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    720b3f5 View commit details
    Browse the repository at this point in the history
  5. Removed the circular dependency in makeFeature method by moving it to…

    … 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
    rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    f64a860 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab89293 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    028a2f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d83564 View commit details
    Browse the repository at this point in the history
  9. Removed the circular dependency in makeFeature method by moving it to…

    … 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
    rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    6bbc07d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad0c8c7 View commit details
    Browse the repository at this point in the history
  11. removed debug console.log

    hiniko authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    7e70f49 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    053fcb2 View commit details
    Browse the repository at this point in the history
  13. Cleanup of Registry

    hiniko authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    d198d26 View commit details
    Browse the repository at this point in the history
  14. Tooling change from browserify to webpack

    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.
    hiniko authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    2e56e97 View commit details
    Browse the repository at this point in the history
  15. Working NPM module and Webpack setup

    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)
    hiniko authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    75a5f1f View commit details
    Browse the repository at this point in the history
  16. added temp changes

    rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    9e3fe55 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    25f3a13 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    38b54a9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a57b9d4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    351bd67 View commit details
    Browse the repository at this point in the history
  21. Added Vuetify + base layout

    hiniko authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    230036e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9a713b4 View commit details
    Browse the repository at this point in the history
  23. Updated the help dialog code to use vuetify. The general pattern used…

    … here will work for us to just drop the dialog in order
    rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    eddf8df View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9fc0433 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    08ebf09 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4c2837c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1f7fbee View commit details
    Browse the repository at this point in the history
  28. Added the various toolbars onto the side menu and the rest of the dia…

    …logs that open with a button click
    rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    69a7804 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7fcd654 View commit details
    Browse the repository at this point in the history
  30. Refactored LayerToolbar

    hiniko authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    3629b83 View commit details
    Browse the repository at this point in the history
  31. Updated and audited npm packages

    hiniko authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    dcaa2a8 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    904c4af View commit details
    Browse the repository at this point in the history
  33. Added borderless to LayoutTool bar button configuration

    Fixes some slight graphical oddness on the buttons
    hiniko authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    0027dd7 View commit details
    Browse the repository at this point in the history
  34. Renamed sidebar_layout.vue file

    Renamed to conform with Pascal Case naming of other files
    hiniko authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    c8da528 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a03b7e0 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e911348 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c6f01fb View commit details
    Browse the repository at this point in the history
  38. WIP: property drawer

    hiniko authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    f7e3f79 View commit details
    Browse the repository at this point in the history
  39. Added PropertyDrawerComponent

    This is a bit of a beefy one. Here is a breakdown:
    
    * Created a property drawer component for the many elements that can be configured. Some issues still need a look
    ** when the popup window is created it need to take into account the page bottom and offset it self so it remains on screen. Failing to do with leades to a white gap scrollable area appearing
    ** there needs to be a global event to close the active drawers when another is clicked
    ** in dev serve mode, a page reload leaves a property window open and orphaned. May need a page reload detection
    ** Each drawer has a specs file noting the control type and values it should use. There is likely a much, better and compositional way of doing this, However on the live app values of min, max and shared are not really consistent. I've gone for the easy if not tedius route here
    ** Some drawers still need their specs.
    
    * Added Events Emitter to handle cross component events
    ** This isn't obvious, but the vue Event system does not work cross comoonent. You can fudge it with an "Vue Event Bus" Pattern, However I have gone with EventEmitter 3 here.
    ** To make life simple I made the Events a Singleton using Typescript. It doesn't have much of an effect other than changing the main.js to main.ts
    ** In future Events Emitter should be used to pump UI events to the 3DUF core to allow updating the canvas when needed
    hiniko authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    ce7bde4 View commit details
    Browse the repository at this point in the history
  40. added connection and move dialogs

    vyiu authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    89fb928 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5e7d3df View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    6f3cda9 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    6f86d84 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a2c080d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b6cc3e9 View commit details
    Browse the repository at this point in the history
  46. Modified Project Configurations to help simplify devops

    Updated more settings to prevent stupid tabbing
    rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    f6723b1 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    540cbdb View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d5230f6 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    97d011e View commit details
    Browse the repository at this point in the history
  50. Format code with standardjs and prettier

    This commit fixes the style issues introduced in d5230f6 according to the output
    from standardjs and prettier.
    
    Details: https://deepsource.io/gh/CIDARLAB/3DuF/transform/23fc18b8-e4af-4a00-9d4b-7f4545586e54/
    deepsource-autofix[bot] authored and rkrishnasanka committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    110b9a0 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    cc60579 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    ad05952 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    4d6a34c View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    1cfff37 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Creating Grid Functionality

    jkamoona committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    5bd099c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe092aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5d0d45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5e98a3 View commit details
    Browse the repository at this point in the history
  5. Linting errors

    rkrishnasanka committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    41492d6 View commit details
    Browse the repository at this point in the history
  6. Format code with standardjs and prettier

    This commit fixes the style issues introduced in 41492d6 according to the output
    from standardjs and prettier.
    
    Details: https://deepsource.io/gh/CIDARLAB/3DuF/transform/40a4d930-854d-445c-9e29-e74986ed4550/
    deepsource-autofix[bot] authored and rkrishnasanka committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    14a6920 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    f245363 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'webpack-build' of https://github.com/jkamoona/3DuF into…

    … jkamoona-webpack-build
    rkrishnasanka committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    294a9b2 View commit details
    Browse the repository at this point in the history
  3. Updating/fixed the slider changing stuff

    Co-authored-by: jkamoona <[email protected]>
    rkrishnasanka and jkamoona committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    5701315 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0344fe4 View commit details
    Browse the repository at this point in the history
  5. Format code with standardjs and prettier

    This commit fixes the style issues introduced in 0344fe4 according to the output
    from standardjs and prettier.
    
    Details: https://deepsource.io/gh/CIDARLAB/3DuF/transform/b768e6ec-d02c-4c87-a460-b9ef2e19e0e5/
    deepsource-autofix[bot] authored and rkrishnasanka committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    a7fbb28 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. update

    vyiu committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    01b052b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fc6c7e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. RightClickMenu

    creating right click menu in Vue
    jkamoona committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    65da57d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    841d332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    436b655 View commit details
    Browse the repository at this point in the history
  3. Format code with standardjs and prettier

    This commit fixes the style issues introduced in 65da57d according to the output
    from standardjs and prettier.
    
    Details: https://deepsource.io/gh/CIDARLAB/3DuF/transform/3f4db9b7-f28b-49ac-8c26-55ac0b4411e0/
    deepsource-autofix[bot] authored and rkrishnasanka committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    2f98dcd View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    946f127 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adfce2c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. edited ConnectionPropertyDrawer

    vyiu committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    720fedd View commit details
    Browse the repository at this point in the history
  2. Removed faulty heading

    rkrishnasanka committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    4a291f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dcf3e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baa1131 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c03d336 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c48e350 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Fix the z-index of canvas to be non-zero to enable mouse clicks to be…

    … read. Added event.prevenDefault to centering the design and disabled the zoom toolbar for the moment
    rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    4592e3e View commit details
    Browse the repository at this point in the history
  2. Took out a whole bunch of unecessary props

    Removed all the warnings
    rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    23d739e View commit details
    Browse the repository at this point in the history
  3. Fix the z-index of canvas to be non-zero to enable mouse clicks to be…

    … read. Added event.prevenDefault to centering the design and disabled the zoom toolbar for the moment
    rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    7583b1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5c1ef7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b526c7 View commit details
    Browse the repository at this point in the history
  6. Format code with standardjs and prettier

    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/
    deepsource-autofix[bot] authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    73b5ed6 View commit details
    Browse the repository at this point in the history
  7. Format code with standardjs and prettier

    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/
    deepsource-autofix[bot] authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    0c36952 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e43827 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b61ef61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53b3ac1 View commit details
    Browse the repository at this point in the history
  11. Format code with standardjs and prettier

    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/
    deepsource-autofix[bot] authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    5ee86eb View commit details
    Browse the repository at this point in the history
  12. Format code with standardjs and prettier

    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/
    deepsource-autofix[bot] authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    d51c90e View commit details
    Browse the repository at this point in the history
  13. Preliminary Typescript conversions

    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
    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    1749dfc View commit details
    Browse the repository at this point in the history
  14. Preliminary Typescript conversions

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    fa93bba View commit details
    Browse the repository at this point in the history
  15. Modifications resulting from registry changes

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    678a810 View commit details
    Browse the repository at this point in the history
  16. Removed redundant js files

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    40cae18 View commit details
    Browse the repository at this point in the history
  17. Converted isValid to static

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    d758fb1 View commit details
    Browse the repository at this point in the history
  18. Functions removed, properties modified

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    85b3c24 View commit details
    Browse the repository at this point in the history
  19. Changed get functions to getters

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    d289d02 View commit details
    Browse the repository at this point in the history
  20. Inserted text property

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    23d8603 View commit details
    Browse the repository at this point in the history
  21. Added output types

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    934f693 View commit details
    Browse the repository at this point in the history
  22. Removed comments

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    afd07df View commit details
    Browse the repository at this point in the history
  23. Added String type allowance

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    cbf69b8 View commit details
    Browse the repository at this point in the history
  24. Replaced Parameter instances with subclasses

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    905f533 View commit details
    Browse the repository at this point in the history
  25. Added onclick()

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    daab9f4 View commit details
    Browse the repository at this point in the history
  26. Removed circular dependency

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    ba6810c View commit details
    Browse the repository at this point in the history
  27. Removed comment

    Liam Murray authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    e0c392e View commit details
    Browse the repository at this point in the history
  28. Typescript port 'device.ts' & 'layer.ts' (#296)

    * 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
    MurrayLF authored and rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    1e1bf09 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e0dfd1d View commit details
    Browse the repository at this point in the history
  30. Linter changes

    rkrishnasanka committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    18be506 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Revision of Component Library API (#313)

    * Created component library API
    
    * New Component API structure
    
    * Revised Component API
    
    * Delete component-api.ts
    
    Co-authored-by: Radhakrishna Sanka <[email protected]>
    msisk23 and rkrishnasanka committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    6ce0e84 View commit details
    Browse the repository at this point in the history
  2. Format code with standardjs and prettier (#317)

    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>
    deepsource-autofix[bot] committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    fb6a57c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6942140 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Add CNAME

    hanwj100 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    81cde4d View commit details
    Browse the repository at this point in the history