-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎨 style(IndexPage.vue): add dialog for bulk generation and history
This commit adds a dialog for bulk generation and history. The bulk generation dialog allows the user to generate multiple fake data entries at once by specifying a multiplier. The history dialog is not yet implemented. 🎨 style(IndexPage.vue): add more options to q-select and q-item This commit adds more options to the q-select and q-item components in the IndexPage.vue file. Specifically, a new template is added to the q-select component to display a new q-item with a more_vert icon button. Additionally, the q-item component is updated to display the more_vert icon button instead of the chevron_right icon button. 🚀 feat(IndexPage.vue): add beast mode dialog and search select ✨ feat(IndexPage.vue): add support for copying to clipboard and notifications The beast mode dialog allows the user to generate multiple results at once for a selected faker method. The search select allows the user to search for a specific faker method. Support for copying to clipboard and notifications has been added to improve the user experience. 🎨 style(IndexPage.vue): add new variables to the return object ✨ feat(IndexPage.vue): add postActions function to handle copying results to clipboard This commit adds new variables to the return object in the IndexPage.vue file. The new variables are `searchSelectRef`, `selectedAction`, `beastModeDialog`, `bulkMultiplier`, `beastModeAction`, `beastModeFormRef`, and `rightDrawerOpen`. The `postActions` function is also added to handle copying results to the clipboard. The function formats the result as a JSON string and displays it in a notification message.
- Loading branch information
1 parent
231807b
commit 79ebf41
Showing
1 changed file
with
140 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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