zulip/web
Aman Agrawal 4750f84ba8 recent_view_ui: Fix first row being focused after scrolling to bottom.
If recent view load more banner is at the center as a result of
`document.elementFromPoint(topic_center_x, topic_center_y)`,
there is no `tr` to focus, resulting in first row to be focused
as the closest element as per previous logic.

To fix it, we just focus the last row which is just above the
load more banner and is visible.
2024-06-07 10:09:30 -07:00
..
e2e-tests compose: Jump to conversation where message was sent. 2024-06-05 09:30:34 -07:00
generated
html portico: Remove `container` and `row-fluild` bootstrap classes. 2024-06-04 09:41:34 -07:00
images onboarding_steps: Remove hotspot as an onboarding_step. 2024-05-10 12:30:22 -07:00
server katex_server: Fix implicit use of any. 2024-05-04 18:53:34 -07:00
shared tsconfig: Enable noUncheckedIndexedAccess. 2024-05-30 16:29:23 -07:00
src recent_view_ui: Fix first row being focused after scrolling to bottom. 2024-06-07 10:09:30 -07:00
styles right_sidebar: Establish inner grid on selectable_sidebar_block. 2024-06-06 17:08:13 -07:00
templates css: Remove no longer used `required-text` class. 2024-06-07 10:09:30 -07:00
tests pill_typeahead: Separate user-only typeahead to specialized function. 2024-06-07 09:49:40 -07:00
third css: Remove unused `row-fluid` class. 2024-06-05 09:15:32 -07:00
.browserslistrc
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2024-04-25 16:46:03 -07:00
debug-require-webpack-plugin.ts tsconfig: Enable exactOptionalPropertyTypes. 2024-05-16 08:58:20 -07:00
debug-require.js
postcss.config.js eslint: Fix unicorn/no-anonymous-default-export. 2024-04-25 16:46:03 -07:00
webpack.assets.json support: Set discounted price instead percentage for customers. 2024-05-16 02:18:43 -07:00
webpack.config.ts 5xx: Fix development server preview of 500 error page. 2024-05-30 10:49:03 -07:00
webpack.dev-assets.json