William Grant
6039d9f526
feat: fixed update group name error and session recording light animations
11 months ago
William Grant
1f5691d88f
fix: clear unused animation on send button
1 year ago
William Grant
2db67b2e00
feat: right panel container style is now a styled component
1 year ago
William Grant
22b0ab5f2f
feat: updated panel buttons
...
add params to panel state to be used in future, not tested yet
1 year 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
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.
3 years ago
Audric Ackermann
71af748eb6
make sure right panel is over the message detail view
3 years ago
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
3 years ago
Audric Ackermann
864d710460
add a handle to resize the inconvo call video
3 years ago
Audric Ackermann
0f21e12073
make resizable the height of the inconvo call
3 years ago
Audric Ackermann
0f2fcbb6e3
delete for opengroups is working
3 years ago
Audric Ackermann
3f1e55b787
add basic code markup
4 years ago
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
4 years ago