Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data help text for each route in the sidebar #416

Open
Dagonite opened this issue Jan 9, 2025 · 0 comments
Open

Update data help text for each route in the sidebar #416

Dagonite opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Dagonite
Copy link
Collaborator

Dagonite commented Jan 9, 2025

Description of the issue

Each route has a data help text (presumably for the tour feature). Update these to include helpful message.

frontend/src/index.tsx

Lines 59 to 68 in 28b8982

createRoute(
'Reductions', // what section of the menu you want the link to be in
'Home page', // text of the link
'/fia', // route the link should link to
1, // how high up in the section should your link be - ascending order
'Data help text', // help text renders a tooltip in the site tour for this link
false // whether the link should be visible to unauthenticated users
);
createRoute('Reductions', 'Instruments', '/fia/instruments', 2, 'Data help text', false);
createRoute('Reductions', 'Reduction history', '/fia/reduction-history/ALL', 3, 'Data help text', false);

@Dagonite Dagonite added the documentation Improvements or additions to documentation label Jan 9, 2025
@Dagonite Dagonite self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant