-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix: updated legacy boxes #834
Conversation
✅ Deploy Preview for teritori-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for testitori ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Sorry by advance for all Same here 👍
comments ^^
Except the little missbehavior on styles everything is good 👍 Good job for that, really 👏
Maybe you can check how you can rename your commits to respect the name convention on commits ? If you want some resources don't hesitate to ping me
Don't hesitate to ask questions in discord if you want 👍
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.
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
* feat(dapp-store): add explorer category add staking category * feat(dapp-store): add Calc Finance
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
* feat: add a period filter (only front) * feat(marketplace-period-filter): Add period filter to marketplace screen Add a period filter to the marketplace screen in order to allow users to filter collections based on a specific time period. The period filter will be implemented using a dropdown menu with options for different time periods, such as "Last 10 minutes", "Last 1 hour", "Last 6 hours", etc. The selected time period will be used to retrieve collections that were created within that period. Changes made in this commit: - Added a new optional field "period_in_minutes" to the "GetCollectionsRequest" message in the "marketplace.proto" file. - Added a new state variable "timePeriod" to the "UIStates" interface in the "marketplaceFilters.ts" file. - Added a new array "marketplacePeriodItems" to define the available time period options in the "marketplaceFilters.ts" file. - Added a new action "setTimePeriod" to update the selected time period in the * fix: remove console.log --------- Co-authored-by: Eng. Juan Combetto <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
* feat: add an input to modify an owned nft listing price * feat: add update price logic Signed-off-by: Norman Meier <[email protected]> --------- Signed-off-by: Norman Meier <[email protected]> Co-authored-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
* fix: add a Context to controls wallet funds and wallet connected * fix: link to squid instead of kado Signed-off-by: Norman Meier <[email protected]> --------- Signed-off-by: Norman Meier <[email protected]> Co-authored-by: Norman Meier <[email protected]>
Signed-off-by: Norman Meier <[email protected]>
i will close this PR. Pls go check the new >>> #897 |
Hello, I created this new branch to validate the CI. I commented out the variables not used in the code (Legacy) in case we need them in the future. I will delete the comments once this first test is validated. THANKS