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

Frontend modules #279

Merged
merged 239 commits into from
Feb 3, 2023
Merged

Frontend modules #279

merged 239 commits into from
Feb 3, 2023

Commits on Sep 25, 2019

  1. Rearranged files to separate the new Vue/Typescript client from the o…

    …ld AngularJS application
    wyattis committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    db09718 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

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

Commits on Oct 2, 2019

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

Commits on Oct 4, 2019

  1. All basic client functionality is working. Notably, named slots in th…

    …e graph are simple to use.
    wyattis committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    223242c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    523534b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    8c2affe View commit details
    Browse the repository at this point in the history
  2. Added slots to easily extend choices, timers and the graph. Passing c…

    …lick events out from the graph. Gremlins script working.
    wyattis committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    4387b3d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Added comments for automatic documentation generation. Changed placem…

    …ent of node slot in SVGGraph so that it will be placed automatically.
    wyattis committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    0c99235 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Added sendChoice method to Breadboard core to simplify correct messag…

    …e formation. If params is not a JSON string, the backend just fails silently.
    wyattis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    74a262a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Added missing material design icons for Vuetify. Updated some slots. …

    …Added client-angular build in webpack config. Will try to provide backwards compatibility with this.
    wyattis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    6d7eaee View commit details
    Browse the repository at this point in the history
  2. update frontend TODO

    wyattis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    da5906f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Added simple EventBus interface to ScriptBoard and global CustomEvent…

    … and scoped CustomPlayerEvent action types.
    wyattis committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    2a738e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #201 from human-nature-lab/event-bus

    Added simple EventBus interface to ScriptBoard and global CustomEvent…
    wyattis committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    4e78175 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    87b1cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a0abb4 View commit details
    Browse the repository at this point in the history
  3. Added action to toggle file mode for the currently selected experimen…

    …t. Updated experiment model to include file mode, toggle file mode, and to get steps from file when file mode is true.
    disperse committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    1fa1304 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6947cbe View commit details
    Browse the repository at this point in the history
  5. Design console changes to toggle file mode, disable step editing when…

    … file mode is true, and refresh steps when changed via file.
    disperse committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    88c4947 View commit details
    Browse the repository at this point in the history
  6. Moved WatchService and Map of WatchKeys to FileWatcher. Removed comme…

    …nted out code from Experiment.java. Now appending experiment ID to export zip.
    disperse committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    355f364 View commit details
    Browse the repository at this point in the history
  7. Improved file watcher sensitivity to reduce latency. Now reloading st…

    …eps when created or modified.
    disperse committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    e8fa4a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    d598cbb View commit details
    Browse the repository at this point in the history
  2. Now loading client style from file when in fileMode and automatically…

    … updating client style when it changes.
    disperse committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    6d3fb10 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Changed direct access to parameters to getParameters method call in c…

    …ase we want to load parameters from disk as well.
    disperse committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    bea51a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

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

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    05243ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6123e7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c12ba11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8893049 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Fixed up the EventBus to add one-way, player scoped event handing in …

    …addition to global events. Moved chat component into main repo.
    wyattis committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    03a04b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Added groovy -> client event interface. Can now send messages directl…

    …y to players without writing anything to the graph.
    wyattis committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    df44239 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Removed automatic webpack server from play framework. Added configura…

    …tion option to set assetsRoot url. This improves iteration time when making changes to the Java side.
    wyattis committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    d2879f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a27f5d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Fixed an issue where a .DS_Store or similar file inside the dev/exper…

    …iment/Content directory may prevent breadboard from reading content from file.
    disperse committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    65d781c View commit details
    Browse the repository at this point in the history
  2. Made the EventBus thread-safe

    wyattis committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    2203e89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e30783 View commit details
    Browse the repository at this point in the history
  4. Added tutorial backend/frontend components to assist with display and…

    … navigation through the tutorial
    wyattis committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    52b9850 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    f4ea261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81de3fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1587123 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2be8bb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    effece1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    134605f View commit details
    Browse the repository at this point in the history
  2. EventBus might actually be threadsafe now. Fixed bug in client core p…

    …reventing login redirect
    wyattis committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    bac55bb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Fixed issue where client graph and client html were not being served …

    …to the player from file in file mode.
    disperse committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    d5bd163 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

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

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    5fdc822 View commit details
    Browse the repository at this point in the history
  2. Added debug logging statements for loading groovy scripts. Added tuto…

    …rial script loading. Added thread num debug statement for EventBus.
    wyattis committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    b34bc84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96fb99f View commit details
    Browse the repository at this point in the history
  4. Allow extending the core Vue instance by passing in a mixin object. E…

    …nables easy access to the full power of Vue from breadboard client.
    wyattis committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    256fe9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8ef2c8 View commit details
    Browse the repository at this point in the history
  6. Fixed issue where fileMode was eing returned as false incorrectly. No…

    … longer toggleFileMode if an exception is thrown during the process.
    disperse committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    edc4f41 View commit details
    Browse the repository at this point in the history
  7. Now importing experiment from file when toggling file mode off. Fixed…

    … potential issues with importing client html and client graph.
    disperse committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    d394f00 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    b0ffa1f View commit details
    Browse the repository at this point in the history
  2. Moved parameters dialog to its own directive. Now serving parameters …

    …from file when fileMode is true.
    disperse committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    b1351b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    809f5cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f995a29 View commit details
    Browse the repository at this point in the history
  5. Disconnecting clients when the script engine reloads. Added Connectio…

    …nStatus component to show when websocket disconnects. Fix delay for subsequent disconnections
    wyattis committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    6511972 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    1389aed View commit details
    Browse the repository at this point in the history
  2. Wrote ParametersController to handle creating and deleting parameters…

    … in a REST fashion. Implemented routes. Finished client-side controller and service.
    disperse committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    09f0ee5 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Added route for retrieving image by filename and experiment ID. Now c…

    …hecking for unique filename when uploading images.
    disperse committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    ffb64b2 View commit details
    Browse the repository at this point in the history
  2. Moved image dialog to its own directive. Moved server-side code to Im…

    …ageController. Now reading images from file when experiment is in filemode. Added new route to get images by filename per experiment. Now changing filename if not unique per experiment on upload.
    disperse committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    7d99a9c View commit details
    Browse the repository at this point in the history
  3. upgrade dependency

    wyattis committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    7d161ef View commit details
    Browse the repository at this point in the history
  4. Added crossword component

    wyattis committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    00c2f25 View commit details
    Browse the repository at this point in the history
  5. updated chat styles

    wyattis committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    5398685 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    165436a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    5e64740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f9b20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c47089 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93a24a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Configuration menu
    Copy the full SHA
    81ef07b View commit details
    Browse the repository at this point in the history
  2. Updated graph algorithms to take an optional map of options to determ…

    …ine if the algorithm should remove existing edges, randomize player order, track edges, and filter players. Fixes #174
    disperse committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    80509e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69d6bde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6b160f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e50b53b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b78a57 View commit details
    Browse the repository at this point in the history
  7. Added Clear Form button to the Create HIT form to clear local storage…

    … and reset the model to default values.
    disperse committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    c468838 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b72268a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Add basic forms functionality. Basic html, choice, scale and text que…

    …stion types working. Data is recording properly and randomization is working.
    wyattis committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    7ba7114 View commit details
    Browse the repository at this point in the history
  2. Update Vuetify. Removed unecessary socket lifecycle logging. Reduced …

    …initial reconnection time.
    wyattis committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    3a86854 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

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

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    c68d222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    522dfe6 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Added BBTimer class with timer management so that timers can be clean…

    …ed up when the script engine is reset. Added BreadboardBase class for access to content and actions globals from inside a class.
    wyattis committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    3d35488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    090f7a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Changed timer name to SharedTimer. Removed tutorial class. Moved some…

    … base classes from graph to util.groovy.
    wyattis committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    1a8a862 View commit details
    Browse the repository at this point in the history
  2. Added several docstrings. Updated ready up sequence to use the Shared…

    …Timer class. Changed global timers registry to __timers to reduce chance of conflicts
    wyattis committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    1b3e0f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9ea33c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Some crossword changes

    wyattis committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    4fed5c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8a7480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63fe723 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df27183 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    941b8a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc0669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac68683 View commit details
    Browse the repository at this point in the history
  4. Deleted TODO.

    wyattis committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    202a257 View commit details
    Browse the repository at this point in the history
  5. Resolved conflicts

    wyattis committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    5caedba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87db9f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c13b1b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    a3a5942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f88cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44e1db1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Now tracking SharedTimers so they can be exposed to the admins. Added…

    … restart, setDuration and addTime methods on SharedTimers.
    wyattis committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    616c573 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e45d34 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    b258aa4 View commit details
    Browse the repository at this point in the history
  2. Converted existing Timer usages into BBTimer and made g.addTimer use …

    …the SharedTimer class
    wyattis committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    6d51b9a View commit details
    Browse the repository at this point in the history
  3. Fixed a bug with chat when hiding respondents. Fixed some sizing issu…

    …es with chat and crossword
    wyattis committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    74a7d00 View commit details
    Browse the repository at this point in the history
  4. Added client side interpolation for the timers. This creates smooth b…

    …ehavior where the updates happen at consistent intervals. Can customize the chat placeholder via a prop now.
    wyattis committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    b3716e0 View commit details
    Browse the repository at this point in the history
  5. Sort timers by 'order' prop. Closes #195. Added an empty chat message…

    … which can be customized.
    wyattis committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    45de320 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    062e8bf View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

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

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    1a3365a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c2f947 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b56276a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2cab17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    007cb0d View commit details
    Browse the repository at this point in the history
  6. Validating clientId for breadboard events to prevent impersonation. A…

    …dd support for form defaults. Add support for 'efficient' forms which minimize bandwidth usage.
    wyattis committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    6319d62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7231c60 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    daf0536 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2002362 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    e2542a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f19228 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2827f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf2f3fb View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Fixed order issue when storing results of randomized scale questions …

    …by converting to a map instead of an array
    wyattis committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    30b9c4d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

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

