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

refactor: Optimize traversal browser data logic #311

Merged
merged 5 commits into from
Apr 12, 2024
Merged

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    778dd97 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. refactor: Package imports and variable types for consistency

    - Refactor multiple packages to use the `DataType` package instead of `BrowserDataType`
    - Rename and move several files to match new package locations
    - Update function and variable names to reference `DataType` instead of `BrowserDataType`
    - Fix import paths for the `types` package in multiple files
    - Change map types and function signatures to use `DataType` instead of `BrowserDataType`
    - Remove unused imports and constant values
    - Update default `items` values in `chromiumList` and `firefoxList` to match new `DataType` format
    moonD4rk committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    742572d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e93cbd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. refactor: Refactor and organize data extraction and browserdata parse.

    - Refactor and standardize code across multiple files:
    - Add new files and packages:
    - Modify existing files:
    - Update linting rules in `.golangci.yml`
    - Correct some typos and print errors in logging statements.
    moonD4rk committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d9eff0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5790de7 View commit details
    Browse the repository at this point in the history