redesigned emoji drawer #421

Merged
sarah merged 3 commits from emodrawer2 into master 2020-11-26 22:25:25 +00:00
Owner
  • assets for emoji drawer categories in opaque openprivacy/opaque#28
  • fixes a bug where the send-chat-message-button's icon wasn't visually scaling properly if its parent's parent's height had a decimal part...? if anyone can explain to me how in the name of zalgo it works it would be much appreciated but i suggest you not stare too hard into the abyss
* assets for emoji drawer categories in opaque https://git.openprivacy.ca/openprivacy/opaque/pulls/28 * fixes a bug where the send-chat-message-button's icon wasn't visually scaling properly if its parent's parent's height had a decimal part...? if anyone can explain to me how in the name of zalgo it works it would be much appreciated but i suggest you not stare too hard into the abyss
Member

Drone Build Status: success

https://build.openprivacy.ca/cwtch.im/ui/831

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/831
sarah reviewed 2020-11-26 01:21:43 +00:00
@ -211,3 +211,3 @@
source: gcd.assetPath + "core/send-24px.webp"
width: colRight.width
height: 50 * gcd.themeScale
height: Math.floor(50 * gcd.themeScale)

worth commenting the ridiculous reason for this rounding

worth commenting the ridiculous reason for this rounding
Member

Drone Build Status: success

https://build.openprivacy.ca/cwtch.im/ui/833

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/833
erinn changed title from WIP: redesigned emoji drawer to redesigned emoji drawer 2020-11-26 22:23:37 +00:00
sarah merged commit 1eb391ecc1 into master 2020-11-26 22:25:24 +00:00
Member

Drone Build Status: success

https://build.openprivacy.ca/cwtch.im/ui/835

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/835
This repo is archived. You cannot comment on pull requests.
No description provided.