naseemshah commented on PR #52996:
URL: https://github.com/apache/airflow/pull/52996#issuecomment-3046593506

   Regarding persisting the show/hide timestamp choice, we can implement it 
just like we did for the 'wrap' setting. Looking at the codebase, I can 
leverage the existing useConfig hook, which queries the backend API.
   
   Specifically, in 
`airflow-core/src/airflow/api_fastapi/core_api/routes/ui/config.py`
   
   ```
   API_CONFIG_KEYS = [
       # ... existing keys ...
       "default_wrap",
       "default_show_timestamp",  # ← Add this
   ]
   ```


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to