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

💄 Redesign file explorer and isolate to shared component(s) #286

Merged
merged 5 commits into from
Feb 27, 2024

Conversation

aaronleopold
Copy link
Collaborator

  • Abstracted the file explorer and associated components away from a library and more as a separate set of components
  • Redesign the exploration aspect of the explorer
  • Added virtualization with two different layouts:
    • Grid
    • Table
  • Added skipped_files to the scanner output data type, which describes the number of files which already exist in the DB but have not been modified on disk since the last scan
  • Added a smidge more concurrency
  • Optimized a few heavier queries in the scan loop to only select required fields
  • I removed the logic which loads and parses .stumpignore files 💥
  • Fixed a few dead docs links
  • I temporarily commented out the logic in the event handler which re-queries data on certain events. For now, only the very end when data is returned will re-querying happen. This will be work-shopped a bit more before experimental lands in nightly

@aaronleopold aaronleopold changed the title 📱 Redesign file explorer and isolate to shared component 📱 Redesign file explorer and isolate to shared component(s) Feb 27, 2024
@aaronleopold aaronleopold changed the title 📱 Redesign file explorer and isolate to shared component(s) 💄 Redesign file explorer and isolate to shared component(s) Feb 27, 2024
@aaronleopold aaronleopold marked this pull request as ready for review February 27, 2024 00:33
@aaronleopold aaronleopold merged commit 1d30084 into experimental Feb 27, 2024
3 checks passed
@aaronleopold aaronleopold deleted the al/refactor-explorer branch February 27, 2024 00:52
@aaronleopold aaronleopold mentioned this pull request Apr 20, 2024
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.

1 participant