Skip to content

Commit 95adbc8

Browse files
committed
docs(ui): add changelog entries for API_HOST fallback and divider buffer
1 parent e05cb5b commit 95adbc8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

dusseldorf/ui/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Dusseldorf UI
2-
This is the graphical user interface for [Dusseldorf](https://aka.ms/dusseldorf), which provides an easy
3-
human way to interface with Dusseldorf's API.
2+
3+
This is the graphical user interface for Dusseldorf, which provides an easy graphical human way to interface with Dusseldorf's API.
44

55
This runs as its own component, it's a static web page build in the React Framework, hosted as a static component within the API repository.
66

7+
For more info on Dusseldorf, please check https://aka.ms/dusseldorf
8+
79
# Running Locally
810

911
To load this locally, do the following:
@@ -25,3 +27,8 @@ in the console of the DevTools in your favourite browser to any value to change
2527
# Design
2628
This UI is build upon the amazing [Fluent2](https://fluent2.microsoft.design/) design framework.
2729

30+
31+
# Changelog
32+
- 2025-11-28: set API host precedence to `REACT_APP_API_HOST` > `localStorage['api_host']` > `"/api"` and split panel resize.
33+
34+

0 commit comments

Comments
 (0)