Commit Graph

6864 Commits (d411465a6cd5a55728eae0251f5c5bc3657861cc)
 

Author SHA1 Message Date
Ryan Tharp 5730a88c18 add/remove moderator modal dialogs 6 years ago
Vincent 84220f7014 Merge branch 'brand-redesign' of https://github.com/vincentbavitz/loki-messenger into brand-redesign 6 years ago
Vincent 98b4b18583 Added message selection inital functionality and added to buttons 6 years ago
Mikunj 84a8b0f0af Merge branch 'clearnet' into bug-fix 6 years ago
Audric Ackermann 189714f27b
Merge pull request #685 from vincentbavitz/brand-redesign
Built generalised Icon component and restructure conversation view
6 years ago
Audric Ackermann 33c641e2f0
Merge pull request #681 from Bilb/655-clickable-profile
655 clickable profile
6 years ago
Audric Ackermann 6d662f6b05 rename UserDetailsDialog isEnlargeImageShown-> isEnlargedImageShown 6 years ago
Audric Ackermann a30d772c64 topleft avatar click show edit profile 6 years ago
Audric Ackermann 531b782669 click on our avatar show the edit profile dialog & fix lint 6 years ago
Audric Ackermann 14dab92989 jazzicon make borderRadius 50% rather than 50px 6 years ago
Audric Ackermann 2fdb4c3540 cleanup code 6 years ago
Audric Ackermann 4999ececfd enlarged avatar when clicked in showUserDetailsDialog 6 years ago
Audric Ackermann b21b439092 make showUserDetails modal close on click outside 6 years ago
Audric Ackermann a64df1c91c fix lint 6 years ago
Vince 72461afd3a
Lint fix newline 6 years ago
Vincent c2c084920a Namespacing 6 years ago
Vincent c9887f7bc3 Exports simplification and message selection 6 years ago
Vincent 10676f5573 Improved file structuring 6 years ago
Vincent 4d105f5c66 Simplified icons object 6 years ago
Vincent a17964beb7 Using singular enum names rather than plural 6 years ago
Vincent 19f8e85786 Prop destructuring 6 years ago
Vincent 35e85dc2bc Merged 6 years ago
Vincent 141c0135fb Fixed styling 6 years ago
Vincent d62f1c6e22 Inital conversation restructuring 6 years ago
Ryan Tharp 8916657bb4
Merge pull request #679 from neuroscr/multidevice-publicchat
Public Server Moderator QoL improvements
6 years ago
Ryan Tharp 37f4b8e8ed use else 6 years ago
Ryan Tharp b100205730 fix time includes, unregisterChannel use findIndex 6 years ago
Ryan Tharp dc13091e99 Merge branch 'multidevice-publicchat' of https://github.com/neuroscr/loki-messenger into multidevice-publicchat 6 years ago
Ryan Tharp 03efa0634b add back in time functions 6 years ago
Ryan Tharp 549e3b4516
Merge branch 'clearnet' into multidevice-publicchat 6 years ago
vincentbavitz 64d4a7e28f
Made IconButton purely compositional for generalisability 6 years ago
vincentbavitz d3e6494c36
iconRotation not necessary as class. 6 years ago
vincentbavitz 11915614b5
Update SessionIcon.tsx 6 years ago
Vincent fa8f310b02 Switched IconButton to fully compositional format for generalisation 6 years ago
vincentbavitz 5632c3442a
Fixed margins on ButtonIcon 6 years ago
vincentbavitz 20f379e0c2
Removed redundant artifact 6 years ago
Vincent 3a03591e00 Built generalised Icon component as superclass to IconButton 6 years ago
vincentbavitz 02ffe61276
Merge pull request #682 from vincentbavitz/brand-redesign
Created generalised icon button component
6 years ago
Vincent d866e0ca2d Updated recommended changes and made simplifications 6 years ago
Vincent 08bf89bdd1 Updated recommended changes and made simplifications 6 years ago
Vincent 211b9649ec Added temporary replacement font 6 years ago
Vincent f7fde304ab Fixed syntax & linted 6 years ago
Vincent 533ec4eedc Fixed syntax & linted 6 years ago
Vincent a6fb54233a Created generalised icon button component 6 years ago
Audric Ackermann 24e24681a6 add a custom session button 6 years ago
Maxim Shishmarev 5123fa0409
Merge pull request #669 from msgmaxim/restoration
Prompting the user to reset session on invalid ciphertext
6 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
6 years ago
Ryan Tharp 91a814b20a remove avatar annotation if not needed, lint 6 years ago
Mikunj 724d7aa0eb Linting. 6 years ago
Ryan Tharp bb66515cce we now expose LokiAppDotNetServerAPI, move getPrivateKey into chatAPI, deleteMessage clean up forEach with filter, add channel setting functions, update moderators endpoint/use primary device 6 years ago