Dessalines
c5fd084577
Using auto-generated types from ts-rs. ( #1003 )
...
* Using auto-generated types from ts-rs.
- Fixes #998
- Added support for new `GetFederatedInstances`
- Fixed a few bugs in the process.
* Update imports to use SleeplessOne1917's fix.
2023-05-11 14:32:32 -04:00
Dessalines
f7ace27477
Upgrading deps. ( #1004 )
2023-05-11 13:06:32 -04:00
SleeplessOne1917
a027595eaa
Get rid of "No Results" showing while search is still loading. ( #997 )
2023-05-03 21:47:37 -04:00
SleeplessOne1917
3526baf465
Make pages use query params instead of route params where appropriate ( #977 )
...
* feat: Add multiple image upload
* refactor: Slight cleanup
* feat: Add progress bar for multi-image upload
* fix: Fix progress bar
* fix: Messed up fix last time
* refactor: Use await where possible
* Add query params to search page
* Update translation logic
* Did suggested PR changes
* Updating translations
* Fix i18 issue
* Make prettier actually check src in hopes it will fix CI issue
* Make home page use query params in URL
* Remove unnecessary part of private message url
* Make communities page use query params
* Make community page use query params
* Make user profile use query params
* Make modlog use query params
* Replace choices.js searchable select entirely
* Make 404 screen show up when expected
* Refactor query params code
* Remove unnecessary boolean literal
* Fix query param bug
* Address bug with searchable select and initial fetch
* Only import what is needed from bootstrap
* Undo change to comment nodes component
* Convert closure style functions to normal functions
* Updated translations
* Use translation for loading
* Fix create post select community bug
* Fix community query params bug
2023-04-15 10:47:10 -04:00
SleeplessOne1917
fe0ebbeec1
fix: Make search screen able to change type, listing type, and sort when there is no query ( #966 )
2023-03-26 21:56:49 -04:00
Dessalines
6aa33e6809
Remove buggy navbar search. Fixes #921 ( #950 )
2023-02-21 15:52:12 -05:00
Dessalines
b64f47cfe9
Removing monads. Fixes #884 ( #886 )
...
* Removing monads. Fixes #884
* Fixing post fetching.
* Dont show not_logged_in error for navbar.
* Adding the lemmy-js-client RC.
* Fixing registration application mode
2023-01-04 11:56:24 -05:00
Dessalines
afeb64009b
Adding Community Language fixes. #783 ( #868 )
...
* Partially done with language tagging. #783
* A few more updates.
2022-12-19 10:57:29 -05:00
Dessalines
24548ccba8
Adding new site setup fields. ( #840 )
2022-11-09 14:53:07 -05:00
umamawme
d412baf758
Change for container divs to container-lg ( #813 )
...
* Change for container divs to container-lg
* Apply container-lg to footer.tsx
2022-10-03 14:16:36 -04:00
Dessalines
c6e3a4213a
Hide create community ( #787 )
...
* Adding post and comment language tagging. Fixes #771
* Hiding create community button. Fixes #754
2022-09-22 11:14:58 -04:00
Dessalines
6320357d21
Upgrade inferno v8.0.0 try2 ( #790 )
...
* Upgrade non-breaking deps.
* Upgrade to Inferno v8. Fixes #731
* Upgrading inferno-i18next-dess
2022-09-22 11:03:35 -04:00
Dessalines
4b763d1b06
Hide extra comment and post functionality from search page. Fixes #752 ( #788 )
2022-09-21 10:05:19 -04:00
Dessalines
cc1308a7d0
Reduce search minLength to 1. Fixes #750 ( #751 )
2022-08-16 10:22:48 +00:00
Dessalines
69b623b8fb
Comment Tree paging ( #726 )
...
* Updating translations.
* Forgot to add comment-sort-select
* Upgrading deps
2022-07-30 15:28:08 +02:00
Dessalines
c2c98ac638
Forgot to type a few Searches. Fixes #718 ( #722 )
2022-07-18 19:58:37 +00:00
Dessalines
d905c91e1b
Adding option types 2 ( #689 )
...
* Not working, because of wrong API types.
* Adding Rust-style Result and Option types.
- Fixes #646
* Updating to use new lemmy-js-client with Options.
2022-06-21 17:42:29 -04:00
Dessalines
d4ca2085ad
Add default post listing ( #645 )
...
* Fix local development.
* Updating translations.
* Adding default site post listing. Fixes #625
2022-05-23 15:19:14 -04:00
Dessalines
130bfc9c8b
Properly debouncing tribute mentions. Fixes #633 ( #639 )
2022-04-27 22:57:55 +02:00
057a9ff4f5
Fix loading indicator on search page ( fixes #443 ) ( #606 )
...
* Fix loading indicator on search page (fixes #443 )
* fix lints
* review fix
* remove .filter
2022-04-05 10:41:50 +00:00
Dessalines
e976c45f88
Using console.error for error logs. ( #517 )
2021-12-02 11:46:32 -05:00
d6f651568b
A few fixes.
2021-11-22 15:04:20 -05:00
Dessalines
ba06c1ae47
Trying to catch promise and json parse errors. #489 ( #490 )
...
* Trying to catch promise and json parse errors. #489
* A few more promises.
2021-11-17 16:23:46 -05:00
Dessalines
a2aac813cf
Si simplifier ( #418 )
...
* Updating translations.
* Use a number simplifier for counts. Fixes #407
2021-09-18 12:35:49 -04:00
Dessalines
0d3e8cac1d
Integrating resolve_user into search. ( #377 )
...
* Integrating resolve_user into search.
* Upgrading lemmy-js-client.
2021-08-23 16:18:11 -04:00
Dessalines
eed07b66aa
Re-organized components folder. ( #339 )
...
* Fixing too many large spinners
* Re-organized components folder.
- Cleaned up spans. Fixes #173
- Fixes #320
* Fixing miscolored edit
2021-07-17 16:42:55 -04:00
0361b2c700
Always show previous paginator, extract paginator component.
...
- Fixes #304
2021-07-16 15:40:56 -04:00
caeba89983
Adding URL search type. Fixes #286
2021-05-04 17:31:38 -04:00
15305f4b29
Fixing an issue with federated search names
2021-04-26 16:06:16 -04:00
Dessalines
55e53582aa
Adding listing_type to search. #143 ( #264 )
...
* Adding listing_type to search. #143
* Adding async community searching. Fixes #262
* Some search additions.
- Adding an async community picker.
- Adding community_id to search page.
* Adding creator search.
* Accidentally removed line.
2021-04-23 17:48:31 -04:00
bc39e44af8
Fix loading indicator. Fixes #188
2021-03-25 13:36:09 -04:00
440fda9d51
user_ -> person table migration.
2021-03-15 14:09:31 -04:00
e3a337fb23
Running newer prettier.
2021-02-21 21:39:04 -05:00
2a85b93c58
Adding an icon component. Fixes #172
2021-02-11 15:35:27 -05:00
Mitch Lillie
04955cc45e
Add aria attributes where possible ( #156 )
...
* Add aria attributes where possible
* Bump submodule to get aria translations
2021-02-06 15:20:41 -05:00
Dessalines
192ec14441
Adding simple scroll position restore. Fixes #18 ( #162 )
...
* Adding simple scroll position restore. Fixes #18
* Removing isBrowser check from community.tsx.
2021-02-02 13:36:59 -05:00
Dessalines
27fd4a4626
Add most commented ( #159 )
...
* Adding MostComments sort.
* Updating translations.
2021-02-01 13:48:42 -05:00
de8ac823b3
Fix search page community titles.
2021-01-23 17:26:51 -05:00
368d4199a5
Actually sending ws requests, some other fixes.
2020-12-24 17:05:57 -05:00
ea317af269
First pass at v2_api
2020-12-23 20:58:27 -05:00
b1e283d5de
Have option to show apub shortname in parenthesis.
...
Only used in the search page.
2020-11-18 16:01:05 -06:00
3e87e61c0c
Fixing user link in search page. Fixes #74
2020-11-18 10:27:50 -06:00
e86cd3eddb
Copy forward-headers from nginx to local node-fetch. Fixes #73
2020-11-12 15:56:46 -06:00
3cd200469f
Use urlencode for search queries ( fixes #10 )
2020-10-07 12:39:07 +02:00
89d15c9d09
Adding opengraph tags. Fixes #5
2020-09-11 13:09:21 -05:00
06955a0e37
Making communities in PostForm optional. Fixing private-message.
2020-09-08 22:31:18 -05:00
bea7a37983
Modlog, admin-settings, search, and user done.
2020-09-08 21:40:36 -05:00
2eee936026
Partly functioning fuse-box, but moving te webpack now.
2020-09-06 11:15:25 -05:00