Skip to content

Commit

Permalink
chore: TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Feb 19, 2024
1 parent c6bc164 commit 2112716
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/app/features/container/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,27 +66,37 @@ export function Container() {
);
};

// need to test all app using just laptop. get the dialogs perfect

// BUG : some routing bug introduced which breaks 'activity' and 'back'
// - all Back buttons in header seem broken !! - need to navigate -2
// - activity page broken for some reason? Renamed tab history?!!

// BUG - send BTC / STX footer looks weird, fixed to bottom
// BUG - view-secret-key - don't show top navigation header

// BUG - when create account in Extension mode it doesn't show up there but does in full screen
// BUG - in extension mode popout when account locked can scroll and header beige?
// BUG - receive modal copy address not working (since pre-tabs) + copy success behind modal

// BUG - sweitch account in sm not reaching full height on browser adjusted / popup. misses last account when 8
// that was fixed before :(

// FIX titles //https://github.com/leather-wallet/extension/pull/4655#issuecomment-1948441511

// All buttons are broken

// > scroll behaviour - test more
// - remove global styles and test virtuoso and popup mode
// > fix hacky code around showing logo or not - get rid of placeholder etc
// => add storybook pages

// TODO
// new designs:
// Loading button
// https://www.figma.com/file/2stUYm67q6Tkwe31CshODA/Onboarding?type=design&node-id=161-7424&mode=design&t=CWwmbrDMYMIft3iL-4
// Adjusted the Fund your account page
// Sign out flow

const getVariant = () => {
if (isHomePage()) return 'home';
if (isOnboardingPage()) return 'onboarding';
Expand Down

0 comments on commit 2112716

Please sign in to comment.