summaryrefslogtreecommitdiffstats
path: root/ui/src/utils.ts
AgeCommit message (Collapse)Author
2020-07-10Don't show cake day indicator on the same year / day of user registration, ↵Filip Duricic
instead show it the following years (#936)
2020-07-10Forbid users to use empty titles for posts (#930)Tony Antonov
- Add a regex that checks if string contains anything but whitespace - Check for whitespace-only titles on post creation and edit - Trim whitespace from titles before saving - Add frontend validation to title
2020-07-09Merge branch 'master' into remove_twemojiDessalines
2020-07-09A few cake day fixes. #916Dessalines
2020-07-09Removing twemoji, and the massive emoji picker. Fixes #895Dessalines
2020-07-09Create new migration to add `creator_published` field to the `post_view` and ↵Filip785
`comment_view`
2020-07-09Merge remote-tracking branch 'upstream/master' into cake-dayFilip785
2020-07-08Adding some languages for weblate.Dessalines
2020-07-08Updates to PR as requestedFilip785
2020-07-07Remove materialized views. (#908)Dessalines
* One pass at materialized views, only about 30% faster, not good. * Before merging master to test out bans. * DB Rework working, still need more testing. * Fixing accidental addadmin bug from asonix async merge. * Fixing the comment delete trigger * Some more DB additions. - Adding a hot_rank desc, published desc index to post_aggregates_fast. - Removed WITH CTE queries in favor of direct selects (since CTEs cant use indexes) * Removing some unecessary indexes. * Some more DB optimizings - Changing the fast_id pkeys to just ids on the fast tables. - Removing the private_message_fast, since the view contains no aggregates. - Comment and post voting now no longer pull from the views, they update the counts directly. * Adding community_agg_view and post_agg_views Credit: eiknat. * Adding user and comment_view migrations. (comment_view still broken) * Adding more views. Credit Eiknat.
2020-07-05Fix capitalization of Ukrainian language (#910)Mischa Spiegelmock
2020-07-01Adding Albanian for weblate.Dessalines
2020-06-27Merge branch 'master' into federationDessalines
2020-06-23Adding timeouts to message and delete picture notifications. #834Dessalines
2020-06-23Merge branch 'master' into federation_merge_from_master_2Dessalines
2020-06-23Making sure new comments don't clear out your current textarea.Dessalines
- Making a better random string generator. - Doing better incoming comment checking. - Fixes #769
2020-06-22Making a better light theme, litely. #822Dessalines
2020-06-22Upping thumbnail size.Dessalines
2020-06-12Merge branch 'master' into use-pictrs-1Dessalines
2020-06-10Adding delete picture via pict-rs delete tokens. Fixes #505Dessalines
2020-06-10Add default themes with media queries (#796)Lorenz Schmidt
* Indicate unstable API in README and mdbook * Support user preference for light and dark theme * Add default themes and load them in `setTheme` * Fixes #758
2020-06-09Merge branch 'master' into devDessalines
2020-06-09Fixing toast background for all but i386. Fixes #794Dessalines
2020-06-09Fixing some front end pictshare to pictrs conversions.Dessalines
2020-06-09Merge branch 'master' into federationFelix Ableitner
2020-06-07Adding galician, turkish, hungarian, and ukrainian languages.Dessalines
2020-06-07Adding Polish language (#784)ernestwisniewski
2020-06-05Removing webp for now.Dessalines
2020-06-04Fixing webp issue for safari.Dessalines
2020-06-03Adding webp for pictshare images / avatars. Fixes #772Dessalines
2020-06-02Adding text-body class to message toast. Fixes #736Dessalines
2020-05-16Adding Greek and Basque languages for weblate.Dessalines
2020-05-15Federated mentions. Fixes #681 (#717)Dessalines
* Federated mentions. Fixes #681 * Changing some todos, adding comments.
2020-05-08Adding support for webp images on the front end. Fixes #703Dessalines
2020-05-01Adding hindi template.Dessalines
2020-04-30Changing federated community and user links and searching.Dessalines
- Search: !community@instance, @user@instance - Representation: community@instance, user@instance
2020-04-14Merge branch 'dev' into federationDessalines
2020-04-14Initial post-listing community non-local.Dessalines
2020-04-12Use twemoji style for emoji picker.Dessalines
2020-04-12Add Emoji squashed commit.Dessalines
2020-04-09Updating code url references to https://github.com/LemmyNet/lemmyDessalines
2020-04-03Adding a text body preview and icon for posts with a body. Fixes #617Dessalines
2020-04-01Add georgian language for weblate.Dessalines
2020-03-21Hide toast on click.Dessalines
2020-03-20Notification improvements.Dessalines
- Adding a navbar notification icon for mobile. - Adding an in-app notification toast. To be improved later. - Fixes #607
2020-03-15Add theming guide. Fixes #596Dessalines
2020-03-11Show full scores on hover for posts and comments. Fixes #592Dessalines
2020-03-07Iframely and pictshare backend mostly done.Dessalines
2020-03-06Adding a sorting help. Fixes #532Dessalines
2020-03-06Some comment-node additionsDessalines
- Hiding extra vote counts if no downvotes. - Showing numbers on actions if there are.