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

Block History, Safelist Importing, Blocklist Importing, Popup Options, etc #161

Merged
merged 8 commits into from
Jul 1, 2023

Commits on Jun 29, 2023

  1. bump version 0.3.3

    kheina committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    033e933 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. safelist import and export (#160)

    * safelist import and export
    
    * try fixing quickmenu scrollbar some more
    
    * add MakeToast func, add close button to popups, listen for unblocks
    
    * tweak toast padding a little bit
    
    * create separate page for importing
    
    * reuse old names in safelist if import is null
    
    * escape html, just in case
    kheina authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    1075232 View commit details
    Browse the repository at this point in the history
  2. add block history, db listeners code cleanup, add typing to responses (

    …#149)
    
    * some code cleanup for db listeners, add typing to responses
    
    * add skip verified error recovery logic
    
    * block history
    
    * don't remove user on unblock, change state
    
    * create history page
    
    * functional history page
    
    * check counter logic better, more detail around reseting counter
    
    * add detailed counts for the different reason codes
    
    * add state time
    
    * missing semicolon
    
    * use a separate object to pass user
    
    * add escape
    
    * update history state on unblock
    kheina authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    e6164aa View commit details
    Browse the repository at this point in the history
  3. Update headers (#162)

    * remove some headers from the funcs and add more to the constant
    
    * eh, why not, entropy
    kheina authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    1e5962c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c398bd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bdc752 View commit details
    Browse the repository at this point in the history
  6. v0.3.3 quickfixes (#171)

    * fix title
    
    * check if block counter out of sync before checking if history is empty
    
    * say currently json. csv coming maybe
    
    * tweak wording a little
    
    * redefine data before adding to history
    kheina authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    10451ab View commit details
    Browse the repository at this point in the history
  7. changelog

    kheina committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    d00cbe5 View commit details
    Browse the repository at this point in the history