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

Cu 39cacm9 - [Picasso] - Release 2 - smoke test UI bugs #2710

Conversation

easteregg
Copy link
Contributor

@itsbobbyzz
Copy link

@vercel
Copy link

vercel bot commented Dec 14, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
pablo-nightly ✅ Ready (Inspect) Visit Preview Dec 16, 2022 at 8:30AM (UTC)
picasso-nightly ✅ Ready (Inspect) Visit Preview Dec 16, 2022 at 8:30AM (UTC)

@github-actions
Copy link

⚠️ Possible file(s) that should be tracked in LFS detected ⚠️

    The following file(s) are tracked in LFS and were likely accidentally checked in:

    frontend/apps/picasso/public/icons/Discord.svg

@github-actions
Copy link

github-actions bot commented Dec 14, 2022

Nix commands for this PR

NOTE: You can also run our Nix commands in Docker. See the bottom of this comment.

Make sure you have setup the Composable community cache:

(you only need to run it once on your machine)

nix-shell -p cachix --command "cachix use composable-community"

Show all possible apps, shells and packages:

nix flake show "github:ComposableFi/composable/3068073c19b172eb8c8442075ebcf45a5217e966 --allow-import-from-derivation

Run the Composable node alone:

nix run "github:ComposableFi/composable/3068073c19b172eb8c8442075ebcf45a5217e966#composable-node" -L

Spin up a local devnet:

nix run "github:ComposableFi/composable/3068073c19b172eb8c8442075ebcf45a5217e966#devnet" -L --option sandbox relaxed --show-trace

Spin up a local XCVM devnet:

nix run "github:ComposableFi/composable/3068073c19b172eb8c8442075ebcf45a5217e966#devnet-xcvm" -L

View the docs:

nix run ".#docs-server"

Run this without Nix in Docker.

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v nix:/nix -it nixos/nix bash -c "nix-env -iA nixpkgs.cachix && cachix use composable-community && nix run github:ComposableFi/Composable/3068073c19b172eb8c8442075ebcf45a5217e966#devnet-dali -L --extra-experimental-features nix-command --extra-experimental-features flakes"

NOTE: You can swap devnet-dali in the command above with any Nix package
For more info on how to use Nix, check out our Nix docs
Note that the initial build may take about one hour if it has not been cached by our CI yet. Once it is cached, builds should take about one minute. We currently do not provide build caches for ARM machines such as M1 Macs, but building on ARM is supported.

@vercel vercel bot temporarily deployed to Preview – picasso-nightly December 14, 2022 12:52 Inactive
@github-actions
Copy link

github-actions bot commented Dec 14, 2022

Visit the preview URL for this PR (updated for commit 3068073):

https://picasso-f0d16--pr2710-cu-39cacm9-fe-v11000-r3n8buhy.web.app

