-
Notifications
You must be signed in to change notification settings - Fork 126
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
Several organization pagefixes. #458
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…es differently from real members.
Added the store for invitations, and hooked up all the pipes.
* master: (44 commits) Don't resimulate on save (it happens on change) Simplified onBlur code for distribution input Removed uneccessary css Style cleanup for editing button Added stage environments for master, ozzie, matthew Addressed comments from cr Minor color alterations Added cut functionality to space header Added view options separate component and made more closely mimic privacy settings. Basic refactoring for header Basic toolbar for space show header Adjusted model header to experiment Adding some styling to the non-editable state. Probably needs a refactor later, but stops us from saving every key stroke. minor cleanup, slight bug fix. Restyled. Mostly working, except console errors about findDOMNode being called out of place. Working prototype (though not yet really styled. Changed icon name to more relevant alias Initialize checkpointMetadata with length 1 to remove flash Add ref to connect to focus on distribution editor ...
* master: Removing an unused import. When you make a new space, the 'editableByMe prop doesn't necessarily change, just the id does, (but we need the editableByMe prop check for when you load a space fresh, as there is no update where the id changes). Only allow blur when selected Initialize checkpoints upon new model creation. Ensure that drop down component event listener is removed on leave only show in edits allowed mode Only show privacyToggle when is editable by me Ensure that space header buttons do not show up on space header bottom View options needs to reset both on mount and update Don't send previous updated at
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Should go in with: getguesstimate/guesstimate-server#102 and getguesstimate/guesstimate-server#101