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

#934 Added command to clear all data in the table: #950

Closed
wants to merge 3 commits into from

Conversation

42ama
Copy link
Contributor

@42ama 42ama commented May 9, 2024

  • Added "Clear all rows" command to MoreMenu. After clicking and confirming the action, the system will clear all rows in the table.
  • In order to be able to use text variant, added passing of text variant through MenuItem to Text

@trey-wallis hi, could you check the PR please?

The only place I doubt is that I had to duplicate the possible values that can be passed to textVariant. Now there are two places in the plugin where this enumeration is present ("semibold" | "faint" | "muted" | "on-accent" | "error" | "normal"). This is in the MenuItem.textVariant definition and in Text.variant. It would be nice to get this definition into a single place, but I had no idea how. In general, you could put these values in enum, but then backward compatibility and the ability to set the vairant property with string would break.

+ Added "Clear all rows" command to MoreMenu. After clicking and confirming the action, the system will clear all rows in the table.
+ In order to be able to use text variant, added passing of text variant through MenuItem to Text
@42ama
Copy link
Contributor Author

42ama commented May 16, 2024

@trey-wallis Hi, could you check out the PR, please?

1 similar comment
@42ama
Copy link
Contributor Author

42ama commented May 24, 2024

@trey-wallis Hi, could you check out the PR, please?

@decaf-dev
Copy link
Owner

Hi @42ama. I am sorry that I didn't get back to you. I am no longer developing DataLoom. I will be working on other projects from now on. I will post more about this in the README.

I will be closing this request for now.

@decaf-dev decaf-dev closed this May 27, 2024
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.

None yet

2 participants