-
Notifications
You must be signed in to change notification settings - Fork 49
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: Crud folder structure #168
Conversation
Everything is setup for blog posts (not dynamic). I don't think we should go for review/merge... |
) | ||
|
||
onBeforeMount(async () => { | ||
await $s.dispatch(`${props.storeName}/QueryPosts`, { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just a dev thing, right?
<div style="display: flex; gap: 10px; justify-content: center"> | ||
<SpButton | ||
type="secondary" | ||
@click="visibleModal = ''" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why now just emit cancel and delete?
* new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * #139: Add scoped styles for assets - Remove the .sp-denom-marker from the utility as it is used directly in the asset component; * Moved acc dropdown down, removed close icon (#169) * feat: Crud folder structure (#168) * SpCrud folder structure * Missing emit event * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * Delete vetur.config.js * useAPIPagination + useTxs (#174) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * Update SpTxList.vue * Update App.vue * #139: Add search bar for assets * #139: Add search functionality * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * #139: Add show more functionality and demo data * #139: Remove the sort of the assets in case of the non search value * #139: Removed sort functionality as it's not needed * #139: Add size prop for SpDenom - Use SpDenom for assets list - resultLimit is always a number - concat the balances with data when is not empty * #139: Reset the displayLimit after remove search criteria * #139: Add no result state - Improve the logic when the show more is displayed * #139: Add no assets state - Add skeleton animation * #139: Refactor size prop for SpDenom * #139: Improve UI and UX for search * #139: Add arrow for show more button * ibc-tx (#179) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * CRUD components Data page and functioning components: SpRead SpWrite SpUpdate SpDelete * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * #139: Use SpDenom for IBC * tx list * env settings via acc dropdown (#184) * #139: Add fixes after PR review * #139: Improve the loading state * Update SpAccDropdown.vue * tx-list (#182) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * #139: WIP for refactoring the search functionality * c * c * typing++ / more info on accdropdown (#186) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * c * c * c * c * useAssets (#187) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * c * c * c * c * c * c * sptxlist able to show ibc (#188) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * c * c * c * c * c * c * c * #139: Refactoring and improvements for assets component * #139: Minor adjustments for Tx component * #139: Add reset search functionality * #139: Remove log helpers * c (#190) * c * code:format * code:format Co-authored-by: Mihail Marcu <marku.michael@gmail.com> Co-authored-by: Matthew Salamon <35425388+Matthews3301@users.noreply.github.com> Co-authored-by: Matthews <salamon.mat@gmail.com>
* new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * #139: Add scoped styles for assets - Remove the .sp-denom-marker from the utility as it is used directly in the asset component; * Moved acc dropdown down, removed close icon (#169) * feat: Crud folder structure (#168) * SpCrud folder structure * Missing emit event * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * Delete vetur.config.js * useAPIPagination + useTxs (#174) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * Update SpTxList.vue * Update App.vue * #139: Add search bar for assets * #139: Add search functionality * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * #139: Add show more functionality and demo data * #139: Remove the sort of the assets in case of the non search value * #139: Removed sort functionality as it's not needed * #139: Add size prop for SpDenom - Use SpDenom for assets list - resultLimit is always a number - concat the balances with data when is not empty * #139: Reset the displayLimit after remove search criteria * #139: Add no result state - Improve the logic when the show more is displayed * #139: Add no assets state - Add skeleton animation * #139: Refactor size prop for SpDenom * #139: Improve UI and UX for search * #139: Add arrow for show more button * ibc-tx (#179) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * CRUD components Data page and functioning components: SpRead SpWrite SpUpdate SpDelete * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * #139: Use SpDenom for IBC * tx list * env settings via acc dropdown (#184) * #139: Add fixes after PR review * #139: Improve the loading state * Update SpAccDropdown.vue * tx-list (#182) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * #139: WIP for refactoring the search functionality * c * c * typing++ / more info on accdropdown (#186) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * c * c * c * c * useAssets (#187) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * c * c * c * c * c * c * sptxlist able to show ibc (#188) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * c * c * c * c * c * c * c * #139: Refactoring and improvements for assets component * #139: Minor adjustments for Tx component * Implement grid system and adjust general layout * Update vite.config.ts * Update SpProfileIcon.vue * Update alpha-release.yml * Update alpha-release.yml * Add all UI elements for Transfer component * Improve the show more button with icon * Fixed the inout for amount * Remove modal backdrop blur filter * Add the missing resetSearch functionality * Add skeleton loading for transaction list * Show the group year if it's not a month from this year * Adjust and create focus styles for amount select input * Adjustments for send/receive component * Improve UI for send/receive and header * Adjust loading state of transaction * Update useKeplr.ts * Update SpAcc.vue * Update SpTx.vue * reconnecting ws * removed relayers / shrunk wallet * Polishing the UI * Improve the send/receive if no wallet connected * Minor improvements on positioning * WIP for CRUD model * Revert some changes from CRUD model Co-authored-by: Mihail Marcu <marku.michael@gmail.com> Co-authored-by: Matthew Salamon <35425388+Matthews3301@users.noreply.github.com> Co-authored-by: Matthews <salamon.mat@gmail.com> Co-authored-by: your_username <your_email@gmail.com>
* emptied components * feat: SpModal component (#143) * SpModal component * New storybook setup * typo * Update index.ts * Update index.ts * Storybook now working * Refactor * Gitignore file * Added typescript * Removed navbar * repo overall refresh (#157) refer to #155 * SpTx (#158) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into a * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * visual increment * visuals / intial state / less chars * cleaned up / vue 3 * code:format * sptx state typing * --chars / initialState * code:foramt * SpNavbar and SpAcc (#156) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * WIP SpNavbar and Keplr connection * Line indentation * Indents * cleaned up * cleaned up * Functionality and style updates * Tabs * Replaced tabs with spaces * Moved Keplr code to composable function, added props, added SpButton * split spnavbar into spacc / moved icons / refactored useKeplr / ts errors * code:format * useKeplr function refactor * simplified sign in & out / spacc ++cohesive / spaccdropdown ++simple / cleaning * fixed silly confusion Co-authored-by: Arthur Marinho <arthurtutuca@gmail.com> * code:format * --leftover / ++typing * milestone 1 * Create netlify.toml * Update netlify.toml * m 1 * dependencies / 0.2.0 * m1 * m1 * m1 * m1 * m1 * m1 * m1 * m1 * m1 * Update netlify.toml * v0.2.0-alpha-c20ca865562bfe682645ad7181badf77a68db8d3 * m1 * m1 * Profile avatar, wallet account, navbar logo * m1 * m1 * Tabs * milestone 01 (#166) * feat: profile avatar, wallet account, navbar logo (#160) * Profile avatar, wallet account, navbar logo * Close account dropdown, auto connect on page load * Responsive design * Update netlify.toml * Update netlify.toml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Rename publish.yml to alpha-release.yml * Data page, SpTypography, SpSpacer * Update .gitignore * regenerated vuex * simplified alpha release * SpDropdown component, Data page front-end * Dropdown autoclose * Renamed component * fee being suggested / code styling * using router * bump @cosmjs * bump alphå * #139: Assets list component (#161) * layout * ifs * simplified * warn instead of log * revert initialized * code:format Co-authored-by: Matthew Salamon <35425388+Matthews3301@users.noreply.github.com> Co-authored-by: Matthews <salamon.mat@gmail.com> Co-authored-by: Mihail Marcu <56769586+mihailmarcu@users.noreply.github.com> * regenerated vuex (#175) * Delete vetur.config.js * milestone-2 (#183) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * #139: Add scoped styles for assets - Remove the .sp-denom-marker from the utility as it is used directly in the asset component; * Moved acc dropdown down, removed close icon (#169) * feat: Crud folder structure (#168) * SpCrud folder structure * Missing emit event * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * Delete vetur.config.js * useAPIPagination + useTxs (#174) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * Update SpTxList.vue * Update App.vue * #139: Add search bar for assets * #139: Add search functionality * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * #139: Add show more functionality and demo data * #139: Remove the sort of the assets in case of the non search value * #139: Removed sort functionality as it's not needed * #139: Add size prop for SpDenom - Use SpDenom for assets list - resultLimit is always a number - concat the balances with data when is not empty * #139: Reset the displayLimit after remove search criteria * #139: Add no result state - Improve the logic when the show more is displayed * #139: Add no assets state - Add skeleton animation * #139: Refactor size prop for SpDenom * #139: Improve UI and UX for search * #139: Add arrow for show more button * ibc-tx (#179) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * CRUD components Data page and functioning components: SpRead SpWrite SpUpdate SpDelete * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * #139: Use SpDenom for IBC * tx list * env settings via acc dropdown (#184) * #139: Add fixes after PR review * #139: Improve the loading state * Update SpAccDropdown.vue * tx-list (#182) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * #139: WIP for refactoring the search functionality * c * c * typing++ / more info on accdropdown (#186) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * c * c * c * c * useAssets (#187) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * c * c * c * c * c * c * sptxlist able to show ibc (#188) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * c * c * c * c * c * c * c * #139: Refactoring and improvements for assets component * #139: Minor adjustments for Tx component * #139: Add reset search functionality * #139: Remove log helpers * c (#190) * c * code:format * code:format Co-authored-by: Mihail Marcu <marku.michael@gmail.com> Co-authored-by: Matthew Salamon <35425388+Matthews3301@users.noreply.github.com> Co-authored-by: Matthews <salamon.mat@gmail.com> * housekeeping (#191) * Update vite.config.ts * Update SpProfileIcon.vue * Update alpha-release.yml * Update alpha-release.yml * Housekeeping (#192) * Update vite.config.ts * Update SpProfileIcon.vue * Update alpha-release.yml * Update alpha-release.yml * Update useKeplr.ts * Update SpAcc.vue * Update SpTx.vue * removed relayers / shrunk wallet (#193) * Update vite.config.ts * Update SpProfileIcon.vue * Update alpha-release.yml * Update alpha-release.yml * Update useKeplr.ts * Update SpAcc.vue * Update SpTx.vue * removed relayers / shrunk wallet * Delete .env * milestone-3 (#189) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * #139: Add scoped styles for assets - Remove the .sp-denom-marker from the utility as it is used directly in the asset component; * Moved acc dropdown down, removed close icon (#169) * feat: Crud folder structure (#168) * SpCrud folder structure * Missing emit event * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * Delete vetur.config.js * useAPIPagination + useTxs (#174) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * Update SpTxList.vue * Update App.vue * #139: Add search bar for assets * #139: Add search functionality * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * #139: Add show more functionality and demo data * #139: Remove the sort of the assets in case of the non search value * #139: Removed sort functionality as it's not needed * #139: Add size prop for SpDenom - Use SpDenom for assets list - resultLimit is always a number - concat the balances with data when is not empty * #139: Reset the displayLimit after remove search criteria * #139: Add no result state - Improve the logic when the show more is displayed * #139: Add no assets state - Add skeleton animation * #139: Refactor size prop for SpDenom * #139: Improve UI and UX for search * #139: Add arrow for show more button * ibc-tx (#179) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * CRUD components Data page and functioning components: SpRead SpWrite SpUpdate SpDelete * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * #139: Use SpDenom for IBC * tx list * env settings via acc dropdown (#184) * #139: Add fixes after PR review * #139: Improve the loading state * Update SpAccDropdown.vue * tx-list (#182) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * #139: WIP for refactoring the search functionality * c * c * typing++ / more info on accdropdown (#186) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * c * c * c * c * useAssets (#187) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * c * c * c * c * c * c * sptxlist able to show ibc (#188) * new dev monorepo scripts * Create .prettierrc * cleaned out + new send/rec token comp. * Create .node-version * new stack for bundling / new scripts for dev env (#155) * --webpack / ++vite * client-js merged into vuex * prettied * formatted code * husky * formattede * improved code formatting scripts * updated monorepo scripts * ignoring package lock * removed client-js * cleaned up * cleaned up * no stargate * code:format * dep * expanded code formatting * no vetur * Create useTxs.ts * Create index.ts * Create usePagination.ts * Update useTxs.ts * Update usePagination.ts * Update useTxs.ts * sp tx list * Update and rename usePagination.ts to useAPIPagination.ts * Update index.ts * Update useTxs.ts * Update useTxs.ts * Update SpTxList.vue * cruft * w/ stargate * stargate / launchpad * ibc-tx / useDenom / SpDenom * ibc-tx / useDenom / SpDenom * Update SpDenom.vue * ibc-tx / useDenom / SpDenom * Update useDenom.ts * tx-list * tx-list * tx-list * cosmjs set to 27 * tx-list * tx list * c * c * c * c * c * c * c * #139: Refactoring and improvements for assets component * #139: Minor adjustments for Tx component * Implement grid system and adjust general layout * Update vite.config.ts * Update SpProfileIcon.vue * Update alpha-release.yml * Update alpha-release.yml * Add all UI elements for Transfer component * Improve the show more button with icon * Fixed the inout for amount * Remove modal backdrop blur filter * Add the missing resetSearch functionality * Add skeleton loading for transaction list * Show the group year if it's not a month from this year * Adjust and create focus styles for amount select input * Adjustments for send/receive component * Improve UI for send/receive and header * Adjust loading state of transaction * Update useKeplr.ts * Update SpAcc.vue * Update SpTx.vue * reconnecting ws * removed relayers / shrunk wallet * Polishing the UI * Improve the send/receive if no wallet connected * Minor improvements on positioning * WIP for CRUD model * Revert some changes from CRUD model Co-authored-by: Mihail Marcu <marku.michael@gmail.com> Co-authored-by: Matthew Salamon <35425388+Matthews3301@users.noreply.github.com> Co-authored-by: Matthews <salamon.mat@gmail.com> Co-authored-by: your_username <your_email@gmail.com> Co-authored-by: Matthew Salamon <35425388+Matthews3301@users.noreply.github.com> Co-authored-by: Matthews <salamon.mat@gmail.com> Co-authored-by: Mihail Marcu <56769586+mihailmarcu@users.noreply.github.com> Co-authored-by: Mihail Marcu <marku.michael@gmail.com> Co-authored-by: your_username <your_email@gmail.com>
CRUD related code now lives in SpCrud component. This in turn uses four new components:
SpCrudCreate, SpCrudRead, SpCrudUpdate, SpCrudDelete.