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

Load Files Input UI #625

Merged
merged 17 commits into from
Apr 22, 2020
Merged

Load Files Input UI #625

merged 17 commits into from
Apr 22, 2020

Conversation

jameskerr
Copy link
Member

fixes #572

It now looks like so:

Screen Shot 2020-04-16 at 11 52 14 AM

With an animation that looks like this.

P3SfaZvFbQ

This PR is the html and style changes, but the PR #594 contains the functionality. That one must be merged first.

@jameskerr jameskerr requested a review from a team April 16, 2020 18:57
@jameskerr jameskerr force-pushed the ingest-design branch 4 times, most recently from 18e03df to f7f8eed Compare April 20, 2020 18:17
Copy link
Contributor

@mikesbrown mikesbrown left a comment

Choose a reason for hiding this comment

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

@jameskerr Care to add some integration tests that ingest itest/sample.{ndjson,tsv}? A lot of what you already need should be available for direct use, or useful as example. You may modify or copy-from-example pcapIngestSample() to ingest the NDJSON and Zeek TSV. The test pcap ingest in itest/test/smoke.js is a fine example to follow for the actual tests.

Comment on lines +113 to +116
ingest: {
filesInput: dataAttrSelector("ingestFilesInput"),
filesButton: dataAttrSelector("ingestFilesButton")
},
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for being mindful of good naming!

Copy link
Contributor

@mason-fish mason-fish left a comment

Choose a reason for hiding this comment

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

Code and UI look awesome, love those animation effects!! 🔥I'll pull this down to play with it too, but great job!

@@ -0,0 +1,27 @@
/* @flow */
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh fun! I was just thinking about how useful a generator like this would be as I added in the expand icon recently 👏

@jameskerr
Copy link
Member Author

@mikesbrown I'd be happy to write an integration test. Thanks for the suggestion.

@jameskerr jameskerr merged commit 821f504 into master Apr 22, 2020
@jameskerr jameskerr deleted the ingest-design branch April 22, 2020 00:42
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.

Update design of open file area
3 participants