Commits on Feb 24, 2020

  1. Reset socket wait time once a connection is made successfully. Change…

    … listener assignment to avoid memory leakes.
    wyattis committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    bb07803 View commit details
    Browse the repository at this point in the history
  2. Removed 'synchronized' blocks from EventBus and changed synchronizati…

    …on method to take advantage of multithreaded environment.
    wyattis committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    533a51a View commit details
    Browse the repository at this point in the history
  3. Changed global 'timers' name

    wyattis committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    5a28b46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72d430f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Form no longer fetching data when not in 'efficient' mode. Socket rec…

    …onnect period is more random now.
    wyattis committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    9f82435 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d10ae0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Fixed concurrency bug in shared timers. Improved memory and processin…

    …g efficiency in timers. Removed large print statements.
    wyattis committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    6b668e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    7c87ad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd759d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    903e67a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b08d1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fb264e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

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

Commits on Mar 9, 2020

  1. Sending edge prop changes to admins in a way that can be queried by c…

    …ss. Fixed up some crossword components. Updated players dialog
    wyattis committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    2293437 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

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

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    499be98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d51d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f944ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99bf1b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    600c72d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7d26f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Add a slot to the Chat

    wyattis committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    f2c8d65 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

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

Commits on Sep 23, 2020

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

