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

Home dashboard UI fix #69

Merged
merged 5 commits into from
Nov 25, 2022
Merged

Conversation

Imamah-Zafar
Copy link
Contributor

@Imamah-Zafar Imamah-Zafar commented Nov 17, 2022

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Enhancement
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

Fixes ui bugs found in the main dashboard screen
loads all active accounts when user logs in
fixes bug in account screen

@yknl
Copy link
Contributor

yknl commented Nov 18, 2022

Minor issue but what should we do with the scroll bar? @QUDBS

image

@Imamah-Zafar
Copy link
Contributor Author

Minor issue but what should we do with the scroll bar? @QUDBS

image

the scroll bar is fixed in this PR #74

} = useSelector((state: StoreState) => state.walletState);

const fetchFeeMultiplierData = async () => {
const response: FeesMultipliers = await fetchAppInfo();
dispatch(FetchFeeMultiplierAction(response));
};

const getActiveAccountList = async (
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this logic be in the core library since it's used in both the app and the extension. It's also quite isolated.

@@ -8,6 +8,8 @@ import { useNavigate } from 'react-router-dom';
import { Ring } from 'react-spinners-css';
import useWalletReducer from '@hooks/useWalletReducer';

declare const VERSION: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

how is this version string set?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

new webpack.DefinePlugin({

in the webpack.config.js the version variable is set and can be accessed anywhere in the app to avoid hardcoding the extension version number

@@ -75,3 +76,22 @@ export async function isValidURL(str: string): Promise<boolean> {
}
return false;
}

export async function checkAccountActivity(
Copy link
Contributor

Choose a reason for hiding this comment

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

This should probably also be in the core library.

@DuskaT021 DuskaT021 added the bug Something isn't working label Nov 24, 2022
@DuskaT021 DuskaT021 added this to the Sprint 21 - Nov 28 milestone Nov 24, 2022
@Imamah-Zafar Imamah-Zafar linked an issue Nov 25, 2022 that may be closed by this pull request
@Imamah-Zafar Imamah-Zafar merged commit ff474ff into develop Nov 25, 2022
@m-aboelenein m-aboelenein deleted the imamahzafar/home-dashboard-ui-fix branch November 25, 2022 09:33
teebszet pushed a commit that referenced this pull request Nov 29, 2023
* fix: spacing issues

* added scrollbar in rare sat detail

* fix: scrollbar in confirm screen

* fix: scrollbar in rarity screen

* fix: send errors

* removed console log

* fix: rare sat bundle navigation

* fix: rare detail text

* fix: confirm UI

* fix: rare sats bundle navigation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants