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

feat: UX/UI enhancements for Transaction history page #294

Merged
merged 2 commits into from
Nov 27, 2023

Conversation

Macxim
Copy link
Collaborator

@Macxim Macxim commented Nov 1, 2023

This should fix #293

This is what it should look like:

Screenshot 2023-11-01 at 12-56-07 sBTC Bridge - Transactions

I need a little help from @radicleart to:

  • insert TxsHistoryTable in the correct place passing the correct arguments depending on the active tab
  • clean up src/routes/transactions/+page.svelte once the above is done

@Macxim Macxim force-pushed the ml/txs-history-design-fixes branch from 6e07dc9 to 576d1ab Compare November 1, 2023 13:09
@CLAassistant
Copy link

CLAassistant commented Nov 16, 2023

CLA assistant check
All committers have signed the CLA.

@radicleart radicleart changed the base branch from main to 307-make-app-more-responsive November 27, 2023 22:35
@radicleart radicleart marked this pull request as ready for review November 27, 2023 22:36
Copy link
Collaborator

@radicleart radicleart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging and fixing the filter issue

@radicleart radicleart merged commit 8b130ed into 307-make-app-more-responsive Nov 27, 2023
1 check passed
@radicleart radicleart deleted the ml/txs-history-design-fixes branch November 27, 2023 22:36
radicleart added a commit that referenced this pull request Nov 28, 2023
…cks-network/sbtc-bridge-web into 307-make-app-more-responsive

* '307-make-app-more-responsive' of https://github.com/stacks-network/sbtc-bridge-web:
  feat: UX/UI enhancements for Transaction history page (#294)
radicleart added a commit that referenced this pull request Nov 28, 2023
* 1. Resize window and hide dom.
2. init app non blocking

* feat: UX/UI enhancements for Transaction history page (#294)

* feat: UX/UI enhancements for Transaction history page

* chore: cleaning

* Chore(deps): Bump flowbite from 1.8.1 to 2.2.0 (#306)

Bumps [flowbite](https://github.com/themesberg/flowbite) from 1.8.1 to 2.2.0.
- [Release notes](https://github.com/themesberg/flowbite/releases)
- [Commits](themesberg/flowbite@v1.8.1...v2.2.0)

---
updated-dependencies:
- dependency-name: flowbite
  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>

* 1. Transaction history design
2. Banners on messages
3. Dependabot

* Chore(deps-dev): Bump prettier from 2.8.8 to 3.1.0 (#308)

* Chore(deps-dev): Bump svelte from 4.2.1 to 4.2.7 (#305)

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.1 to 4.2.7.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/[email protected]/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  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>

* Chore(deps-dev): Bump prettier from 2.8.8 to 3.1.0

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.1.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.1.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

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

* Chore(deps-dev): Bump @typescript-eslint/eslint-plugin (#299)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.11 to 6.9.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  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 autoprefixer from 10.4.14 to 10.4.16 (#297)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.14 to 10.4.16.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.14...10.4.16)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  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>

* Merge branch '307-make-app-more-responsive' of https://github.com/stacks-network/sbtc-bridge-web into 307-make-app-more-responsive

* '307-make-app-more-responsive' of https://github.com/stacks-network/sbtc-bridge-web:
  Chore(deps-dev): Bump autoprefixer from 10.4.14 to 10.4.16 (#297)
  Chore(deps-dev): Bump @typescript-eslint/eslint-plugin (#299)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Maxime Laforet <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

Design of transaction history paging and filtering widget
3 participants