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

ui-fixes/ Font aliasing #75

Closed
QUDBS opened this issue Nov 21, 2022 · 0 comments · Fixed by #98
Closed

ui-fixes/ Font aliasing #75

QUDBS opened this issue Nov 21, 2022 · 0 comments · Fixed by #98
Assignees
Labels

Comments

@QUDBS
Copy link

QUDBS commented Nov 21, 2022

The font rendering on the extension is not clean and make the fonts look bolder than it should be.

I tried this fix that worked like a charm (1st one for chrome, leaving the 2nd for firefox here in case we need it):
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;

Screenshot 2022-11-21 at 10 13 49

@QUDBS QUDBS added the ui label Nov 21, 2022
@yknl yknl added this to the Sprint 22 - Dec 12 milestone Nov 22, 2022
@Imamah-Zafar Imamah-Zafar self-assigned this Nov 25, 2022
@Imamah-Zafar Imamah-Zafar linked a pull request Nov 28, 2022 that will close this issue
7 tasks
teebszet pushed a commit that referenced this issue May 31, 2024
* feat: spam tokens

* address PR comments

* fix: don't repeat toast

* fix: hide and report when spam tokens displayed

* fix: toast duration, dismiss toast when navigate to different screen

* chore: added util function

* Update the spam token hide/reveal logic

* Update the token hiding snackbar

* Remove the redundant line

* Fix the options dialog ui issue

* Move the filtering logic to the hooks

* Move the setSpamTokenAction to the main store and remove the redundant navigationStore

* Make some small code tweaks

* make some code tweaks

* fix the bug when undo button did not work

* Add ts-prune scripts, make some code tweaks for the spam tokens logic

* Use ft `principal` property instead of `ticker`

---------

Co-authored-by: Den <36603049+dhriaznov@users.noreply.github.com>
Co-authored-by: Denys Hriaznov <hriaznov.dev@gmail.com>
Co-authored-by: Duska.T <55587184+DuskaT021@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants