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

chore(deps): bump react-markdown from 8.0.7 to 9.0.1 in /web-ui #1016

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps react-markdown from 8.0.7 to 9.0.1.

Release notes

Sourced from react-markdown's releases.

9.0.1

  • d8e3787 Fix double encoding in new url transform
  • 55d8d83 Refactor docs to use createRoot

Full Changelog: remarkjs/react-markdown@9.0.0...9.0.1

9.0.0

Change

  • b67d714 Change to require Node.js 16 migrate: update too
  • ec2b134 Change to require React 18 migrate: update too
  • bf5824f Change to use exports migrate: don’t use private APIs
  • c383a45 Update @types/hast, utilities, plugins, etc migrate: update too
  • eca5e6b 08ead9e Replace transformImageUri, transformLinkUri w/ urlTransform migrate: see Add urlTransform
  • de29396 Remove linkTarget option by @​galabra in remarkjs/react-markdown#762 migrate: see Remove linkTarget
  • 4346276 Remove support for passing custom props to components migrate: see Remove includeElementIndex, Remove rawSourcePos, Remove sourcePos, Remove extra props passed to certain components
  • c0dfbd6 Remove UMD bundle from package migrate: use esm.sh or a CDN or so
  • e12b5e9 Remove prop-types migrate: use TypeScript
  • 4eb7aa0 Change to throw errors for removed props migrate: don’t pass options that don’t do things
  • 8aabf74 Change to improve error messages migrate: expect better messages

Full Changelog: remarkjs/react-markdown@8.0.7...9.0.0

Changelog

Sourced from react-markdown's changelog.

Changelog

All notable changes will be documented in this file.

9.0.0 - 2023-09-27

  • b67d714 Change to require Node.js 16
    migrate: update too
  • ec2b134 Change to require React 18
    migrate: update too
  • bf5824f Change to use exports
    migrate: don’t use private APIs
  • c383a45 Update @types/hast, utilities, plugins, etc
    migrate: update too
  • eca5e6b 08ead9e Replace transformImageUri, transformLinkUri w/ urlTransform
    migrate: see “Add urlTransform” below
  • de29396 Remove linkTarget option
    migrate: see “Remove linkTarget” below
  • 4346276 Remove support for passing custom props to components
    migrate: see “Remove includeElementIndex”, “Remove rawSourcePos”, “Remove sourcePos”, “Remove extra props passed to certain components” below
  • c0dfbd6 Remove UMD bundle from package
    migrate: use esm.sh or a CDN or so
  • e12b5e9 Remove prop-types
    migrate: use TypeScript
  • 4eb7aa0 Change to throw errors for removed props
    migrate: don’t pass options that don’t do things
  • 8aabf74 Change to improve error messages
    migrate: expect better messages

Add urlTransform

The transformImageUri and transformLinkUri were removed. Having two functions is a bit much, particularly because there are more URLs you might want to change (or which might be unsafe so we make them safe). And their name and APIs were a bit weird. You can use the new urlTransform prop instead to change all your URLs.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from chalabi2 as a code owner January 8, 2024 07:39
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 8, 2024
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (281146a) 61.74% compared to head (4bbe310) 61.74%.
Report is 4 commits behind head on main.

❗ Current head 4bbe310 differs from pull request most recent head 8263870. Consider uploading reports for the commit 8263870 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1016   +/-   ##
=======================================
  Coverage   61.74%   61.74%           
=======================================
  Files         172      172           
  Lines       14125    14125           
=======================================
  Hits         8721     8721           
  Misses       4656     4656           
  Partials      748      748           
