-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Basic Bottom Bar * Add Title (#134) * Fix Console Logs * Overlay Bottom Bar * Basic Recenter Button & Firebase Config Fix * Finalize Canvas Recenter * Remove Manually Regen Button * Add Node Glow * Update Animation * Update MindMap References * Better Title Input (#144) * longer dialog, ellipses on overflow * Deselect on enter * Remove comments cleanup * Actually let you change the title to what you want * Fix Firebase Config Issue * Keep Text Legible on Node Glow * Fix BubbleLink Node Type * Fix Help Dialog Co-authored-by: Saketh Reddy <[email protected]>
- Loading branch information
1 parent
1a6a9e1
commit d461284
Showing
27 changed files
with
402 additions
and
662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
REACT_APP_FIREBASE_API_KEY = AIzaSyAcH2oqXkfT2gJjbgmQeU62GmHy78PXyww | ||
REACT_APP_FIREBASE_AUTH_DOMAIN = bubblemap-app.firebaseapp.com | ||
REACT_APP_FIREBASE_PROJECT_ID = bubblemap-app | ||
REACT_APP_FIREBASE_STORAGE_BUCKET = bubblemap-app.appspot.com | ||
REACT_APP_FIREBASE_MESSAGING_SENDER_ID = 961385019430 | ||
REACT_APP_FIREBASE_APP_ID = 1:961385019430:web:d81b367e47eaecfc430ee7 | ||
REACT_APP_FIREBASE_MEASUREMENT_ID = G-EYXHSKR3ZV | ||
|
||
REACT_APP_FIREBASE_API_KEY_DEV = AIzaSyD-oEhhMx9GRPYa1Dn6qhFR_yBV18KOY8Q | ||
REACT_APP_FIREBASE_AUTH_DOMAIN_DEV = mind-map-testing.firebaseapp.com | ||
REACT_APP_FIREBASE_PROJECT_ID_DEV = mind-map-testing | ||
REACT_APP_FIREBASE_STORAGE_BUCKET_DEV = mind-map-testing.appspot.com | ||
REACT_APP_FIREBASE_MESSAGING_SENDER_ID_DEV = 427950169016 | ||
REACT_APP_FIREBASE_APP_ID_DEV = 1:427950169016:web:ca279979776510972d0d4d | ||
REACT_APP_FIREBASE_MEASUREMENT_ID_DEV = G-GZZRF9XDMM | ||
|
||
|
||
GENERATE_SOURCEMAP=false |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -196,5 +196,4 @@ tsconfig.tsbuildinfo | |
|
||
*.secret | ||
|
||
.env | ||
.runtimeconfig.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Force Directed Mind Map Tree for rapid (Collaborative) idea generation | ||
# Bubble Map | ||
|
||
Force Directed Mind Mapping Tree for rapid (Collaborative) idea generation | ||
|
||
## Contributing | ||
|
||
Interesting in contributing? Check out the [GitHub repository](https://github.com/SpiritSeal/mindmap) and read our [contributing instructions](https://github.com/SpiritSeal/mindmap/blob/main/.github/CONTRIBUTING.md) | ||
Interesting in contributing? Check out the [GitHub repository](https://github.com/SpiritSeal/bubblemap) and read our [contributing instructions](https://github.com/SpiritSeal/bubblemap/blob/main/.github/CONTRIBUTING.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.