|
29053df245
|
chore(ui): Completely rework the BorderlessTopbar
Fixes #249.
|
2023-05-15 14:39:28 +02:00 |
|
|
78ad02ec80
|
feat(ui,service): Allow replying with a sticker
Fixes #270.
|
2023-05-15 12:57:58 +02:00 |
|
|
e3f2ef22a6
|
fix(ui): Update the conversation list when an upload failed
Fixes #271.
|
2023-05-15 11:09:03 +02:00 |
|
|
f884e181e3
|
fix(ui): Sticker quotes now say "Sticker"
Fixes #268.
|
2023-05-15 00:07:51 +02:00 |
|
|
e69d7ed0a2
|
feat(ui): Make quote roundings better
Fixes #269.
|
2023-05-14 23:54:46 +02:00 |
|
|
d65e11a3ea
|
feat(ui): Prepend a "You:" when the last message was sent by us
Fixes #242. Reference #258. Thanks!
|
2023-05-14 23:06:17 +02:00 |
|
|
294d0ee02c
|
Merge pull request 'Improve the database' (#267) from feat/message-rework into master
Reviewed-on: https://codeberg.org/moxxy/moxxy/pulls/267
|
2023-05-14 20:51:45 +00:00 |
|
|
6f4abebb32
|
feat(service): Make adding migrations less of a hassle
|
2023-05-14 18:07:08 +02:00 |
|
|
5d83796b37
|
chore(service): Move methods into their respective services
|
2023-05-14 17:37:02 +02:00 |
|
|
a06c697fe3
|
fix(service): Remove the 'reactions' column
|
2023-05-14 16:45:18 +02:00 |
|
|
5de2a8b6af
|
fix(service): Fix migration
|
2023-05-14 15:07:40 +02:00 |
|
|
7234f67c42
|
chore(ui): Fix formatting issue
|
2023-05-14 14:19:41 +02:00 |
|
|
972f5079f9
|
feat(service): Create indices for common queries
|
2023-05-14 14:18:56 +02:00 |
|
|
27d4ed1781
|
feat(ui): Test that padding the reactions list works
|
2023-05-14 12:26:25 +02:00 |
|
|
5f074ef695
|
feat(ui): Make the reactions preview slightly transparent
|
2023-05-14 12:10:44 +02:00 |
|
|
d0f60519fd
|
feat(ui): Fill in the reaction list with actual data
|
2023-05-14 12:02:38 +02:00 |
|
|
cd7c495cb7
|
feat(ui): Show 'You' if a reaction came from us
|
2023-05-14 00:46:54 +02:00 |
|
|
59317d45f9
|
chore(ui): Move the reaction bubble colors to the constants
|
2023-05-14 00:18:25 +02:00 |
|
|
7c2c9f978d
|
chore(shared): Fix naming issue in the reaction model
|
2023-05-14 00:13:51 +02:00 |
|
|
d540f0c2f2
|
chore(ui): Add documentation
|
2023-05-14 00:07:59 +02:00 |
|
|
340bbb7ca8
|
feat(ui): Make reactions look prettier
|
2023-05-14 00:00:11 +02:00 |
|
|
0aaffd1249
|
fix(ui,service): Fix linter issues
|
2023-05-13 22:14:14 +02:00 |
|
|
04be2e8c88
|
fix(service): Fix removing a reaction
|
2023-05-13 22:12:05 +02:00 |
|
|
57dbe83901
|
fix(service): Make adding a reaction work
|
2023-05-13 22:07:17 +02:00 |
|
|
60c5328eb0
|
feat(ui,service): Fix linter issues
|
2023-05-13 21:58:24 +02:00 |
|
|
189d9ca9cd
|
feat(ui): Allow picking a new reaction
|
2023-05-13 21:48:11 +02:00 |
|
|
5d797b1e66
|
fix(ui): Make only our own reactions clickable
|
2023-05-13 20:55:01 +02:00 |
|
|
2f1a40b4d9
|
feat(ui,service): Allow requesting the reactions on a given message
|
2023-05-13 20:50:46 +02:00 |
|
|
02c0cd5af0
|
feat(ui,service): Make reactions work again
|
2023-05-12 23:35:27 +02:00 |
|
|
f2a70cd137
|
feat(service): Remove shared media table and attribute
|
2023-05-11 21:12:36 +02:00 |
|
|
8d88c25f05
|
feat(ui): Make the shared media list look nicer
|
2023-05-11 21:06:23 +02:00 |
|
|
c1c5625441
|
chore(ui,service): Format and lint
|
2023-05-11 20:36:35 +02:00 |
|
|
462e800907
|
fix(service): Fix TODOs
|
2023-05-11 20:35:15 +02:00 |
|
|
faa5ee2c4f
|
feat(ui,service): Implement paged shared media requests
|
2023-05-11 16:33:55 +02:00 |
|
|
5dad5730ce
|
fix(ui): If an image has no size, decode it full
|
2023-05-10 13:43:58 +02:00 |
|
|
5017187927
|
fix(service): Fix file uploading
|
2023-05-10 13:41:12 +02:00 |
|
|
14e7f72bd3
|
feat(ui): SHow an error icon if the last message has an error
|
2023-05-10 12:27:19 +02:00 |
|
|
9ef67f5788
|
feat(service): Untested work on file sending
|
2023-05-10 12:26:37 +02:00 |
|
|
79226f6ca8
|
fix(service): Fix downloading a file again
|
2023-05-10 00:42:09 +02:00 |
|
|
c8c0239e36
|
feat(tests): Add tests for getPrefixedSubMap
|
2023-05-10 00:34:07 +02:00 |
|
|
f1be10bf8c
|
fix(service): Fix database loading
|
2023-05-10 00:24:39 +02:00 |
|
|
18c3c9d324
|
feat(all): Use stickers as an extension of SFS
|
2023-05-09 21:24:20 +02:00 |
|
|
4825fe881d
|
fix(ui): Fix not downloaded files having no background color
|
2023-05-08 23:57:57 +02:00 |
|
|
081d20fe50
|
fix(all): Format and lint
|
2023-05-08 23:57:37 +02:00 |
|
|
c1a66711db
|
feat(service): Verify hash after download
|
2023-05-08 21:15:54 +02:00 |
|
|
b113e78423
|
feat(service): Create hash pointers only after integrity checks
|
2023-05-08 13:27:06 +02:00 |
|
|
470e8aac9c
|
feat(service): Guard against empty SFS source lists
|
2023-05-08 13:11:03 +02:00 |
|
|
39babfbadd
|
fix(service): Fix wrong type when querying file metadata
|
2023-05-08 13:08:25 +02:00 |
|
|
86f7e63f65
|
fix(service): Append the extension to the saved filename
|
2023-05-08 00:00:54 +02:00 |
|
|
ecd2a71981
|
feat(ui,service): Port UI and fix first bugs
|
2023-05-07 22:51:06 +02:00 |
|