Flag Coverage Δ
unittests 61.74% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web-ui/react-markdown-9.0.1 branch from 3e02d4f to 4bbe310 Compare January 11, 2024 08:12
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 to 9.0.1.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@8.0.7...9.0.1)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web-ui/react-markdown-9.0.1 branch from 4bbe310 to 8263870 Compare January 12, 2024 07:14
@faddat faddat merged commit 8e9cf04 into main Jan 12, 2024
14 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web-ui/react-markdown-9.0.1 branch January 12, 2024 07:16
joe-bowman pushed a commit that referenced this pull request Jan 24, 2024
Bumps [cosmossdk.io/errors](https://github.com/cosmos/cosmos-sdk) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@log/v1.0.0...math/v1.0.1)

---
updated-dependencies:
- dependency-name: cosmossdk.io/errors
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
finish intents

fix intent match

fix custom weight size

remove under construction image

add more mobile resisizng, prepare assets grid for main net rewards queries, remove Three

chore(deps): bump cosmjs-types from 0.5.0 to 0.9.0 in /web-ui (#998)

Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.0 to 0.9.0.
- [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
- [Commits](confio/cosmjs-types@v0.5.0...v0.9.0)

---
updated-dependencies:
- dependency-name: cosmjs-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @types/react-dom from 18.0.9 to 18.2.18 in /web-ui (#1008)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.9 to 18.2.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump framer-motion from 9.0.7 to 10.18.0 in /web-ui (#1026)

Bumps [framer-motion](https://github.com/framer/motion) from 9.0.7 to 10.18.0.
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v9.0.7...v10.18.0)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump remixicon from 3.7.0 to 4.0.1 in /web-ui (#931)

Bumps [remixicon](https://github.com/Remix-Design/remixicon) from 3.7.0 to 4.0.1.
- [Release notes](https://github.com/Remix-Design/remixicon/releases)
- [Commits](https://github.com/Remix-Design/remixicon/commits)

---
updated-dependencies:
- dependency-name: remixicon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @tanstack/react-query-devtools in /web-ui (#1029)

Bumps [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) from 4.36.1 to 5.17.9.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.17.9/packages/react-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @types/node from 20.10.6 to 20.11.0 in /web-ui (#1022)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump react-markdown from 8.0.7 to 9.0.1 in /web-ui (#1016)

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 to 9.0.1.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@8.0.7...9.0.1)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump react-icons from 4.12.0 to 5.0.1 in /web-ui (#1023)

Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.12.0 to 5.0.1.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v4.12.0...v5.0.1)

---
updated-dependencies:
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0 (#1030)

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.16.1...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
finish claim transaction

add rewards claim UI, transactions, & queries

add drawer controller for wallet modal, add filter for defi table

Merge branch 'main' into bunDev2
add better styles to filter buttons

Merge branch 'bunDev2' of https://github.com/quicksilver-zone/quicksilver into bunDev2

change deploy workflow branch

fix webui deploy branch

clean up code, make intent setting safer

fix staking util types

make intent memo safer

remove useless null & unused imports

remove console log

finish authz tx

fix portfolio percentage width

fix spinner size in defi table

match all button styles

rename main app component

fix mobile menu links

add juno, fix somm

add cosmjs override

dependency updates

bump dependencies to fix tm0.37 issue

add docs url

hide PP and link about to quicksilver.zone

add default text if no intent set

add asset page info hovers, fix wallet styles in theme, update to usechains for wallet connect, add correct address for claims backend

fix linting, lint

remove broken leap metamask snaps

remove /quicksilver from url

fix resizing

a

ordering

add udpated icons

add secret & umee to wallet connect.

remove secret

fix icons before launch

remove airdrop page

use updated quicksilverjs

fix IBC, change icon contrast

add logo to staking page

fix side header highlights

fix asset amount loading loop

better hover styles for side header components

remove deprecated packages, lint

revert lockfile changes

fix gov prop search

lint

fix wallet errors, fix mobile wallet, move wallet button

fix mobile wallet, change side header colors

change metadata

update

update twitter logo, fix mobile social links

bump quicksilverjs

add logo to other pages

add tooltip arrow color

fix flicker, update state for portfolio, fix wallet connect state, fix 0% apr

quicksilverjs v1.1.0

fix sort order

fix sort order

remove legacy env vars

reduce fees

use env var for /defi api

remove qs logo from assets page

hide all qassets until we have claims enabled

change alignment of qck balance

re-add assets, but hide empty rows

show the full grid

prettify the qasset

lint fix

lockfile

fix ibc withdraw dest address

rework xcc authz notice

update tooltip for non-native assets

lint

more fixes

refine gas prices

fix send fee

show tokenized shares regardless of delegations, update tokenized share send denom

change unstaking tokens available denom

add tx events, fetch denom from events

fix linting

mobile modals

fix qs branding positons, add more mobile breakpoint resizing

finish breakpoints

move qs logo slightly
faddat pushed a commit that referenced this pull request Jan 24, 2024
)

Bumps [cosmossdk.io/errors](https://github.com/cosmos/cosmos-sdk) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@log/v1.0.0...math/v1.0.1)

---
updated-dependencies:
- dependency-name: cosmossdk.io/errors
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
finish intents

fix intent match

fix custom weight size

remove under construction image

add more mobile resisizng, prepare assets grid for main net rewards queries, remove Three

chore(deps): bump cosmjs-types from 0.5.0 to 0.9.0 in /web-ui (#998)

Bumps [cosmjs-types](https://github.com/confio/cosmjs-types) from 0.5.0 to 0.9.0.
- [Changelog](https://github.com/confio/cosmjs-types/blob/main/CHANGELOG.md)
- [Commits](confio/cosmjs-types@v0.5.0...v0.9.0)

---
updated-dependencies:
- dependency-name: cosmjs-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @types/react-dom from 18.0.9 to 18.2.18 in /web-ui (#1008)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.9 to 18.2.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump framer-motion from 9.0.7 to 10.18.0 in /web-ui (#1026)

Bumps [framer-motion](https://github.com/framer/motion) from 9.0.7 to 10.18.0.
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v9.0.7...v10.18.0)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump remixicon from 3.7.0 to 4.0.1 in /web-ui (#931)

Bumps [remixicon](https://github.com/Remix-Design/remixicon) from 3.7.0 to 4.0.1.
- [Release notes](https://github.com/Remix-Design/remixicon/releases)
- [Commits](https://github.com/Remix-Design/remixicon/commits)

---
updated-dependencies:
- dependency-name: remixicon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump @tanstack/react-query-devtools in /web-ui (#1029)

Bumps [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) from 4.36.1 to 5.17.9.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.17.9/packages/react-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump @types/node from 20.10.6 to 20.11.0 in /web-ui (#1022)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump react-markdown from 8.0.7 to 9.0.1 in /web-ui (#1016)

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 to 9.0.1.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@8.0.7...9.0.1)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump react-icons from 4.12.0 to 5.0.1 in /web-ui (#1023)

Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.12.0 to 5.0.1.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v4.12.0...v5.0.1)

---
updated-dependencies:
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0 (#1030)

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.16.1...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
finish claim transaction

add rewards claim UI, transactions, & queries

add drawer controller for wallet modal, add filter for defi table

Merge branch 'main' into bunDev2
add better styles to filter buttons

Merge branch 'bunDev2' of https://github.com/quicksilver-zone/quicksilver into bunDev2

change deploy workflow branch

fix webui deploy branch

clean up code, make intent setting safer

fix staking util types

make intent memo safer

remove useless null & unused imports

remove console log

finish authz tx

fix portfolio percentage width

fix spinner size in defi table

match all button styles

rename main app component

fix mobile menu links

add juno, fix somm

add cosmjs override

dependency updates

bump dependencies to fix tm0.37 issue

add docs url

hide PP and link about to quicksilver.zone

add default text if no intent set

add asset page info hovers, fix wallet styles in theme, update to usechains for wallet connect, add correct address for claims backend

fix linting, lint

remove broken leap metamask snaps

remove /quicksilver from url

fix resizing

a

ordering

add udpated icons

add secret & umee to wallet connect.

remove secret

fix icons before launch

remove airdrop page

use updated quicksilverjs

fix IBC, change icon contrast

add logo to staking page

fix side header highlights

fix asset amount loading loop

better hover styles for side header components

remove deprecated packages, lint

revert lockfile changes

fix gov prop search

lint

fix wallet errors, fix mobile wallet, move wallet button

fix mobile wallet, change side header colors

change metadata

update

update twitter logo, fix mobile social links

bump quicksilverjs

add logo to other pages

add tooltip arrow color

fix flicker, update state for portfolio, fix wallet connect state, fix 0% apr

quicksilverjs v1.1.0

fix sort order

fix sort order

remove legacy env vars

reduce fees

use env var for /defi api

remove qs logo from assets page

hide all qassets until we have claims enabled

change alignment of qck balance

re-add assets, but hide empty rows

show the full grid

prettify the qasset

lint fix

lockfile

fix ibc withdraw dest address

rework xcc authz notice

update tooltip for non-native assets

lint

more fixes

refine gas prices

fix send fee

show tokenized shares regardless of delegations, update tokenized share send denom

change unstaking tokens available denom

add tx events, fetch denom from events

fix linting

mobile modals

fix qs branding positons, add more mobile breakpoint resizing

finish breakpoints

move qs logo slightly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant