Skip to content

Commit

Permalink
Update permalink.html with a frienly text (#1081)
Browse files Browse the repository at this point in the history
### Changed
- added text to display while loading the content.

### Reason
Currently on bigger projects it takes considerable amount of time to
load the location of the selected ID. During that time currently there
is a blank page shown to the user.

This change will display a static text: `Searching, Please Wait...`
  • Loading branch information
csIcaK authored Dec 6, 2023
1 parent 150bcd6 commit c27bc64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sphinx_needs/templates/permalink.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
</head>

<body>
<h1>Searching, Please Wait...</h1>
</body>

</html>

0 comments on commit c27bc64

Please sign in to comment.