KMY
d4bec28e1e
Merge commit ' f05fb51ecb
' into kb_migration
2023-04-15 14:45:56 +09:00
Ivan Rodriguez
f05fb51ecb
Fix status title for statuses without text ( #24359 )
2023-04-14 17:29:09 +02:00
KMY
4c6f15fca1
Merge commit ' af49d93fd6
' into kb_migration
2023-04-13 18:57:57 +09:00
Eugen Rochko
cee357d538
Change all components to use the same error page in web UI ( #24512 )
2023-04-12 12:44:58 +02:00
KMY
3d53a47905
Merge remote-tracking branch 'origin/kb_development' into kb_migration
2023-04-07 21:45:07 +09:00
KMY
c2cd05d0e1
Fix IconButton console error
2023-04-07 20:27:00 +09:00
KMY
4c975d32a1
Merge branch 'kb_development' into kb_migration
2023-04-07 17:32:40 +09:00
KMY
7d76d01795
Change visibility to visibility_ex
2023-04-06 20:28:05 +09:00
KMY
94cd200097
Merge remote-tracking branch 'origin/kb_development' into kb_migration
2023-04-06 16:57:01 +09:00
KMY
af20b1d2aa
Add searchability support
2023-04-06 04:27:52 +09:00
KMY
49c193c2ff
Merge commit ' 927b2fd138
' into kb_migration
2023-04-05 18:56:16 +09:00
Nick Schonning
ec0c104bf2
Ensure tabIndex is number instead of string ( #24409 )
2023-04-04 16:33:44 +02:00
KMY
ceec3a92cd
Merge commit ' 2b11376411
' into kb_migration
2023-04-01 18:05:22 +09:00
Eugen Rochko
68a192e718
Change "direct message" nomenclature to "private mention" in web UI ( #24248 )
2023-03-30 15:16:20 +02:00
KMY
76340285d6
Merge commit ' 34225d7199
' into kb_migration
2023-03-27 14:06:56 +09:00
Yamagishi Kazutoshi
d1b057a0ac
Remove legacy decorators syntax ( #18357 )
2023-03-24 03:17:53 +01:00
KMY
2eae1bb9bf
Fix chrome cosole errors
2023-03-22 22:50:01 +09:00
KMY
d73238d9f6
Add emoji reaction history list page
2023-03-19 12:21:45 +09:00
KMY
9e2390f3c9
Merge branch 'kb_development' into kb_migration
2023-03-08 16:38:48 +09:00
KMY
3557d2c135
Support wide custom emojis
2023-03-08 16:32:54 +09:00
KMY
ed3abf4f2a
Add public_unlisted scope as status privacy
2023-03-05 13:24:31 +09:00
KMY
3e1b4108ed
Merge branch 'kb_development' into kb_migration
2023-03-04 16:20:34 +09:00
KMY
b41968da36
Fix status meaningless space
2023-03-02 22:10:12 +09:00
KMY
4e7313a2b8
Merge commit ' d3eefead30
' into kb_migration
2023-02-27 14:34:34 +09:00
KMY
e744ecc05f
Add emoji link on detailed status
2023-02-27 08:53:27 +09:00
Christian Schmidt
d3eefead30
Add lang
attribute to media and poll options ( #23891 )
2023-02-26 20:13:27 +01:00
KMY
a1485f242d
Add emoji reaction detail status
2023-02-26 23:44:52 +09:00
KMY
de3512fb82
Merge commit ' 730bb3e211
' into kb_development
2023-02-25 11:14:35 +09:00
KMY
15bc0df759
Add emoji reaction deletion api
2023-02-25 10:42:19 +09:00
Christian Schmidt
8000a8f230
Add lang
attribute to preview card ( #23869 )
2023-02-24 20:04:38 +01:00
KMY
5f7da7bff1
Add api for set emoji reactions to toot
2023-02-24 20:57:01 +09:00
KMY
df6de7daf5
Add emoji reaction bar into status view
2023-02-24 17:51:57 +09:00
KMY
87f2d18462
Merge commit ' 2564117131
' into kb_development
2023-02-23 08:06:55 +09:00
KMY
7fcd0e41e5
Add emoji-reaction icons as an item of action bar
2023-02-22 16:48:37 +09:00
Renaud Chaput
44a7d87cb1
Rename JSX files with proper .jsx
extension ( #23733 )
2023-02-20 03:20:59 +01:00
Nick Schonning
eddfb33dfe
Enable ESLint import recommended rules ( #23315 )
2023-02-13 15:12:31 +01:00
Nick Schonning
db2c58d47a
Enable ESLint no-useless-escape ( #23311 )
2023-02-13 15:12:14 +01:00
Nick Schonning
c49213f0ea
Upgrade ESlint to v8 ( #23305 )
2023-01-30 01:45:35 +01:00
Claire
18d00055f4
Add dropdown menu item to open admin interface for remote domains ( #21895 )
...
* Allow /admin/instances/:domain to handle IDNs
* Add dropdown menu item to open admin interface for remote domains
2023-01-05 14:03:46 +01:00
Claire
2d4d99f135
Fix expanded statuses not always being scrolled into view ( #21797 )
2022-11-28 16:42:04 +01:00
trwnh
07229089a6
Change in-app links to keep you in-app ( #20540 )
...
* Change in-app links to keep you in-app
* refactor Permalink into Link
* rewrite link hrefs in status content
* please linter
* please linter again
2022-11-13 21:10:20 +01:00
Eugen Rochko
ef582dc4f2
Add option to open original page in dropdowns of remote content in web UI ( #20299 )
...
Change profile picture click to open profile picture in modal in web UI
2022-11-10 08:49:35 +01:00
Sasha Sorokin
d055d75172
Remove aria-pressed where it's redundant ( #19912 )
...
This commit removes aria-pressed attribute from all elements which
contents or other descriptive attributes change in active state,
effectively replacing the meaning of the button, in which case
aria-pressed, an attribute specified whether the button is currently
pressed, would create a confusion. (Spoiler: it's everywhere).
See https://github.com/mastodon/mastodon/issues/13545#issuecomment-1304886969
2022-11-08 17:31:32 +01:00
Claire
9616f5bb22
Fix compose form submission reloading web interface ( #19762 )
...
* Fix compose form submission reloading web interface
Fix regression introduced by #19742
* Fix various compose form buttons being handled like submit buttons
* Fix coding style issue
* Fix missing onClick prop check
2022-11-05 13:43:37 +01:00
Eugen Rochko
371d969403
Fix missing delete and redraft link in web UI ( #19485 )
2022-10-27 19:17:15 +02:00
Eugen Rochko
8ebff0efcb
Change post editing to be enabled in web UI ( #19103 )
2022-10-26 15:23:00 +02:00
Eugen Rochko
f8ca3bb2a1
Add ability to view previous edits of a status in admin UI ( #19462 )
...
* Add ability to view previous edits of a status in admin UI
* Change moderator access to posts to be controlled by a separate policy
2022-10-26 13:42:29 +02:00
Eugen Rochko
0ca29eaa3f
Change layout of posts in web UI ( #19423 )
2022-10-25 19:02:21 +02:00
Eugen Rochko
839f893168
Change public accounts pages to mount the web UI ( #19319 )
...
* Change public accounts pages to mount the web UI
* Fix handling of remote usernames in routes
- When logged in, serve web app
- When logged out, redirect to permalink
- Fix `app-body` class not being set sometimes due to name conflict
* Fix missing `multiColumn` prop
* Fix failing test
* Use `discoverable` attribute to control indexing directives
* Fix `<ColumnLoading />` not using `multiColumn`
* Add `noindex` to accounts in REST API
* Change noindex directive to not be rendered by default before a route is mounted
* Add loading indicator for detailed status in web UI
* Fix missing indicator appearing while account is loading in web UI
2022-10-20 14:35:29 +02:00
Yamagishi Kazutoshi
a5112b51fd
Add title to pages with missing title in Web UI ( #19322 )
2022-10-09 03:55:09 +02:00