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

Add a navigation bar #113

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

NoB0
Copy link
Collaborator

@NoB0 NoB0 commented Mar 26, 2024

A nagivation bar was added to navigate between the different features.

Typescripts files are formatted with Prettier.

@NoB0 NoB0 requested a review from WerLaj as a code owner March 26, 2024 15:18
Copy link

github-actions bot commented Mar 26, 2024

Unit Test Results

61 tests   61 ✔️  6s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit 7b06531.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Mar 26, 2024

Coverage Report •
FileStmtsMissCoverMissing
TOTAL12114894% 
report-only-changed-files is enabled. No files were changed during this commit :)

Copy link

Current Branch Main Branch
Coverage Badge Coverage Badge

@galuscakova galuscakova self-requested a review March 26, 2024 19:07
import { UserContext } from "../contexts/UserContext";
import Container from "react-bootstrap/Container";
import { BrowserRouter, Routes, Route } from "react-router-dom";
Copy link

@galuscakova galuscakova Mar 31, 2024

Choose a reason for hiding this comment

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

Is order of the imported libraries correct? The same for Layout.tsx and Index.tsx.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Imports are not reorganized based on ESLint sort-imports rule.

<Route path="/" element={<Layout />}>
<Route index element={<div>Welcome {user?.username}</div>} />
{/* <Route path="service" element={<div>Service Management</div>} /> */}
<Route path="population" element={<div>Population form</div>} />

Choose a reason for hiding this comment

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

Capitals: Population Form or Population PKG.
But the name is in both cases quite misleading.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated to PKG Population.

pkg_client/src/index.tsx Outdated Show resolved Hide resolved
@NoB0 NoB0 requested a review from galuscakova April 2, 2024 08:59
Copy link
Collaborator

@WerLaj WerLaj left a comment

Choose a reason for hiding this comment

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

LGTM

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.

3 participants