-
Notifications
You must be signed in to change notification settings - Fork 11
Setup web app table views #76
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
Conversation
| @@ -0,0 +1,53 @@ | |||
| import { getCompactTimespanString } from './getCompactTimespanString' | |||
|
|
|||
| describe('getCompactTimespanString', () => { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First tests in web app 🚀 Maybe we can hook the test script up to the GitHub actions later
mihow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I enjoyed looking through this! Seems like a great start, thank you.
In this PR we do the setup for the first pages in the app. This setup includes:
Also we use the new table component on pages "Deployments" and "Occurrences" (for now only using test data).