Skip to content
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: remove local filters; use stars in blueprint props; #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DimiDumo
Copy link
Collaborator

No description provided.

@@ -36,36 +35,18 @@ export default function BlueprintList({ search, filters, sort }: BlueprintListPr
setError(null);

try {
// NOTE: An admin will see blueprints of ALL statuses of ALL users
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although not related to the changes here, what if someone wants to show all the blueprints to all users while using the SDK? I think we should not restrict blueprint visibility from the SDK, or at least add a flag in the SDK that toggles the display of all blueprints to all users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants