Commit graph

1334 commits

Author SHA1 Message Date
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 649a581dd2
make caret-color as text-color to make it for visible 2021-07-30 11:15:52 +10:00
audric 30327257ca don't overflow char taking too much space 2021-07-23 10:39:53 +10:00
audric 4f5072ee65 Merge remote-tracking branch 'upstream/clearnet' into perf-improv 2021-07-21 09:47:10 +10:00
Warrick Corfe-Tan 398e23256d minor style tweak. 2021-07-20 11:09:27 +10:00
Warrick Corfe-Tan ee7e6e47fe applying to outgoing messages 2021-07-20 10:50:06 +10:00
Warrick Corfe-Tan fb81fce331 formatting and linting. 2021-07-20 10:12:10 +10:00
Warrick Corfe-Tan c944fac426 Transparent background for images. 2021-07-20 10:08:09 +10:00
Audric Ackermann 511adcf388
refactored right panel to hook 2021-07-14 13:56:13 +10:00
Audric Ackermann 4eb76df60c
fix line on onion path modal 2021-06-28 15:02:02 +10:00
Warrick Corfe-Tan 00c7c8b969 vertical line wip. 2021-06-28 13:25:20 +10:00
Warrick Corfe-Tan fe474425ba wip vertical line. 2021-06-28 11:30:22 +10:00
Audric Ackermann 9bdd6ad139
add button to control speed playback on the player 2021-06-25 16:19:16 +10:00
Audric Ackermann e8020348b4
fix up onion path animation with no glowing nodes 2021-06-22 14:28:46 +10:00
Warrick Corfe-Tan eb2e60b2eb Fixed update-group-name dialog styling. 2021-06-18 11:34:10 +10:00
Audric Ackermann bbbcfd54d6
rename all spacer-* to react component 2021-06-17 16:51:59 +10:00
Audric Ackermann a5d7995168
merge dialog refctor with clearnet 2021-06-17 16:38:20 +10:00
Audric Ackermann c9d7f4a1ab
Merge remote-tracking branch 'w/onion-paths' into clearnet 2021-06-17 14:55:25 +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
Audric Ackermann 68f81d387f
fixed mentions overlay with attachment on back 2021-05-26 15:17:54 +10:00
Warrick Corfe-Tan 22a32283b7 WIP Adding country and styling to modals. 2021-05-26 10:04:26 +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
Lucas Phang f1bfd363e5 Add display dialog logic 2021-05-14 17:13:49 +10:00
Lucas Phang 67bf0f0398 Add Circle SVG 2021-05-14 17:11:21 +10:00
Lucas Phang f1aad750f2 Add new icon to actions panel 2021-05-14 17:11:21 +10:00
Warrick cb307790f6
WIP: User nicknames (#1618)
* WIP Adding change nickname dialog.

* WIP adding nickname change dialog.

* WIP nickname dialog.

* WIP: Able to set conversation nicknames. Next step cleaning and adding to conversation list menu.

* Fix message capitilisations.

* Add change nickname to conversation list menu.

* Enable clear nickname menu item.

* Added messages for changing nicknames.

* Clearing nicknames working from header and message list.

* Adding modal styling to nickname modal.

* Reorder nickname menu item positions.

* Add group based conditional nickname menu options to conversation header menu.

* minor tidying.

* Remove unused error causing el option.

* Formatting.

* Linting fixes.

* Made PR fixes

* Prioritise displaying nicknames for inviting new closed group members
and updating closed group members.
2021-05-12 10:40:49 +10:00
Audric Ackermann e41d182972
Fix fonts sans serif (#1619)
* force deleteAccount after 10sec timeout waiting for configMessage

* move some constants to file where they are used

* add a way to fetch snodes from snodes

* remove a snode from a pubkey's swarm if we get 421 without valid content

* remove getVersion from snodes

* hide groupMembers in right panel for non-group convo

* fix font sans serif by using roboto instead

Fixes #1617
2021-05-12 10:35:05 +10:00
Audric Ackermann b574fd731d
match group invitation design with ios 2021-05-07 16:52:10 +10:00
Audric Ackermann 248494f15b
redesign group invitation message type 2021-05-07 14:49:38 +10:00
Audric Ackermann eb0ddd85f4
add zombies logic for member leaving and removing 2021-05-05 16:40:15 +10:00
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 2021-04-22 18:03:58 +10:00
Audric Ackermann d3b9e56c92
remove unused templates and css 2021-03-05 15:39:56 +11:00
Audric Ackermann 720e229c95
do not put DM settings on multiple lines 2021-03-04 14:22:13 +11:00
Audric Ackermann c420bfcf74 only handle a single time the groups from a configurationMessage 2021-03-02 16:06:30 +11:00
Audric Ackermann a04bc0d225 center notification icon on settings and make label clickable 2021-03-02 15:25:38 +11:00