(expires Fri, 23 Dec 2022 08:40:03 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: d4e030ec330173845b1768cd217beee9791d20f1

@github-actions
Copy link

github-actions bot commented Dec 14, 2022

Visit the preview URL for this PR (updated for commit 3068073):

https://pablo-afa5d--pr2710-cu-39cacm9-fe-v11000-re05edy2.web.app

(expires Fri, 23 Dec 2022 08:40:19 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 8ef316967fc7aa470dc109d617260c43c009e4e3

@easteregg easteregg force-pushed the CU-39cacm9_fe-v110002-picasso-19-smoke-test-UI-bugs_Mamalitest branch from 7422671 to ec2fd57 Compare December 14, 2022 13:40
@vercel vercel bot temporarily deployed to Preview – pablo-nightly December 14, 2022 13:46 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly December 14, 2022 13:52 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly December 16, 2022 08:13 Inactive
@vercel vercel bot temporarily deployed to Preview – pablo-nightly December 16, 2022 08:19 Inactive
@vercel vercel bot temporarily deployed to Preview – pablo-nightly December 16, 2022 08:25 Inactive
@vercel vercel bot temporarily deployed to Preview – picasso-nightly December 16, 2022 08:30 Inactive
@easteregg easteregg force-pushed the CU-39cacm9_fe-v110002-picasso-19-smoke-test-UI-bugs_Mamalitest branch from 3068073 to 014adb0 Compare December 22, 2022 08:28
@github-actions
Copy link

github-actions bot commented Dec 22, 2022

Visit the preview URL for this PR (updated for commit 519fe85):

https://composable-docs--false-bvmz1swb.web.app

(expires Thu, 29 Dec 2022 09:04:24 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 9f02f9c6590528fd01c58c1497c91fed08e5194c

@github-actions
Copy link

Nix commands for this PR

NOTE: You can also run our Nix commands in Docker. See the bottom of this comment.

Make sure you have setup the Composable community cache:

(you only need to run it once on your machine)

nix-shell -p cachix --command "cachix use composable-community"

Show all possible apps, shells and packages:

nix flake show "github:ComposableFi/composable/014adb0a72a864339d4c8c45ade44b78b7bd20ba --allow-import-from-derivation

Run the Composable node alone:

nix run "github:ComposableFi/composable/014adb0a72a864339d4c8c45ade44b78b7bd20ba#composable-node" -L

Spin up a local devnet:

nix run "github:ComposableFi/composable/014adb0a72a864339d4c8c45ade44b78b7bd20ba#devnet" -L --option sandbox relaxed --show-trace

Spin up a local XCVM devnet:

nix run "github:ComposableFi/composable/014adb0a72a864339d4c8c45ade44b78b7bd20ba#devnet-xcvm" -L

View the docs:

nix run ".#docs-server"

Run this without Nix in Docker.

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v nix:/nix -it nixos/nix bash -c "nix-env -iA nixpkgs.cachix && cachix use composable-community && nix run github:ComposableFi/Composable/014adb0a72a864339d4c8c45ade44b78b7bd20ba#devnet-dali -L --extra-experimental-features nix-command --extra-experimental-features flakes"

NOTE: You can swap devnet-dali in the command above with any Nix package
For more info on how to use Nix, check out our Nix docs
Note that the initial build may take about one hour if it has not been cached by our CI yet. Once it is cached, builds should take about one minute. We currently do not provide build caches for ARM machines such as M1 Macs, but building on ARM is supported.

@github-actions
Copy link

github-actions bot commented Dec 22, 2022

@github-actions
Copy link

github-actions bot commented Dec 22, 2022

CU-39cazj7 - Modify the left menu name for Bonding to Bond

CU-39caxyj - Add footer with social media on Picasso app

CU-39caq1u Update Bond page heading

CU-39cauum - Update MyAssetsTable to fetch balances

CU-39cap2k - Remove crowdloan rewards banner

frontend/apps/picasso/public/icons/Discord.svg,frontend/apps/picasso/public/icons/Medium.svg,frontend/apps/picasso/public/icons/Twitter.svg,frontend/apps/picasso/public/icons/announcement.svg: convert to Git LFS

CU-39cawp6 - use pointer cursor for logo

Remove unused/rarely used hook

Update some elements to match design

CU-39cag3e - Add KSM from Picasso to Statemine

CU-39cagu5 - Remove tooltip for balance input

CU-3xpunhd - Update gas fee display to properly calculate values based on Ratio when sending from Picasso

CU-391bvvk - Update substrate links to use substrateExtrinsics function

CU-39carn8 - Add Coingecko price provider to overview

Revert "CU-39cag3e - Add KSM from Picasso to Statemine"

This reverts commit c702602.
@easteregg easteregg force-pushed the CU-39cacm9_fe-v110002-picasso-19-smoke-test-UI-bugs_Mamalitest branch from 014adb0 to 519fe85 Compare December 22, 2022 09:00
@github-actions
Copy link

Nix commands for this PR

NOTE: You can also run our Nix commands in Docker. See the bottom of this comment.

Make sure you have setup the Composable community cache:

(you only need to run it once on your machine)

nix-shell -p cachix --command "cachix use composable-community"

Show all possible apps, shells and packages:

nix flake show "github:ComposableFi/composable/519fe8552e073cd5dd7d8b5fae886c604cab53ef --allow-import-from-derivation

Run the Composable node alone:

nix run "github:ComposableFi/composable/519fe8552e073cd5dd7d8b5fae886c604cab53ef#composable-node" -L

Spin up a local devnet:

nix run "github:ComposableFi/composable/519fe8552e073cd5dd7d8b5fae886c604cab53ef#devnet" -L --option sandbox relaxed --show-trace

Spin up a local XCVM devnet:

nix run "github:ComposableFi/composable/519fe8552e073cd5dd7d8b5fae886c604cab53ef#devnet-xcvm" -L

View the docs:

nix run ".#docs-server"

Run this without Nix in Docker.

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v nix:/nix -it nixos/nix bash -c "nix-env -iA nixpkgs.cachix && cachix use composable-community && nix run github:ComposableFi/Composable/519fe8552e073cd5dd7d8b5fae886c604cab53ef#devnet-dali -L --extra-experimental-features nix-command --extra-experimental-features flakes"

NOTE: You can swap devnet-dali in the command above with any Nix package
For more info on how to use Nix, check out our Nix docs
Note that the initial build may take about one hour if it has not been cached by our CI yet. Once it is cached, builds should take about one minute. We currently do not provide build caches for ARM machines such as M1 Macs, but building on ARM is supported.

@KaiserKarel KaiserKarel merged commit 6635ee2 into main Dec 22, 2022
@KaiserKarel KaiserKarel deleted the CU-39cacm9_fe-v110002-picasso-19-smoke-test-UI-bugs_Mamalitest branch December 22, 2022 09:41
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

4 participants