danidfra
75bd511308
Turn "to" into array before sending
2024-12-28 18:57:26 -03:00
danidfra
4a00c3c772
Change type of "to" from string[] to Set
2024-12-28 18:54:25 -03:00
danidfra
bfa34612f5
Change type of "to" from Set to string array (string[]) and remove unnecessary comments
2024-12-18 18:30:29 -03:00
danidfra
7dd213d3b5
Merge branch 'main' into remove-immutable-compose
2024-12-18 17:52:07 -03:00
danidfra
0825dd3a9f
Refactor: replace Immutable.js methods with plain JavaScript equivalents - "compose-modal - useCompose - reducers/compose.ts"
2024-12-18 17:44:32 -03:00
danidfra
f892cec183
Refactor: replace Immutable.js methods with plain JavaScript equivalents
2024-12-18 17:29:21 -03:00
danidfra
aac4798034
Remove Immutable.js from "autosuggest-account-input"
2024-12-18 17:25:47 -03:00
danidfra
2127bd52ce
Refactor: replace Immutable.js methods with plain JavaScript equivalents - "action/compose"
2024-12-18 17:20:41 -03:00
danidfra
ed629e69fa
Refactor: replace Immutable.js methods with plain JavaScript equivalents
2024-12-18 17:16:40 -03:00
Alex Gleason
9542c5bbc2
Merge branch 'bunker-44' into 'main'
...
Switch bunker to nip44 encryption
See merge request soapbox-pub/soapbox!3303
2024-12-18 08:00:04 +00:00
Alex Gleason
614d950083
Switch bunker to nip44 encryption
...
https://gitlab.com/soapbox-pub/ditto/-/issues/279
2024-12-18 01:58:50 -06:00
Alex Gleason
e6deb7916c
Merge branch 'fix-pagination' into 'main'
...
Fix pagination
See merge request soapbox-pub/soapbox!3302
2024-12-18 00:19:37 +00:00
Alex Gleason
f0043813e6
MastodonClient: merge searchParams
2024-12-17 18:16:34 -06:00
Alex Gleason
790564b74e
Fix BACKEND_URL with baseClient
2024-12-17 18:01:40 -06:00
danidfra
762c3520f0
Change type of "hashtags" from Immutable to Set int "search.ts"
2024-12-17 16:44:15 -03:00
danidfra
4ae241111c
Remove immutable from "trends.ts"
2024-12-17 16:40:23 -03:00
danidfra
1ff2f66a61
Update "compose-form"
2024-12-17 16:26:07 -03:00
danidfra
1af28c1fe4
Remove "compose.test"
2024-12-17 16:25:16 -03:00
danidfra
c6283c29b6
Remove "trens.test"
2024-12-17 16:24:46 -03:00
danidfra
a6b999a054
Checkpoint compose
2024-12-16 18:52:58 -03:00
danidfra
08c0211df1
Remove compose.test
2024-12-14 00:03:57 -03:00
Alex Gleason
dd3ac81a7b
Merge branch 'baseurl' into 'main'
...
Actually fix baseURL
See merge request soapbox-pub/soapbox!3300
2024-12-14 02:32:08 +00:00
Alex Gleason
dc48b256d6
Actually fix baseURL
2024-12-13 20:31:25 -06:00
Alex Gleason
98617d1036
Merge branch 'baseurl' into 'main'
...
Fix baseURL drama
See merge request soapbox-pub/soapbox!3299
2024-12-14 02:19:05 +00:00
Alex Gleason
4b3e8fcf22
Fix baseURL drama
2024-12-13 20:18:05 -06:00
Alex Gleason
dcdd14b2b8
Merge branch 'axios' into 'main'
...
Remove axios
See merge request soapbox-pub/soapbox!3298
2024-12-14 01:57:14 +00:00
Alex Gleason
878c3ac54d
MastodonClient: fallback to XHR for onUploadProgress
2024-12-13 19:52:31 -06:00
Alex Gleason
2ffff220e4
Remove axios
2024-12-13 18:12:57 -06:00
Alex Gleason
4031de3f52
Merge branch 'fix-wrong-emoji-display' into 'main'
...
fix: show correct emoji selected
See merge request soapbox-pub/soapbox!3296
2024-12-12 15:53:38 +00:00
P. Reis
f81d0fccef
fix: show correct emoji selected
2024-12-12 11:16:52 -03:00
Alex Gleason
3b5ad6e3ba
Merge branch 'fix-emoji-display' into 'main'
...
fix: like emoji display
Closes #1796
See merge request soapbox-pub/soapbox!3295
2024-12-12 03:41:26 +00:00
P. Reis
a5048c9a6c
fix: like emoji display
2024-12-12 00:32:25 -03:00
Alex Gleason
95f134785d
Merge branch 'refactor-immutable-to-plain-object' into 'main'
...
refactor: remove immutable, convert to use plain javascript object
See merge request soapbox-pub/soapbox!3294
2024-12-11 20:50:46 +00:00
P. Reis
ca70e6e6fa
refactor: get rid of EntityTypes[Entities.STATUSES]
2024-12-11 16:38:08 -03:00
P. Reis
65f03707e4
refactor: type cast, remove question marks
2024-12-11 16:34:56 -03:00
P. Reis
45a81a937c
refactor: rename Status to LegacyStatus and EntityTypes[Entities.STATUSES] to StatusEntity
2024-12-11 16:24:23 -03:00
P. Reis
6a44582c9c
refactor: add documentation to useBookmarks hook
2024-12-11 15:38:38 -03:00
P. Reis
bff17c9fa0
refactor: @deprecated Status immutable
2024-12-11 15:37:50 -03:00
P. Reis
c7e695b300
refactor: remove blank line
2024-12-11 14:50:31 -03:00
P. Reis
60489cb123
refactor: dispatch openModal() 'MEDIA' with raw objects
2024-12-10 22:37:38 -03:00
P. Reis
10ff18e76f
refactor: remove immutable, convert to use plain javascript object
...
all changes were made to the StatusMedia component and its components, including all subcomponents recursively.
other components that dispatch openModal() of 'MEDIA' still need to be updated
2024-12-10 21:20:12 -03:00
Alex Gleason
77e45dea2c
Merge branch 'refactor-comments' into 'main'
...
Refactor comments
See merge request soapbox-pub/soapbox!3292
2024-12-09 17:18:46 +00:00
P. Reis
9bd964880b
refactor: add TODO and FIXME comments
2024-12-09 14:14:47 -03:00
Alex Gleason
b03c29c371
Merge branch 'new-status-list-bookmark' into 'main'
...
Checkpoint/Feature: Rewrite Bookmark component and all of its children
See merge request soapbox-pub/soapbox!3289
2024-12-09 15:55:51 +00:00
P. Reis
2da74399b1
refactor(ReplyIndicator): add help text
2024-12-06 18:07:19 -03:00
P. Reis
c25e5d5456
checkpoint/fix: show missing posts by importing them with old reducer, importFetchedStatuses function
2024-12-06 18:07:12 -03:00
P. Reis
d5f0714233
refactor: create PureTranslateButton component, used in PureStatus component
2024-12-06 14:23:01 -03:00
P. Reis
c1c31537d9
refactor: create PureStatusContent component, used in PureStatus component
2024-12-06 00:39:07 -03:00
P. Reis
3ce20394a6
refactor: create PureEventPreview component, used in PureStatus component
2024-12-05 23:48:14 -03:00
P. Reis
286aaa24d9
refactor: create PureEventActionButton component
2024-12-05 23:42:23 -03:00