feat: implement feature flag system and option list support#240
Draft
bradly0cjw wants to merge 12 commits intomainfrom
Draft
feat: implement feature flag system and option list support#240bradly0cjw wants to merge 12 commits intomainfrom
bradly0cjw wants to merge 12 commits intomainfrom
Conversation
Dokploy Preview Deployment
|
PR Preview BuildsBuild Number: 805 Deploy
|
5c24246 to
0547580
Compare
Dokploy Preview Deployment
|
Signed-off-by: Bradly Chang <bradly@cypone.dev>
Signed-off-by: Bradly Chang <bradly@cypone.dev>
…resh confirmation. also implement firebase native way to process default value
159581f to
a372a15
Compare
452b8bb to
f7d8429
Compare
Signed-off-by: Bradly Chang <57744542+bradly0cjw@users.noreply.github.com>
Signed-off-by: Bradly Chang <57744542+bradly0cjw@users.noreply.github.com>
Signed-off-by: Bradly Chang <57744542+bradly0cjw@users.noreply.github.com>
rileychh
reviewed
Mar 28, 2026
Member
rileychh
left a comment
There was a problem hiding this comment.
- Move providers to screen layer
- "Type-safe getters" are unused
- Missing EOL in
assets/feature_flags.json - Doc comments
This file contains hidden or 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
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.
This PR introduces a feature flag system and adds support for an option list.