Skip to content

add(tab titles): added unique tab titles for each page in frontoffice - #715

Open
callumlewis05 wants to merge 2 commits into
inveniosoftware:masterfrom
callumlewis05:tab-title
Open

add(tab titles): added unique tab titles for each page in frontoffice#715
callumlewis05 wants to merge 2 commits into
inveniosoftware:masterfrom
callumlewis05:tab-title

Conversation

@callumlewis05

Copy link
Copy Markdown
Contributor

Gave each page in the front and back office a unique title to help easily identify them whilst many tabs are open.

image

@callumlewis05
callumlewis05 marked this pull request as ready for review August 12, 2026 15:14
@callumlewis05
callumlewis05 force-pushed the tab-title branch 2 times, most recently from 0478714 to 4c01f2d Compare August 14, 2026 15:10
Comment thread package.json
"node": ">=22.0.0"
},
"dependencies": {
"react-helmet-async": "^3.0.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for this library - did you consider any other alternatives? Could you summarise? It is slightly concerning that the library has a single contributor, plus it is already forked from elsewhere, I am worried about future maintainability

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the time I looked at other ways of doing it and I found there is a way of doing it in plain JS but I remember it was more complex and I believe there were other suitable libraries but this was the best with the most recent updates and most used. If you think it is worth it for one less dependency I can change it to plain JS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Display title of page in Tab

2 participants