Commit Graph

116 Commits

Author SHA1 Message Date
William Grant 01ae43d7d0 feat: moved H5AudioPlayer SASS to styled components 2023-07-06 16:51:39 +10:00
Audric Ackermann 3b7589796c fix: noticebanner and scrollable right panel ui glitch 2023-05-19 13:05:41 +10:00
Audric Ackermann 0080254286 fix: add NoticeBanner showing when legacy config message received 2023-04-21 16:17:14 +10:00
William Grant 66d8c8835c fix: qa feedback - fix loading spinners showing above the conversation options pane 2022-10-14 16:27:42 +11:00
William Grant 5b44565b5f Merge branch 'clearnet' into theming 2022-10-12 16:49:43 +11:00
William Grant a5a48e0ae7 fix: updated avatar border color 2022-10-11 15:32:34 +11:00
Audric Ackermann 460cbce119 fix: selected message box shadow and hide button while loading DB
also fix about/debug window first showing
2022-10-07 13:13:06 +11:00
William Grant 4762dd2508 feat: themed CompositionBox and related components 2022-10-04 17:27:12 +11: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 c6af1a7468 feat: upgraded emoji-mart and added theme support 2022-09-30 13:55:38 +10:00
Audric Ackermann e62c1599a5 Merge branch 'clearnet' into feat-move-attachments-outside-messagebox 2022-09-29 15:30:21 +10:00
William Grant 8b06ea88f9 feat: initial styling for audio player 2022-09-28 17:15:06 +10:00
William Grant 1350623406 feat: Restyled conversation elements and the file dropzone 2022-09-27 15:38:56 +10:00
William Grant 7e29e18a56 feat: can now switch the primary color 2022-09-26 14:26:58 +10:00
William Grant 27e19f3afa feat: updated SessionIconButton to support themes 2022-09-19 16:34:36 +10:00
William Grant f4483c8ba4 feat: updated conversation and group panel colors 2022-09-19 11:28:45 +10:00
William Grant 58675d89d1 feat: update conversation and right panel colors and border 2022-09-19 11:07:59 +10:00
William Grant 0f57c6f244 feat: styled conversation header and composition box 2022-09-16 16:58:24 +10:00
William Grant 831cdee0f1 feat: updated danger color setup
updated inbox color and added modal colors to SessionTheme
2022-09-16 14:47:22 +10: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 3ffc470c40 fix: address reviews comment 2022-09-12 16:02:09 +10:00
Audric Ackermann d52389132c WIP 2022-09-08 15:14:19 +10:00
William Grant 4ba2ed9d92 refactor: finished converting sass colors in _variables.scss 2022-09-05 16:52:56 +10:00
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
2022-09-05 15:38:13 +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
Audric Ackermann 30e3cb8755 feat: fix other types of messages now that there is no box around 2022-09-01 11:50:42 +10:00
Audric Ackermann 7c80f9e233 feat: move attachments outside of the message box 2022-08-30 17:10:08 +10:00
William Grant edc245c6cb refactor: finished converting sass colors in _session_conversation.scss 2022-08-24 12:06:46 +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 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
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
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
2022-05-23 16:36:03 +10:00
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
2022-05-11 16:01:33 +10:00
Audric Ackermann b93201fbe6
When deleting multiple messages, inform the user of the number
taken from #2263 by @ianmacd
2022-04-27 14:02:13 +10:00
Ian Macdonald 18908c6441
Reduce untagged message opacity during message selection.
This improves legibility for moderators when reading through a group and
tagging messages for deletion.
2022-03-25 22:19:08 +01:00
Audric Ackermann 71af748eb6
make sure right panel is over the message detail view 2022-03-11 10:57:25 +11:00
Audric Ackermann 28c7445dce
refactor most of the components to outside of their Session folder (#2072)
* refactor most of the components to outside of their Session folder

* finish moving overlay and memberListItem to react hook

* fix bug with kicked member len >2 not being displayed

also sort admins first in UpdateGroupMembers dialog

* fix admin leaving text of groupNotification

* add a useFocusMount hook to focus input fields on mount

* make click avatar convo item open only user dialog

* cleanup config default.json

* make sure to use convoController to build sync message

* disable showing pubkey on opengroups

* add a pause on audio playback

Fixes #2079
2021-12-14 15:15:12 +11:00
Audric Ackermann 864d710460
add a handle to resize the inconvo call video 2021-11-03 16:05:59 +11:00
Audric Ackermann 0f21e12073
make resizable the height of the inconvo call 2021-11-03 14:05:44 +11:00
Audric Ackermann 0f2fcbb6e3
delete for opengroups is working 2021-10-25 17:04:51 +11:00
Audric Ackermann 3f1e55b787
add basic code markup 2021-10-04 10:57:15 +11:00
Audric Ackermann 2fdafb8fba
Out of sync message sync (#1923)
* do not update sent_at for synced messages

* reply to message context menu only visible if msg sent

* Allow scrolling in mentioning people in composition box

Relates #1849
2021-09-17 11:36:36 +10:00
audric bd7d88e170 remove theme from css and used variables instead 2021-09-01 14:29:04 +10:00
audric f7b0c6c7e1 make conversation screen closer to mobile UI part1 2021-08-23 16:32:21 +10:00
Warrick Corfe-Tan bfed4a88dd removing comments 2021-08-12 09:21:49 +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