Skip to content

Commit d759d50

Browse files
nmsimonsChumpChief
andauthored
Rc3 (#889)
* Fix drag and drop issues with groups * Add better test for circularity * More efficient * Temp checkin to debug * Update logic * Update webpack config and other things * Update undo code * Fix redo stack * Remove all internal dependencies and fix formatting * add transactions * Clean up transaction code and add comments * Update item-counter * Update spe example * Update TS and Node versions and fix formatting. * Update brainstorm/tsconfig.json Co-authored-by: Matt Rakow <[email protected]> * Update brainstorm/src/utils/undo.ts Co-authored-by: Matt Rakow <[email protected]> * Improve undo/redo code * Addressing comments * update to rc3 * Update brainstorm/src/utils/undo.ts Co-authored-by: Matt Rakow <[email protected]> * Update file name * Fix bug in undo * file name changes * more file rename * update jest command * fix file extensions * Fix tests --------- Co-authored-by: Matt Rakow <[email protected]>
1 parent 00d34ae commit d759d50

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2256
-6039
lines changed

brainstorm/.env.defaults

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# .env.defaults should not contain private information. Create a .env file locally to override these values.
2-
AZURE_TENANT_ID=local
3-
AZURE_ORDERER=http://localhost:7070
4-
AZURE_STORAGE=http://localhost:7070
5-
AZURE_FUNCTION_TOKEN_PROVIDER_URL=http://localhost:7070
6-
CUSTOM_USER_ROLE=website.com
7-
8-
FLUID_CLIENT=local
2+
AZURE_TENANT_ID=<tenant-id>
3+
AZURE_ORDERER=<orderer-url>
4+
AZURE_FUNCTION_TOKEN_PROVIDER_URL=<token-provider-url>
5+
FLUID_CLIENT=azure
File renamed without changes.
File renamed without changes.

brainstorm/babel.config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)