-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: extend state and move constants #686
Conversation
103ba19
to
e10a8eb
Compare
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
e10a8eb
to
e971f49
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are those dependency update needed for this change? or left over from something else? I didn't see any code change related to those dependencies
@cvarjao They match up to bifold package versions. For example, bifold uses 8.1.1 of the keychain but our package was 7.x. |
Ok. So not exactly related, but an opportunity to get them back in sync. LGTM |
This PR implements the new extensible state mechanics of Bifold to add our own custom
developer
state. Included are moving some of the constants used by BCIDView such as the URLs and invitation ID. They will be editable in the eminent Developer screen so this is where they should live rather that a constants file.Depends on 514.