Commit Graph

129 Commits (87f93d77198e320cb07379f68f104a311d3de350)

Author SHA1 Message Date
Audric Ackermann 7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 7 months ago
yougotwill e60d8c36a0 Merge branch 'unstable' into fix/ses-2426/block_contacts_height 10 months ago
Audric Ackermann 4b0b813362 fix: blocked list overflow by setting parent width correctly 10 months ago
William Grant 6039d9f526 feat: fixed update group name error and session recording light animations 1 year ago
William Grant 1f5691d88f fix: clear unused animation on send button 1 year ago
Audric Ackermann 2371dba5ee Merge branch 'unstable' into closed-group-chunk2 1 year ago
William Grant 2db67b2e00 feat: right panel container style is now a styled component 1 year ago
Audric Ackermann 4e8ca31c2f fix: remove isLeft flag as we can't have a left and unremoved group 1 year ago
Audric Ackermann 1a53f699b4 Revert "fix: move right panel buttons to a panelbuttongroup"
This reverts commit e6dd6844f9.
2 years ago
Audric Ackermann f796c59cef chore: add missing accessibilityIds for menu buttons/radio 2 years ago
Audric Ackermann e6dd6844f9 fix: move right panel buttons to a panelbuttongroup
also enforce a 300 min width for the right panel, otherwise the bloaded
disappearing message design is not looking good
2 years ago
William Grant 22b0ab5f2f feat: updated panel buttons
add params to panel state to be used in future, not tested yet
2 years ago
William Grant bb2ffff83e fix: remove options menu from convo header
in favour of right panel
2 years ago
William Grant 01ae43d7d0 feat: moved H5AudioPlayer SASS to styled components 2 years ago
Audric Ackermann 3b7589796c fix: noticebanner and scrollable right panel ui glitch 2 years ago
Audric Ackermann 0080254286 fix: add NoticeBanner showing when legacy config message received 2 years ago
William Grant 66d8c8835c fix: qa feedback - fix loading spinners showing above the conversation options pane 3 years ago
William Grant 5b44565b5f Merge branch 'clearnet' into theming 3 years ago
William Grant a5a48e0ae7 fix: updated avatar border color 3 years ago
Audric Ackermann 460cbce119 fix: selected message box shadow and hide button while loading DB
also fix about/debug window first showing
3 years ago
William Grant 4762dd2508 feat: themed CompositionBox and related components 3 years ago
William Grant b3885bf9d9 Merge branch 'clearnet' into theming
Link previews are broken for now
3 years ago
William Grant c6af1a7468 feat: upgraded emoji-mart and added theme support 3 years ago
Audric Ackermann e62c1599a5 Merge branch 'clearnet' into feat-move-attachments-outside-messagebox 3 years ago
William Grant 8b06ea88f9 feat: initial styling for audio player 3 years ago
William Grant 1350623406 feat: Restyled conversation elements and the file dropzone 3 years ago
William Grant 7e29e18a56 feat: can now switch the primary color 3 years ago
William Grant 27e19f3afa feat: updated SessionIconButton to support themes 3 years ago
William Grant f4483c8ba4 feat: updated conversation and group panel colors 3 years ago
William Grant 58675d89d1 feat: update conversation and right panel colors and border 3 years ago
William Grant 0f57c6f244 feat: styled conversation header and composition box 3 years ago
William Grant 831cdee0f1 feat: updated danger color setup
updated inbox color and added modal colors to SessionTheme
3 years ago
William Grant 87b66794ed feat: updated all session buttons to use new button
small style fixes and sass cleanup
3 years ago
William Grant 6cd81e06f2 Merge branch 'ui-redesigns' into theming 3 years ago
Audric Ackermann 3ffc470c40 fix: address reviews comment 3 years ago
Audric Ackermann d52389132c WIP 3 years ago
William Grant 4ba2ed9d92 refactor: finished converting sass colors in _variables.scss 3 years ago
William Grant 561ea27a92 fix: use rgb css variables in rgba colors, regular css colors wont work
when possible would be good to use relative color syntax instead
3 years ago
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
3 years ago
Audric Ackermann 30e3cb8755 feat: fix other types of messages now that there is no box around 3 years ago
Audric Ackermann 7c80f9e233 feat: move attachments outside of the message box 3 years ago
William Grant edc245c6cb refactor: finished converting sass colors in _session_conversation.scss 3 years ago
William Grant 4e1eb1861b refactor: started converting sass colors in _modules.scss
updated sass colors found here in related files, moved theme independant colors
3 years ago
William Grant 7692da8e58 reafctors: converted sass colors in _mentions.scss
updated session green to use css variable everywhere adn removed unused classes
3 years ago
Will G 267f49ff1e
Emoji Reacts (#2320)
Add support for emoji reacts in conversations

Resolves #2375 and #1577
3 years ago
Audric Ackermann 39cbbda609 chore: move SessionToggle & SettingList to styled 3 years ago
Audric Ackermann 36f929a1ca fix: batch rename margins to their var equivalent
Some of those are used in calculus and cannot be renamed
3 years ago
William Grant 5cf76c5f08 feat: build sass files using parcel instead of grunt
added sass watch command for auto building sass on file changes, cleaned up IE7 fallback css
3 years ago
Will G 511567bc78
fix: emoji panel light mode support (#2292)
* fix: emoji panel light mode support

* fix: link darkMode prop to redux state

* fix: use getTheme selector directly
3 years ago
Audric Ackermann b93201fbe6
When deleting multiple messages, inform the user of the number
taken from #2263 by @ianmacd
3 years ago