From 8351ad79b00e9fb7b3ed7cc41a89d3f90e2202ba Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Fri, 2 Oct 2020 18:10:33 -0400 Subject: [PATCH] Added changeset for #2598 --- .changeset/2598.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/2598.md diff --git a/.changeset/2598.md b/.changeset/2598.md new file mode 100644 index 0000000000..7fca6f8141 --- /dev/null +++ b/.changeset/2598.md @@ -0,0 +1,11 @@ +--- +'@backstage/plugin-techdocs': minor +--- +Add a message if techdocs takes long time to load + +Fixes #2416. + +The UI after the change should look like this: + +![techdocs-progress-bar](https://user-images.githubusercontent.com/33940798/94189286-296ac980-fec8-11ea-9051-1b3db938d12f.gif) +