zulip/web
palashb01 574a87b87d search: Update search bar to display title when used sender:.
This commit introduces a new behavior for the search bar. Now, if
the search keyword is 'sender:', it displays the title of the user/me.
for example: sender:me
title: Messages sent by you

sender: Palash
title: Messages sent by Palash

for the implementation, we already have the check for 'dm:', which is
similar to this so just added a new if check for 'sender:' and return
the title accordingly.

Fixes: #18690
2023-09-13 18:17:07 -07:00
..
e2e-tests settings_bots: Migrate manage bot to user profile modal. 2023-09-11 10:39:00 -07:00
generated
html
images styles: Remove Firefox override for dropdown appearance. 2023-07-24 13:10:03 -07:00
shared recent_view: Add table header to sort by unread count. 2023-09-13 14:58:13 -07:00
src search: Update search bar to display title when used sender:. 2023-09-13 18:17:07 -07:00
styles compose: Disable unneeded control buttons in preview mode. 2023-09-13 15:09:16 -07:00
templates compose: Disable unneeded control buttons in preview mode. 2023-09-13 15:09:16 -07:00
tests search: Update search bar to display title when used sender:. 2023-09-13 18:17:07 -07:00
third emoji: Match emoji sequences in markdown. 2023-08-23 16:18:15 -07:00
.browserslistrc
.gitignore
babel.config.js babel: Include "transform-optional-chaining" in presets. 2023-08-14 16:07:16 -07:00
debug-require-webpack-plugin.ts
debug-require.js
postcss.config.js postcss: Enable postcss-preset-env. 2023-03-20 11:26:30 -07:00
webpack.assets.json stats: Add stats page_params to `webpack.assets.json`. 2023-08-24 10:43:38 -07:00
webpack.config.ts dependencies: Upgrade JavaScript dependencies. 2023-06-05 21:51:26 -07:00
webpack.dev-assets.json