Commit graph

1437 commits

Author SHA1 Message Date
Audric Ackermann
98b1302589 fix: rounded corners around messages
looks like node-sass tries to be too clever
2022-08-25 13:40:47 +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
242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver (#2347)
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
2022-08-08 09:50:48 +10:00
William Grant
dfb2c3e797 fix: pass yarn ready tests 2022-06-20 15:13:31 +10:00
William Grant
d3d0ac80a0 feat: you can now choose where to save the debug logs
debug log window now follows the app theme, logs are save as txt
2022-06-20 14:51:52 +10:00
Audric Ackermann
3ecdb659d8
Merge pull request #2341 from yougotwill/message_text_wrapping
fix: make sure to break links and not words when wrapping text in messages
2022-05-25 13:30:35 +10:00
William Grant
48c9b56571 fix: add sass check to yarn ready 2022-05-23 16:47:39 +10:00
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
2022-05-23 16:36:03 +10:00
William Grant
461e6ec38b fix: make sure to break links and not words when wrapping text 2022-05-23 13:39:18 +10:00
William Grant
42e06a8399 fix: message text should wrap without causing extremely wide messages 2022-05-20 14:46:57 +10:00
Audric Ackermann
3713e95a9f
feat: ask user for opengroup pruning on/off 2022-05-18 13:21:35 +10:00
Audric Ackermann
d9bc2c5c47
fix: revert unread count color 2022-05-16 10:06:25 +10:00
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
2022-05-11 16:01:33 +10:00
Audric Ackermann
b93201fbe6
When deleting multiple messages, inform the user of the number
taken from #2263 by @ianmacd
2022-04-27 14:02:13 +10:00
Audric Ackermann
8148c63285
Merge pull request #2231 from ianmacd/pr12
Reduce untagged message opacity during message selection.
2022-04-27 12:20:25 +10:00
Audric Ackermann
da9df532b0
Merge pull request #2242 from Bilb/node-side-in-ts
Node side + web worker in typescript
2022-04-27 12:10:31 +10:00
Audric Ackermann
3fc476d689
Merge pull request #2167 from ianmacd/pr1
Make per conversation unread message count stand out better.
2022-04-20 15:35:22 +10:00
Audric Ackermann
5c9b34fb86
lint files 2022-04-20 10:34:21 +10:00
Audric Ackermann
e11775a2e0
fix color of opengroup invitation 2022-04-14 15:42:22 +10:00
Audric Ackermann
475c92eeb4
migrate about_start to not use jquery 2022-04-07 11:42:22 +10:00
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.
2022-03-25 22:19:08 +01:00
Audric Ackermann
51575d2f56
moved views to TS but broken 2022-03-24 11:15:21 +11:00
Audric Ackermann
71af748eb6
make sure right panel is over the message detail view 2022-03-11 10:57:25 +11:00
Audric Ackermann
43d133519e
do not shrink member list items when list is full 2022-03-09 15:18:24 +11:00
warrickct
3be0f86978 Menu options have black text when highlighted. 2022-03-02 11:21:46 +11:00
warrickct
893f7e99b8 Merge branch 'clearnet' into message-request-ui 2022-02-15 12:04:14 +11:00
Ian Macdonald
6613161b20
Don't nanny the user. Allow all file types as attachments.
The Android client already has no such restrictions, and these are
ineffective anyway, as they are based on the file's name, not its
payload.
2022-02-14 09:25:53 +01:00
warrickct
ee9156d4f8 Merge clearnet into message-request-ui 2022-02-14 16:42:53 +11:00
warrickct
36ca2a767c Adding PR changes 2022-02-11 12:14:58 +11:00
warrickct
02cf6fea2b minor styling fixes 2022-02-10 22:59:03 +11:00
Ian Macdonald
5a689ba16e
Make per conversation unread message count stand out better. 2022-02-09 01:47:50 +01:00
Audric Ackermann
2478a78794
move mentions and emojify to a functional component 2022-02-08 11:17:39 +11:00
Audric Ackermann
19722b6bdc
remove other emoji dependency and use unicode to render them in message
Relates #2151
2022-02-08 10:43:56 +11:00
Audric Ackermann
1efe6ca728
click oin @ bring to latest mention 2022-02-07 11:44:07 +11:00
warrickct
436d22bafd Added colouring of simple session button. 2022-02-04 11:22:26 +11:00
Audric Ackermann
912d6b36dc
remove light roboto as it looks ugly 2022-02-03 16:30:18 +11:00
Audric Ackermann
27906de084
grunt keep underscore in for backbone 2022-02-03 16:25:57 +11:00
Audric Ackermann
5b6d0d25f5
fix typo noteSelf results and shortened pubkey for unknown contacts 2022-02-03 16:02:25 +11:00
warrickct
2d66b1db4e Adding styling to conversation window for a message request. 2022-02-03 14:04:35 +11:00
Audric Ackermann
44f61073dc
move search results to styled components
and cleanup search logic and rendering of message results
2022-02-03 10:58:48 +11:00
Audric Ackermann
5e314e4dcc
remove 'recipients' message field and 'destination'
we do not need recipients as it makes no sense for us having medium
groups on the same pubkey

we do not need destination as it can always be guessed from the
direction and the type of conversation of that message
2022-02-03 10:58:42 +11:00
Audric Ackermann
00d2bbc63d
cleanup MessageSearchResults 2022-02-03 10:58:42 +11:00
Audric Ackermann
792c23da87
cleanup scroll to unread of quote or search result on open 2022-02-03 10:58:42 +11:00
Audric Ackermann
a3be2c347d
fixup open convo on search, quote click or hit the bottom 2022-02-03 10:58:41 +11:00
audric
a21751c611
open convo on last unread, and can scroll up 2022-02-03 10:58:34 +11:00
audric
83d27ed3b7 update quoted message to animate to have border-green instead of bg green 2022-01-19 10:17:04 +11:00
audric
e515ce3ca5 Merge remote-tracking branch 'upstream/clearnet' into cleanup-attachment 2022-01-17 16:50:18 +11:00
warrickct
804c9a56b9 convert to functional component. Tweak colors for search results. Fix search result header incorrect color. Addressing PR comments from previous search branch. Experimenting trimming approaches. 2022-01-17 14:51:30 +11:00
audric
fc916ce94c Fix attachments duplication on message syncing with current device 2022-01-14 14:56:55 +11:00
audric
e97ac5d7c7 make the DL spinner a styled component 2022-01-14 14:55:12 +11:00