Commit Graph

50 Commits

Author SHA1 Message Date
Audric Ackermann cce1e89cdf fix: fallback to roboto if Loor does not have glyphs 2023-08-16 13:44:26 +10:00
William Grant b3885bf9d9 Merge branch 'clearnet' into theming
Link previews are broken for now
2022-10-03 16:37:26 +11:00
William Grant 87b66794ed feat: updated all session buttons to use new button
small style fixes and sass cleanup
2022-09-16 13:39:19 +10:00
William Grant 6cd81e06f2 Merge branch 'ui-redesigns' into theming 2022-09-12 16:31:13 +10:00
Audric Ackermann e464d6c573 Merge branch 'settings-redesign' into feature-menu-redesign 2022-09-08 10:55:31 +10:00
Audric Ackermann 6f0d223eb9 fix: address PR reviews 2022-09-06 17:48:00 +10:00
William Grant 00e4a48277 refactor: finished converting sass colors in _session_constants.scss 2022-09-05 16:42:35 +10:00
William Grant 2d23d3d850 refactor: finished converting sass colors in _session.scss
moved react-contextify overwrites to styled compeonts, consolidated some grays and semanic colors, for rgba colors we need to set css variables with RGB values since nothing else is supported
2022-09-05 15:09:02 +10:00
William Grant b6cb283cdc refactor: finished converting sass colors in _session_theme.scss 2022-09-05 11:47:56 +10:00
William Grant db951a4128 refactor: finished converting sass colors in _session_slider.scss
consolidated transparent and gray colors, success color should be dropped to text color in future
2022-09-05 11:45:36 +10:00
William Grant 9268fd7186 refactor: finished converting sass colors in _session_signin.scss 2022-09-05 11:06:59 +10:00
William Grant 3498e97a97 refactor: finished converting sass colors in _session_password.scss 2022-08-24 12:24:55 +10:00
William Grant 1ae93f432a refactor: started converting sass colors in _session_password.scss
consolidated grays
2022-08-24 12:20:48 +10:00
William Grant 6b5c09794f refactor: finished converting sass colors in _session_left_pane.scss
converted $black as well
2022-08-24 12:12:56 +10:00
William Grant 4e1eb1861b refactor: started converting sass colors in _modules.scss
updated sass colors found here in related files, moved theme independant colors
2022-08-23 16:25:08 +10:00
William Grant 07c00463f1 reafctors: converted sass colors in _modal.scss
updated session white to use css white everywhere and removed unused classes
2022-08-23 15:47:45 +10:00
William Grant 7692da8e58 reafctors: converted sass colors in _mentions.scss
updated session green to use css variable everywhere adn removed unused classes
2022-08-23 15:34:48 +10:00
Audric Ackermann 81fa09b8ee Merge branch 'menu-redesign' into settings-redesign 2022-08-22 17:47:09 +10:00
Audric Ackermann f87d902c98 fix: PR Reviews 2022-08-22 17:32:31 +10:00
Audric Ackermann ef1f634e6b Merge remote-tracking branch 'upstream/clearnet' into menu-redesign 2022-08-22 16:56:57 +10:00
Will G 267f49ff1e
Emoji Reacts (#2320)
Add support for emoji reacts in conversations

Resolves #2375 and #1577
2022-08-22 16:40:14 +10:00
Audric Ackermann 39cbbda609 chore: move SessionToggle & SettingList to styled 2022-08-22 11:16:42 +10:00
Audric Ackermann 36f929a1ca fix: batch rename margins to their var equivalent
Some of those are used in calculus and cannot be renamed
2022-08-22 10:28:07 +10:00
Audric Ackermann 970e719229 chore: move session radio group to styled components
also clean up unused css
and move some elements from OverlayClosedGroup to styled components
2022-08-19 09:53:53 +10:00
Audric Ackermann 912d6b36dc
remove light roboto as it looks ugly 2022-02-03 16:30:18 +11:00
Audric Ackermann 27906de084
grunt keep underscore in for backbone 2022-02-03 16:25:57 +11:00
audric 0d90248450 fix scrolling jumping to bottom on new messages 2021-09-02 10:31:08 +10:00
audric 08cdd035ae disable transition for background of leftpane (for app initial load) 2021-09-01 15:25:34 +10:00
audric f7b0c6c7e1 make conversation screen closer to mobile UI part1 2021-08-23 16:32:21 +10:00
Warrick Corfe-Tan 81969ae12f applying linting and formatting. 2021-08-12 09:21:49 +10:00
Warrick Corfe-Tan 986fc16e7d Adding animation to briefly scale up send button after recording is made. 2021-08-12 09:21:49 +10:00
Warrick Corfe-Tan 32f7dcc811 testing shake addition to send button on finished recording. 2021-08-12 09:21:49 +10:00
Warrick Corfe-Tan 81ffb96530 adjusting alignment of buttons. increasing pulse for recording light, increasing hover over effect. 2021-08-12 09:21:49 +10:00
Warrick Corfe-Tan cd7a1233fa Adding small hover effect to message composition icon buttons. Removing extra method call. 2021-08-12 09:21:48 +10:00
Warrick Corfe-Tan 637b604d0b Adding fraction timer display, exaggerating recording animation, moving delete button to toolbar, display full recording duration immediately after stop recording. 2021-08-12 09:21:48 +10:00
Audric Ackermann e41d182972
Fix fonts sans serif (#1619)
* force deleteAccount after 10sec timeout waiting for configMessage

* move some constants to file where they are used

* add a way to fetch snodes from snodes

* remove a snode from a pubkey's swarm if we get 421 without valid content

* remove getVersion from snodes

* hide groupMembers in right panel for non-group convo

* fix font sans serif by using roboto instead

Fixes #1617
2021-05-12 10:35:05 +10:00
Audric Ackermann e38be266c2 major rework of session icon => make them styled with styled-component 2020-12-03 12:09:39 +11:00
Audric Ackermann 918eeae275
move InboxView to react 2020-11-13 14:29:59 +11:00
Audric Ackermann b7f5a32570
add reply to message UI logic 2020-10-15 11:18:37 +11:00
Audric Ackermann a652ec3b61
fix light theme in react refactor 2020-10-09 13:30:10 +11:00
Audric Ackermann 4d991d3992
Merge branch 'clearnet' into react-refactor 2020-10-08 17:23:55 +11:00
Audric Ackermann 9295fe7c58
add opacity change on hovered clickable avatar 2020-09-21 14:14:12 +10:00
Audric Ackermann 3e62d90e69
add small shadow to message selected and modal 2020-08-28 11:20:18 +10:00
Audric Ackermann 4ec51b55bf
fix delte message overlay size and add subtle function to just compute
color
2020-08-28 10:42:50 +10:00
Audric Ackermann 422c2610b6
add light theme for leftpane conversation list view 2020-08-24 12:06:03 +10:00
Audric Ackermann 103962f1eb
cleanup ios theme unused 2020-08-21 12:54:11 +10:00
Vincent 55504f0373 stylesheets merge 2020-04-27 12:41:02 +10:00
Vincent df12fff463 include new alt-constants 2020-04-24 12:43:54 +10:00
Vincent 56eae339c2 Line spacing fix 2020-04-24 11:51:49 +10:00
Vincent ed89f8c4b1 Update fonts and rework SASS 2020-04-23 17:28:42 +10:00