Giter Club home page Giter Club logo

pingui's People

Contributors

richardrobertson avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

pingui's Issues

Localize status messages in UI

Currently, status messages are just the enum value name without spacing or localization. Trimming has also removed all unreferenced values so no basic name remains either.

Update check fails on trimmed release build

Error occurred while checking for updates online.

System.InvalidOperationException: Reflection-based serialization has been disabled for this application. Either use the source generator APIs or explicitly configure the 'JsonSerializerOptions.TypeInfoResolver' property.
   at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_JsonSerializerIsReflectionDisabled()
   at System.Text.Json.JsonSerializerOptions.ConfigureForJsonSerializer()
   at System.Text.Json.JsonSerializerOptions.MakeReadOnly(Boolean)
   at System.Text.Json.JsonSerializer.GetTypeInfo(JsonSerializerOptions, Type)
   at System.Text.Json.JsonSerializer.GetTypeInfo[T](JsonSerializerOptions)
   at System.Text.Json.JsonSerializer.Deserialize[TValue](String , JsonSerializerOptions )
   at PingUI.ViewModels.MainWindowViewModel.CheckForUpdatesAsync() in C:\Users\Richard\Source\PingUI\PingUI\ViewModels\MainWindowViewModel.cs:line 95

Enable drag and drop to arrange targets

Targets can only be raised one row up or one row down at a time through a menu which requires two clicks each movement. Would be way more convenient to just drag them to a new location in the list.

Target list tabs

Allow separating targets into tabs.

  • Add tab container
    • Setting to hide the tab bar if only a single tab
  • Add tab command
    • Add tab UI
  • Close tab command
    • Close tab UI
  • Inactive tabs will continue to ping?
    • If inactive tabs are allowed to ping, decide whether Start/Stop All applies to active tab only
  • Tabs can be split off into separate windows?

Add target tags

This idea replaces tabs with a more flexible design. Each target may have zero or more tags that the user can use to filter the list. Tags may be filtered with AND, OR, and NOT boolean combinations.

  • UI to add or remove a tag from a target
  • Ability to filter list on tags

Optional items

  • UI to build a composite filter
  • Allow automatic tags based on target IP or label

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.