Ma77Ball opened a new pull request, #4: URL: https://github.com/apache/incubator-texera-site/pull/4
# Merge `main` into `staging` (preserving staging content) + UI Fixes ## Summary This PR updates the `staging` branch with the latest changes from `main` while ensuring that all existing `staging` content remains authoritative. It also includes fixes for the search bar and the down arrow on the cover page. ## What Was Done ### 1. Merge main into staging (keep staging content) The merge was performed using the `ours` merge preference so that staging’s version of conflicting code is preserved. Commands used: git checkout staging git merge -X ours main This approach retains all staging content during conflicts while still incorporating non-conflicting updates from the main branch. ### 2. Fixed the search bar - Corrected URL destination ### 3. Fixed the down arrow on the cover page - Restored expected click/scroll behavior -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
