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

fixed templates modal and fixed type template with api change #1251

Merged
merged 2 commits into from
Mar 15, 2021

Conversation

AudreyKj
Copy link
Contributor

resolves #1249

(i'm opening the PR, but we can add more small UI fix to it if needed)

changes:

  • modal template resizable
  • templates api changes (variables optional)

Screenshot 2021-03-15 at 15 46 42

@@ -5,5 +5,5 @@ export interface Template {
name: string;
sourceType: SourceType;
content: string;
variables: any;
variables?: any;
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm removing this from the api as its introduction was premature (I planned to remove it from here as well but since we're at it we can do here)

Copy link
Contributor Author

@AudreyKj AudreyKj Mar 15, 2021

Choose a reason for hiding this comment

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

ahh ok, I thought it was only becoming optional! thanks for the update :)

@AudreyKj AudreyKj merged commit 2c093d6 into develop Mar 15, 2021
@AudreyKj AudreyKj deleted the fix/1249-small-fix-ui-templates branch March 15, 2021 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Small fix UI Templates
2 participants