Commits on Oct 5, 2020

  1. functioning llpg

    wyattis committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    c862e1e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. updates for llpg

    wyattis committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    2740146 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. use equidistant layout

    wyattis committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    092b199 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    e32ce7c View commit details
    Browse the repository at this point in the history
  2. fix things

    wyattis committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    aca2c6e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

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

Commits on Oct 26, 2020

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

Commits on Nov 23, 2020

  1. removed end of game modal

    wyattis committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    366bc94 View commit details
    Browse the repository at this point in the history
  2. changed API for drag and drop

    wyattis committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    2c40206 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    99579d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c237240 View commit details
    Browse the repository at this point in the history
  3. fixing bugs

    wyattis committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    cf695fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db03a54 View commit details
    Browse the repository at this point in the history
  5. missing change

    wyattis committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3c6b3d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. fix dragging issues

    wyattis committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    9a918a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

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

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    ff87912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6037132 View commit details
    Browse the repository at this point in the history
  3. Fix hanging delays during wallet transitions. Show envelope when the …

    …money goes into the user's wallet
    wyattis committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    bd96191 View commit details
    Browse the repository at this point in the history
  4. slight changes

    wyattis committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    6112702 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. better emulate breadboard 2.3 behavior with custom actions by sending…

    … .param fields with all choices
    wyattis committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    5fcea8f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

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

