Commit Graph

102 Commits

Author SHA1 Message Date
William Grant c6af1a7468 feat: upgraded emoji-mart and added theme support 2022-09-30 13:55:38 +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
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
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
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
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 8fca989736 Fixing delete button JSX evaluating to NaN 2021-08-12 09:21:49 +10:00
Warrick Corfe-Tan 9eb1847da5 WIP removing NaN dsiaply timer text. 2021-08-12 09:21:48 +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 511adcf388
refactored right panel to hook 2021-07-14 13:56:13 +10:00
Audric Ackermann 766a9f9c45
fix theme for voice messages and recording 2020-12-14 14:39:39 +11:00
Audric Ackermann 26c9eee85d
add sanitize.css and fix up z-index for audio recording canvas 2020-12-09 11:35:58 +11:00
Audric Ackermann a23d5cd95c
fix theme for SessionRecording 2020-12-08 13:22:15 +11: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 f9783be764
various UI fixes
* hide borders of images in bg when in the message details view
* force color of caption edits to white, as the background is grey and
it is more readable
* fix a bug preventing to quote the same message twice when switing
between two conversation after starting to quote one
2020-12-01 11:24:07 +11:00
Audric Ackermann c1c1cde14b
improve caption editor, and disable right panel if messagedetails shown 2020-11-26 14:24:29 +11:00
Audric Ackermann 8ac2011682
render triple dots menu on header only when not on default viewmode 2020-11-25 09:14:38 +11:00