Commit Graph

51 Commits

Author SHA1 Message Date
Audric Ackermann f870eff45b fix: make syncJob throttled every 3s and start right away if possible
also enable sig_timestamp on mainnet use as every node should have
upgraded now
2023-02-13 13:28:00 +11:00
William Grant adc40f932b fix: improved font rendering on windows by replacing all em units with rem
dropped unused emoji scss
2022-10-20 16:22:02 +11:00
William Grant 93f814e59d fix: qa feedback - added a max width to contact invitation modal
prevents overflow when pub keys are visible.
2022-10-17 14:03:14 +11:00
William Grant d0cf998523 fix: qa feedback - centered name in profile modal 2022-10-17 13:47:27 +11:00
William Grant 4657181993 fix: qa feedback - updated input box styling and tweaked modals 2022-10-17 12:28:24 +11:00
William Grant 8edd2652b2 fix: pr review - remove unecessary content class 2022-10-14 14:05:29 +11:00
William Grant 43f8c66801 fix: more sass cleanup 2022-10-11 14:57:33 +11:00
William Grant dda9067e01 feat: theme editprofile, onion status and seed modals
styled qr code and cleanup
2022-10-05 19:02:28 +11:00
William Grant a47e96ca34 feat: themed modal colors and making progress through different dialogs
styled inputs in modals, fixed member list item and radio button styling, fixed some borders
2022-10-05 17:52:45 +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 7e29e18a56 feat: can now switch the primary color 2022-09-26 14:26:58 +10:00
William Grant 2cb7e72f68 feat: starting theming work on left pane and commented on areas that will need to be fixed 2022-09-12 16:31:47 +10:00
William Grant 49df281454 refactor: finished converting sass colors in _modules.scss
consolidated some of the gray shades
2022-08-24 11:55:45 +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
Audric Ackermann 81fa09b8ee Merge branch 'menu-redesign' into settings-redesign 2022-08-22 17:47:09 +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 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 282e631f73 feat: add menu action and action chooser left pane option 2022-08-19 09:53:53 +10:00
Audric Ackermann 51575d2f56
moved views to TS but broken 2022-03-24 11:15:21 +11:00
Audric Ackermann e33b6eadc4
bump typescript to 4.5.4 2021-12-17 11:50:56 +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 48e7a0e25f
Various UI fixes (#2070)
* cleanup unused convo json fields in db

* display a toast if the user is not approved yet on call OFFER received

* enable CBR for calls

* do not update active_at on configMessage if !!active_at

* remove mkdirp dependency

* disable call button if focused convo is blocked

* quote: do not include the full body in quote, but just the first 100

* click on the edit profile qr code padding

* Allow longer input for opengroup join overlay

Fixes #2068

* Fix overlay feature for start new session button

* make ringing depend on redux CALL status

* turn ON read-receipt by default
2021-12-08 14:15:54 +11:00
audric bd7d88e170 remove theme from css and used variables instead 2021-09-01 14:29:04 +10:00
Audric Ackermann a5d7995168
merge dialog refctor with clearnet 2021-06-17 16:38:20 +10:00
Warrick Corfe-Tan 7dc318aa3d add / remove moderator modals refactored. Need to remove old whisper code and files. 2021-06-15 03:50:33 +10:00
Warrick Corfe-Tan b2dcb695f8 Fixed modal header styling for onion path dialog. 2021-06-07 11:44:49 +10:00
Warrick Corfe-Tan ec39f7ae9b Moved edit profile saving into edit profile component file. 2021-06-04 14:48:05 +10:00
Warrick Corfe-Tan 7285866e5e Fix edit icon styling. 2021-06-02 18:42:24 +10:00
Warrick Corfe-Tan 066e0d954e lights glowing but not yet in order.
WIP glow cycle.

Glow animation working.

Glow animation working, modal no longer interferring with left menu margins.

Cleaning up code. Adding PR suggestions.

Adding typing.

Refactor edit profile modal dialog to no longer use the signal code.
2021-06-02 15:57:56 +10:00
Warrick Corfe-Tan d7b22e13e1 WIP: Onion path modal using redux state and refactored modals. 2021-05-26 09:58:33 +10:00
Lucas Phang b4ac4db452 Change path node colors depending on status 2021-05-14 17:14:57 +10:00
Lucas Phang 56bd22fd76 Refactor Onion Path rendering logic 2021-05-14 17:14:56 +10:00
Lucas Phang dc8c3138d5 Remove lines from dialog 2021-05-14 17:14:56 +10:00
Lucas Phang 07b434ccc8 Add CSS for Nodes and Lines 2021-05-14 17:14:56 +10:00
Lucas Phang 9cfb39bb97 Add button to dialog and css updates 2021-05-14 17:14:56 +10:00
Audric Ackermann 6a998111c7 add a qrcode to scan mnemonic/seed in dialog 2021-03-02 10:35:35 +11:00
Audric Ackermann 3476b54d43
fix add/remove moderators dialog and open groups name avatar dialog 2021-01-18 15:51:56 +11:00
Audric Ackermann 2ec337dd31
Add back ability to edit caption before sending attachments 2020-11-24 16:12:28 +11:00
Audric Ackermann 209fe460e4
lint and fix toast blur when dialog shwon 2020-11-10 14:55:10 +11:00
Audric Ackermann 2279f0abc6
center uneditable profile name 2020-10-07 10:24:28 +11:00
Audric Ackermann 3d146348ac
reduce shadow of avatar upload 2020-09-02 15:08:35 +10:00
Audric Ackermann 00994bcb4a
make most of the app rtl compatible (text based only) 2020-08-31 14:51:59 +10:00
Audric Ackermann 495683ec3d
fix theme input and cleanup 2020-08-28 15:28:06 +10:00
Audric Ackermann 8ff53a434a
refactor quote styles 2020-08-26 16:12:07 +10:00
Audric Ackermann b1e29cc89f
refactor scss 2020-08-26 10:48:35 +10:00
Audric Ackermann 5f51573f53
remove unused templates 2020-08-25 16:58:24 +10:00
Scott Nonnenberg 3c69886320 Finish new Message component, integrate into application
Also:
- New schema version 8 with video/image thumbnails, screenshots, sizes
- Upgrade messages not at current schema version when loading messages
  to show in conversation
- New MessageDetail react component
- New ConversationHeader react component
2018-07-17 15:58:07 -07:00
Daniel Gasienica 557693e14c Prettier: Format all stylesheets 2018-05-04 16:32:08 -04:00