Commits on Feb 23, 2021

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

Commits on Feb 24, 2021

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

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    deefccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a75b7d View commit details
    Browse the repository at this point in the history
  3. fix large group layout

    wyattis committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    aef6342 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    1e66565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c39aa3 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary change

    wyattis committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    10964ec View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

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

Commits on May 18, 2021

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

Commits on Jun 11, 2021

  1. fix build for angular

    wyattis committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    bd5f2c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

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

Commits on Jun 17, 2021

  1. fix build with llpg

    wyattis committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    9b12278 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. add custom class for choices

    wyattis committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    f2b4220 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. update admin UI in llpg

    wyattis committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    b432345 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

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

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    a7ddc4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2406d98 View commit details
    Browse the repository at this point in the history
  3. separate libs are working

    wyattis committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    98c0373 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. client building as lib

    wyattis committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    1cba6f3 View commit details
    Browse the repository at this point in the history
  2. patch core

    wyattis committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    74de5d2 View commit details
    Browse the repository at this point in the history
  3. make breadboard-client public

    wyattis committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    950d9c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f790bc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fcec59 View commit details
    Browse the repository at this point in the history
  6. change ts target

    wyattis committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    d714967 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3af934d View commit details
    Browse the repository at this point in the history
  8. change output module

    wyattis committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    83ffee1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    49dcfbc View commit details
    Browse the repository at this point in the history
  2. bump version

    wyattis committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    a0b7869 View commit details
    Browse the repository at this point in the history
  3. update breadboard-core

    wyattis committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    74722bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    120e56f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. fix component dependencies

    wyattis committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    1009e3c View commit details
    Browse the repository at this point in the history
  2. breadboard-client v1.0.5

    wyattis committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    c855a97 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. export the Form component

    wyattis committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    6099cff View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. v1.0.8

    wyattis committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    3a9e866 View commit details
    Browse the repository at this point in the history
  2. change exports

    wyattis committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    59516c1 View commit details
    Browse the repository at this point in the history
  3. v1.0.9

    wyattis committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    17c7954 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. trying to fix build issues

    wyattis committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    31b8a4c View commit details
    Browse the repository at this point in the history
  2. core: v1.0.4

    wyattis committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    cb4db43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de39201 View commit details
    Browse the repository at this point in the history
  4. client: v1.0.10

    wyattis committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e32665b View commit details
    Browse the repository at this point in the history
  5. core: change target to es6

    wyattis committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    5c748c2 View commit details
    Browse the repository at this point in the history
  6. client: v1.0.11 upgrade core

    wyattis committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    fe89d7e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    9eec4fb View commit details
    Browse the repository at this point in the history
  2. client: v1.0.12

    wyattis committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    13e21cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3768b9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee9c331 View commit details
    Browse the repository at this point in the history
  5. client: v1.0.14

    wyattis committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4ee8574 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96c5c52 View commit details
    Browse the repository at this point in the history
  7. core: v1.0.5

    wyattis committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    485b185 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    914bb64 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    501566e View commit details
    Browse the repository at this point in the history
  2. client: v1.0.15

    wyattis committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    744e8c3 View commit details
    Browse the repository at this point in the history
  3. client: fix regression

    wyattis committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    16aa625 View commit details
    Browse the repository at this point in the history
  4. client: v1.0.16

    wyattis committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    feeb9ea View commit details
    Browse the repository at this point in the history
  5. client: v1.0.17

    wyattis committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    7adf4f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. client: v1.0.18

    wyattis committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a89bb5b View commit details
    Browse the repository at this point in the history
  2. add npm info

    wyattis committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6218a36 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    6837b80 View commit details
    Browse the repository at this point in the history
  2. version v1.0.7

    wyattis committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a126df7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f426dd3 View commit details
    Browse the repository at this point in the history
  4. client: version v1.0.19

    wyattis committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    acfd1f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89976eb View commit details
    Browse the repository at this point in the history
  6. client: version v1.0.20

    wyattis committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4082ff1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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