pierrejeambrun commented on code in PR #58981: URL: https://github.com/apache/airflow/pull/58981#discussion_r2593332873
##########
airflow-core/src/airflow/ui/src/layouts/Nav/UserSettingsButton.tsx:
##########
@@ -91,6 +93,16 @@ export const UserSettingsButton = ({ externalViews }: {
readonly externalViews:
<NavButton icon={FiUser} title={translate("user")} />
</Menu.Trigger>
<Menu.Content>
+ {currentUser ? (
+ <Box borderBottom="1px solid" borderColor="border.muted" p={3}>
Review Comment:
You need a separator similarly to what's bellow to actually do the
horizontal line. (<Menu.Separator />)
<img width="673" height="430" alt="Image"
src="https://github.com/user-attachments/assets/9f717496-cda4-40f7-9819-03b3898b53ad"
/>
Currently with your border bottom implementation it's now showing properly
for me in darkmode:
<img width="459" height="318" alt="Image"
src="https://github.com/user-attachments/assets/5ec3cae7-da58-42a8-84a3-650068c7bb24"
/>
##########
generated/PYPI_README.md:
##########
@@ -28,7 +28,7 @@ PROJECT BY THE `generate-pypi-readme` PREK HOOK. YOUR CHANGES
HERE WILL BE AUTOM
| PyPI | [](https://badge.fury.io/py/apache-airflow)
[](https://pypi.org/project/apache-airflow/)
[](https://pypi.org/project/apache-airflow/)
|
| Containers | [](https://hub.docker.com/r/apache/airflow)
[](https://hub.docker.com/r/apache/airflow)
[](https://artifacthub.io/packages/search?repo=apache-airflow)
|
| Community |
[](https://github.com/apache/airflow/graphs/contributors)
[](https://s.apache.org/airflow-slack)

[](https://insights.linuxfoundation.org/project/apache-airflow)
|
-| Dev tools |
[](https://github.com/j178/prek)
|
+| Dev tools |
[](https://github.com/j178/prek)
|
Review Comment:
This change is unrelated, can you remove it please.
--
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]
