4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

737 Commits

Author SHA1 Message Date
Justin Ferrari
bceb25afa1 Added Icons to Chatbar & Styled Chat Bubbles 2022-11-02 19:37:45 -05:00
Justin Ferrari
5a096126ad Merge branch 'feature/implement-logic-edit-reply-messages' of https://github.com/PhillipLangMartinez/qortal-ui into feature/implement-UI-edit-reply-messages 2022-11-01 08:31:56 -05:00
Justin Ferrari
0f557b7057 Continued chateditor logic 2022-10-31 23:04:09 -05:00
af71ec3508 image functionality rough draft 2022-10-31 18:56:45 +02:00
Justin Ferrari
2e154e731c Merge branch 'feature/implement-logic-edit-reply-messages' of https://github.com/PhillipLangMartinez/qortal-ui into feature/implement-UI-edit-reply-messages 2022-10-29 22:12:11 -05:00
Justin Ferrari
02119d51d2 Continued UI Edit Message 2022-10-29 22:11:40 -05:00
b73b9a0ab2 added reactions 2022-10-30 01:00:31 +03:00
Justin Ferrari
8f2f6caa8e Merge branch 'feature/implement-logic-edit-reply-messages' of https://github.com/PhillipLangMartinez/qortal-ui into feature/implement-UI-edit-reply-messages 2022-10-29 10:51:52 -05:00
Justin Ferrari
d6bffbeaa9 Started UI Fixes 2022-10-29 10:51:02 -05:00
ce7eb44197 refactor newMessage and initial 2022-10-29 18:25:55 +03:00
2811f9f67f refactor getoldmessage logic 2022-10-29 17:39:23 +03:00
e708ffef82 rough draft oldmessages logic 2022-10-26 23:59:12 +03:00
f749d89077 add logic for groups 2022-10-26 18:46:33 +03:00
a7ef3f01ca update msg formats 2022-10-26 10:55:59 +03:00
912bfffabd rough draft reply logic 2022-10-24 18:33:02 +03:00
Justin Ferrari
c2e5f8ca0c Merge branch 'feature/edit-message' into qchat-updates-integration 2022-10-22 11:45:28 -05:00
Justin Ferrari
98bb4cbb52 Completed ui of edit message 2022-10-22 08:56:56 -05:00
5c8e7265b1 Merge remote-tracking branch 'upstream/chat-reference' into qchat-updates-integration 2022-10-22 16:00:35 +03:00
4aca3024dd Merge branch 'feature/persistent-data' into qchat-updates-integration 2022-10-22 15:56:01 +03:00
CalDescent
d9b1ec488b Added chatReference to ChatTransaction and GroupChatTransaction.
Since this affects transaction serialization, it will need to take effect from a future undecided timestamp (defined in constants.js), and both core & UI will need to share the same timestamp.

The feature trigger timestamp comparisons can be removed 24 hours (or more) post-activation. This is because CHAT messages are currently discarded after 24 hours so we don't need to maintain backwards support of the old serialization approach. The feature trigger is only to ensure full chat operation during the 24 hours that the switchover occurs.
2022-10-22 13:16:17 +01:00
AlphaX-Projects
aa5842b940 Fix lit import and delete not needed console logs 2022-10-19 12:24:47 +02:00
AlphaX-Projects
10d47b4f18
Use latest supported nodejs 2022-10-18 18:59:02 +02:00
AlphaX-Projects
53dd15f841 Fix memory usage and leak. Set new layouts. Use latest supoorted node by electron 2022-10-18 18:54:27 +02:00
JustinWesleyFerrari
e10256eb75
Merge pull request #1 from JustinWesleyFerrari/feature/replies
Feature/replies
2022-10-08 11:41:01 -05:00
AlphaX-Projects
44e472da0d
Bump version 2.1.1 v2.1.1 2022-10-03 16:46:00 +02:00
AlphaX-Projects
2862bba705 Update deps 2022-10-03 16:04:48 +02:00
AlphaX-Projects
f5b85aaf44 Fix reward for tiers 2022-10-03 15:05:17 +02:00
AlphaX-Projects
55780750f3 Update Tray and reward 2022-10-03 11:18:39 +02:00
Justin Ferrari
2a3da26808 Finished design of the replies 2022-10-02 10:29:31 -05:00
CalDescent
c092bc05bd Speed up loading by showing 25 historic trades instead of 100, as a temporary solution until core optimizations are complete. 2022-09-24 17:51:49 +01:00
e5d470843a save messages locally and load them if they exist 2022-09-24 19:39:01 +03:00
CalDescent
af28e59ecd Removed waitFor(250) when looping through presence transactions. This fixes the slow loading issue. 2022-09-24 17:25:59 +01:00
CalDescent
e832cc9f28 Removed presence websocket - this has been replaced by the tradepresence websocket 2022-09-24 17:24:59 +01:00
AlphaX-Projects
34d066327d
Set to 3.5GB for less memory usage v2.1.0 2022-09-20 14:26:57 +02:00
AlphaX-Projects
ba97508d53
Bump version 2.1.0 2022-09-20 14:08:43 +02:00
Justin Ferrari
4aa9692e0f Add reply design to chat 2022-09-17 20:33:59 -05:00
AlphaX-Projects
68e9f210d4 await update 2022-09-17 15:33:16 +02:00
AlphaX-Projects
ed5163ff8c Load exchange rate once at start then every 5 minutes 2022-09-17 14:04:05 +02:00
AlphaX-Projects
2c13227809 update nodes list with names and import / export 2022-09-17 11:16:38 +02:00
AlphaX-Projects
04eda0354c
Merge pull request #78 from JustinWesleyFerrari/bugfix/new-messages-refactor
New Messages Refactored
2022-09-17 07:27:29 +02:00
AlphaX-Projects
4e466555de
Merge pull request #79 from Qortal/master
Translate snackbar test
2022-09-17 07:25:56 +02:00
Justin Ferrari
a3d3d82d9c New Messages Refactored 2022-09-16 19:53:08 -05:00
AlphaX-Projects
4065b9003d Translate snackbar test 2022-09-16 15:45:05 +02:00
AlphaX-Projects
76f658c528 add translations and update deps 2022-09-16 11:15:14 +02:00
AlphaX-Projects
8a98bfcfa2
Merge pull request #77 from JustinWesleyFerrari/feature/refactor-chat
Feature/refactor chat
2022-09-15 20:54:56 +02:00
Justin Ferrari
d37db8fd9c Merge branch 'master' of https://github.com/JustinWesleyFerrari/qortal-ui into feature/refactor-chat 2022-09-15 13:50:47 -05:00
Justin Ferrari
8386eac0a1 Added unsafeHTML to chat messages 2022-09-15 08:51:35 -05:00
Justin Ferrari
2e825d2ae6 Added emojiPicker and escapeHTML to properties 2022-09-15 08:10:52 -05:00
AlphaX-Projects
e9da81bd68 translate menu 2022-09-12 15:21:39 +02:00
AlphaX-Projects
ec3510c456 one css and buutons position 2022-09-12 13:53:57 +02:00