The Twenty Percent

  • Popups And Prompts

    Prompting the user I want to add a way for a view model to await a user prompt. Something like: var tag = await PromptService.Prompt<ITagViewModel>(); I’ve got some avenues to...

  • Visual Design And Documentaries

    Color palette and separation of concerns I adjusted the color palette, and I chose this one for now. At least the application is somewhat readable (every color was 50% transparent...

  • Config And Dependency Injection

    The Fundamentals Before I go too far into UI, I want to set up a config file, so I don’t have to put resource references in source code, this guide...