Vincent
98b4b18583
Added message selection inital functionality and added to buttons
5 years ago
Audric Ackermann
189714f27b
Merge pull request #685 from vincentbavitz/brand-redesign
...
Built generalised Icon component and restructure conversation view
5 years ago
Vince
72461afd3a
Lint fix newline
5 years ago
Vincent
c2c084920a
Namespacing
5 years ago
Vincent
c9887f7bc3
Exports simplification and message selection
5 years ago
Vincent
10676f5573
Improved file structuring
5 years ago
Vincent
4d105f5c66
Simplified icons object
5 years ago
Vincent
a17964beb7
Using singular enum names rather than plural
5 years ago
Vincent
19f8e85786
Prop destructuring
5 years ago
Vincent
35e85dc2bc
Merged
5 years ago
Vincent
141c0135fb
Fixed styling
5 years ago
Vincent
d62f1c6e22
Inital conversation restructuring
5 years ago
vincentbavitz
64d4a7e28f
Made IconButton purely compositional for generalisability
5 years ago
vincentbavitz
d3e6494c36
iconRotation not necessary as class.
5 years ago
vincentbavitz
11915614b5
Update SessionIcon.tsx
5 years ago
Vincent
fa8f310b02
Switched IconButton to fully compositional format for generalisation
5 years ago
vincentbavitz
5632c3442a
Fixed margins on ButtonIcon
5 years ago
vincentbavitz
20f379e0c2
Removed redundant artifact
5 years ago
Vincent
3a03591e00
Built generalised Icon component as superclass to IconButton
5 years ago
vincentbavitz
02ffe61276
Merge pull request #682 from vincentbavitz/brand-redesign
...
Created generalised icon button component
5 years ago
Vincent
d866e0ca2d
Updated recommended changes and made simplifications
5 years ago
Vincent
08bf89bdd1
Updated recommended changes and made simplifications
5 years ago
Vincent
211b9649ec
Added temporary replacement font
5 years ago
Vincent
f7fde304ab
Fixed syntax & linted
5 years ago
Vincent
533ec4eedc
Fixed syntax & linted
5 years ago
Vincent
a6fb54233a
Created generalised icon button component
5 years ago
Audric Ackermann
24e24681a6
add a custom session button
5 years ago
Maxim Shishmarev
5123fa0409
Merge pull request #669 from msgmaxim/restoration
...
Prompting the user to reset session on invalid ciphertext
5 years ago
vincentbavitz
449eb8536b
System clock ( #677 )
...
* Show toast when client clock is out of sync
* Fixed syntactical misarrangements
* Simplify getServerTime method
* Futher simplify getServerTime method
* Update js/modules/loki_app_dot_net_api.js
Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>
* Update js/modules/loki_app_dot_net_api.js
Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>
* Update loki_app_dot_net_api.js
Use cached timestamp value
* Update preload.js
Update some values to function scope
* Updated syntax
* Semifinal changes
* Improved efficiency and eliminated need for restart on clock update
* Remove await and immediately invoked function
5 years ago
Mikunj
b3dcd07d16
Bump version to 1.0.0-beta9
5 years ago
Mikunj
ad16cbec4a
Bundle mac app as dmg instead of 7z.
5 years ago
Ryan Tharp
a3abf3b14a
Merge pull request #661 from sachaaaaa/encrypted_avatar
...
Encrypted profile pic
5 years ago
sachaaaaa
4da7243945
simplify tiny public chat snippet
5 years ago
Maxim Shishmarev
19786108a3
address reviews
5 years ago
sachaaaaa
acc19985f5
allow removing picture when avatar set to null (currently only possible via mobile)
5 years ago
sachaaaaa
a29f0a4120
encrypted pictures for public chats
5 years ago
sachaaaaa
0122fb8603
handle SYNC messages
5 years ago
sachaaaaa
b0122b6ce6
Ensure the primary profile is used on secondary devices
5 years ago
sachaaaaa
5b7baaf357
enable profile sharing after becoming friends for private messages
5 years ago
sachaaaaa
7c52a1d038
encrypt and decrypt images before upload and after download
5 years ago
Maxim Shishmarev
222bd7af61
Merge pull request #673 from vincentbavitz/fix-multi-select
...
Fixed multi select by preventing select on clicking audio element in …
5 years ago
sachaaaaa
25f0c3f700
Hide 'edit profile' on secondary devices
5 years ago
Vince
44ff75cc88
Fixed multi select by preventing select on clicking audio element in message list.
5 years ago
Maxim Shishmarev
1020f54b60
Merge pull request #662 from Bilb/655-clickable-profile
...
clickable profile
5 years ago
vincentbavitz
2e83881373
Merge pull request #652 from vincentbavitz/public-ban
...
Public ban
5 years ago
Vince
64996844ac
Updated references to hasModPerms to isModerator for code consistency
5 years ago
Vince
0643c6836c
Cached constants for readability
5 years ago
Vince
a7a2f9289c
Updated references to hasModPerms to isModerator for code consistency
5 years ago
Audric Ackermann
061556bb7d
trigger showUserDetails on message's avatar clicks
5 years ago
Vince
e9068d56ce
Updated isModerator to senderIsModerator and fixed logic of isModerator function
5 years ago