Eugen Rochko
|
7135f513a4
|
Add ability to search for all accounts when creating a list in web UI (#33036)
|
2024-12-03 09:42:52 +00:00 |
|
Eugen Rochko
|
4de108e755
|
Change "social web" to "fediverse" in a few banners in web UI (#33101)
|
2024-11-29 16:44:05 +00:00 |
|
Eugen Rochko
|
7a3dea385e
|
Change onboarding flow in web UI (#32998)
|
2024-11-26 16:10:12 +00:00 |
|
Eugen Rochko
|
20fa9ce484
|
Add timeline of public posts about a trending link in web UI (#30840)
|
2024-07-01 14:45:48 +00:00 |
|
Eugen Rochko
|
096057b845
|
Change author_account to be authors in REST API (#30846)
|
2024-06-27 13:17:18 +00:00 |
|
Eugen Rochko
|
e89317d4c1
|
Add hover cards in web UI (#30754)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
2024-06-26 19:33:38 +00:00 |
|
Eugen Rochko
|
ed6d24330b
|
Add author links on the explore page in web UI (#30521)
|
2024-06-13 13:04:16 +00:00 |
|
Renaud Chaput
|
a178ba7cd5
|
Use a modern React context for identity in the app (#30098)
|
2024-05-19 17:07:32 +00:00 |
|
Eugen Rochko
|
0ec061aa8f
|
Change design of people tab on explore in web UI (#30059)
|
2024-04-25 16:25:33 +00:00 |
|
Roni Laukkarinen
|
10fdd88288
|
Change new explore compass icon CSS class to explore (#29395)
|
2024-02-26 15:28:38 +00:00 |
|
Eugen Rochko
|
b8b2f20b16
|
Change explore icon from hashtag to compass in web UI (#29294)
|
2024-02-20 09:10:44 +00:00 |
|
Renaud Chaput
|
01b6c83c36
|
Add a new @/ alias for the root frontend directory and use it where possible (#28753)
|
2024-01-16 10:27:26 +00:00 |
|
Claire
|
6bbcd9348e
|
Switch from 48px weight 600 material symbol icons to 24px weight 400 icons (#28064)
|
2024-01-12 20:16:48 +00:00 |
|
Renaud Chaput
|
608f66f978
|
Change icon SVG imports to use a default import (#28709)
|
2024-01-12 10:31:24 +00:00 |
|
Eugen Rochko
|
134de736dc
|
Change icons in web UI (#27385)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
2023-10-24 17:45:08 +00:00 |
|
Eugen Rochko
|
d9503a1965
|
Fix explore page reloading when you navigate back to it in web UI (#27489)
|
2023-10-23 17:07:13 +02:00 |
|
Eugen Rochko
|
33bd8eccd5
|
Fix missing background behind dismissable banner in web UI (#27479)
|
2023-10-20 04:08:13 +02:00 |
|
Renaud Chaput
|
1b70d7ed7c
|
Upgrade to react-router v5 (#25047)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-10-19 19:44:55 +02:00 |
|
Renaud Chaput
|
774e1189d2
|
Change eslint config to autofix missing comma and indentation in JS files (#26711)
|
2023-10-09 13:38:29 +02:00 |
|
Claire
|
37bbd3c106
|
Fix double scroll bars in some columns in advanced interface (#27187)
|
2023-10-03 13:12:39 +02:00 |
|
Claire
|
5356ddbcca
|
Fix search results temporarily disappearing while scrolling and loading more results (#27014)
|
2023-09-21 13:51:21 +02:00 |
|
Eugen Rochko
|
5d20733d8d
|
Add infinite scrolling for search results in web UI (#26784)
|
2023-09-05 23:54:24 +02:00 |
|
Christian Schmidt
|
152b10b624
|
Fix some React warnings (#26609)
|
2023-08-23 15:43:41 +02:00 |
|
Christian Schmidt
|
8da99ffb0d
|
Add alt text for preview card thumbnails (#26184)
|
2023-08-03 15:41:51 +02:00 |
|
Eugen Rochko
|
f826a95f6e
|
Add published date and author to news on the explore screen in web UI (#26155)
|
2023-07-25 00:57:15 +02:00 |
|
Christian Schmidt
|
76fce34ebb
|
Add lang attribute to trending links (#26111)
|
2023-07-24 13:48:23 +02:00 |
|
gunchleoc
|
217ef7f2af
|
Replace 'favourite' by 'favorite' for American English (#26009)
|
2023-07-21 19:09:13 +02:00 |
|
Claire
|
af54bf52c8
|
Fix filters not applying to explore tab (#25887)
|
2023-07-10 19:33:07 +02:00 |
|
Eugen Rochko
|
ceeb2b8c41
|
Fix explore page being inaccessible when opted-out of trends in web UI (#25716)
|
2023-07-08 20:00:12 +02:00 |
|
Renaud Chaput
|
4534498a8e
|
Convert <DismissableBanner> to Typescript (#25582)
|
2023-07-08 11:12:20 +02:00 |
|
alfe
|
20e85c0e83
|
Rewrite <ShortNumber /> as FC and TS (#25492)
|
2023-07-08 11:11:58 +02:00 |
|
Eugen Rochko
|
00ec43914a
|
Add onboarding prompt when home feed too slow in web UI (#25267)
|
2023-06-22 23:48:40 +02:00 |
|
Claire
|
a8c1c8bd37
|
Fix j/k keyboard shortcuts on some status lists (#25554)
|
2023-06-22 17:54:43 +02:00 |
|
alfe
|
a86886b1fd
|
Rewrite <LoadingIndicator/> as FC and TS (#25364)
|
2023-06-13 19:26:25 +02:00 |
|
alfe
|
fb5bf5cbf8
|
Rewrite <LoadMore /> as FC and TS (#25259)
|
2023-06-06 11:28:50 +02:00 |
|
Claire
|
1483a3ddfe
|
Add data-nosnippet so Google doesn't use trending posts in snippets for / (#25279)
|
2023-06-05 17:32:24 +02:00 |
|
Renaud Chaput
|
d27216dc46
|
Enforce import order with ESLint (#25096)
|
2023-05-23 17:15:17 +02:00 |
|
Renaud Chaput
|
5a16bd7bf4
|
Use JSX syntax for Fragments (#25093)
|
2023-05-23 11:47:36 +02:00 |
|
Renaud Chaput
|
8f66126b10
|
Use the new JSX transform (#25064)
|
2023-05-23 10:52:27 +02:00 |
|
たいち ひ
|
8066118d1f
|
Rewrite <Skeleton/> as FC and TS (#25055)
|
2023-05-23 08:58:08 +02:00 |
|
Renaud Chaput
|
c8181eb0a4
|
Enforce stricter rules for Typescript files (#24910)
|
2023-05-09 03:11:56 +02:00 |
|
Eugen Rochko
|
7cf963eec2
|
Change label from "For you" to "People" on explore screen in web UI (#24706)
|
2023-04-28 08:54:20 +02:00 |
|
Eugen Rochko
|
2b11376411
|
Change search pop-out in web UI (#24305)
|
2023-04-01 09:59:10 +02:00 |
|
Tdxdxoz
|
74f56c64fc
|
Fix: set multiColumn value for /explore Statuses (#24314)
|
2023-03-30 10:14:49 +02:00 |
|
Yamagishi Kazutoshi
|
d1b057a0ac
|
Remove legacy decorators syntax (#18357)
|
2023-03-24 03:17:53 +01:00 |
|
Renaud Chaput
|
44a7d87cb1
|
Rename JSX files with proper .jsx extension (#23733)
|
2023-02-20 03:20:59 +01:00 |
|
Nick Schonning
|
c49213f0ea
|
Upgrade ESlint to v8 (#23305)
|
2023-01-30 01:45:35 +01:00 |
|
Yamagishi Kazutoshi
|
58200132d0
|
FormattedMessage must be used directly (#20982)
* `FormattedMessage` must be used directly
* rollback
|
2022-12-15 16:20:46 +01:00 |
|
nyura123dev
|
aaca78da78
|
Fix safari explore disappearing tabs (#20917)
* fix disappearing Explore tabs on Safari
* fix lint
Co-authored-by: nyura <nyura@hidden.com>
|
2022-11-17 08:54:43 +01:00 |
|
Claire
|
267978d4fe
|
Remove navigation links to /explore when trends are disabled (#19415)
* Remove navigation links to /explore when trends are disabled
* Do not display trends interface when trends are disabled
|
2022-10-25 19:03:16 +02:00 |
|