File tree Expand file tree Collapse file tree 5 files changed +4
-7
lines changed Expand file tree Collapse file tree 5 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1111
1212### Fixes
1313
14+ - Fixed issue with missing character when copying address from PDF ([ PR 2925] ( https://github.com/input-output-hk/daedalus/pull/2925 ) )
1415- Fixed stake pool list view overlapping news feed ([ PR 2917] ( https://github.com/input-output-hk/daedalus/pull/2917 ) )
1516- Restored opacity for search icon when focused ([ PR 2909] ( https://github.com/input-output-hk/daedalus/pull/2909 ) )
1617- Fixed styling of the incentivized testnet rewards wallet dropdown ([ PR 2907] ( https://github.com/input-output-hk/daedalus/pull/2907 ) )
Original file line number Diff line number Diff line change 1+ declare module '*.ttf' ;
Original file line number Diff line number Diff line change @@ -9,17 +9,12 @@ import type {
99 GenerateAddressPDFRendererRequest ,
1010 GenerateAddressPDFMainResponse ,
1111} from '../../common/ipc/api' ;
12- // @ts -ignore ts-migrate(2307) FIXME: Cannot find module '../../common/assets/pdf/NotoSa... Remove this comment to see the full error message
1312import fontRegularEn from '../../common/assets/pdf/NotoSans-Regular.ttf' ;
14- // @ts -ignore ts-migrate(2307) FIXME: Cannot find module '../../common/assets/pdf/NotoSa... Remove this comment to see the full error message
1513import fontMediumEn from '../../common/assets/pdf/NotoSans-Medium.ttf' ;
16- // @ts -ignore ts-migrate(2307) FIXME: Cannot find module '../../common/assets/pdf/arial-... Remove this comment to see the full error message
1714import fontUnicode from '../../common/assets/pdf/arial-unicode.ttf' ;
18- // @ts -ignore ts-migrate(2307) FIXME: Cannot find module '../../common/assets/pdf/NotoSa... Remove this comment to see the full error message
19- import fontMono from '../../common/assets/pdf/NotoSansMono-Regular.ttf' ;
15+ import fontMono from '../../common/assets/pdf/RobotoMono-Regular.ttf' ;
2016
21- export const generateAddressPDFChannel : // IpcChannel<Incoming, Outgoing>
22- MainIpcChannel <
17+ export const generateAddressPDFChannel : MainIpcChannel <
2318 GenerateAddressPDFRendererRequest ,
2419 GenerateAddressPDFMainResponse
2520> = new MainIpcChannel ( GENERATE_ADDRESS_PDF_CHANNEL ) ;
You can’t perform that action at this time.
0 commit comments