Skip to content

[UI] Feature: Functions for basic questions#146

Merged
GB609 merged 9 commits intomainfrom
feature/ui-basic_questions
Feb 21, 2026
Merged

[UI] Feature: Functions for basic questions#146
GB609 merged 9 commits intomainfrom
feature/ui-basic_questions

Conversation

@GB609
Copy link
Owner

@GB609 GB609 commented Feb 21, 2026

This is a massive enhancement and partial re-implementation of the user-interface.shl library which provides utilities to ask users for input.

  1. Introduced an 'api' file for documentation and verification purposes. Might not be necessary in production later on.
  2. All existing ask... functions were split into a public-facing part and backend-specific implementations.
  3. Provide several generic utility functions for use from within user-interface.shl and its submodules.
  4. Provided implementations to ask for files (with extension check) and directories.

closes: #143

@GB609 GB609 merged commit ed43613 into main Feb 21, 2026
2 checks passed
@GB609 GB609 deleted the feature/ui-basic_questions branch February 21, 2026 17:33
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.

[UI] Implement basic questions asking for values

1 participant