Simplification of Options in Configuration File (anvil.yaml)
The configuration options were simplified for easier understanding and management. The dictionary for runtime options was made more compact and the URLs in the native dependencies section were updated for efficiency.
Removal of Icon Property in Notification Component (Index/__init__.py)
This change is related to the user interface, where an unnecessary visual element has been removed to keep the interface clean and straightforward.
Text Updates in Link Component (form_template.yaml)
Changes have been made to the textual content displayed on the user interface, to provide clearer instructions or information to the user.
Addition of Configuration to prove_eligibility Function (proof.py)
This pertains to the back-end changes that enhance the functionality and efficiency of a core function. The new configuration options enable better handling of information with the connection object.
PR Summary
Simplification of Options in Configuration File (
anvil.yaml
) The configuration options were simplified for easier understanding and management. The dictionary for runtime options was made more compact and the URLs in the native dependencies section were updated for efficiency.Removal of Icon Property in
Notification
Component (Index/__init__.py
) This change is related to the user interface, where an unnecessary visual element has been removed to keep the interface clean and straightforward.Text Updates in
Link
Component (form_template.yaml
) Changes have been made to the textual content displayed on the user interface, to provide clearer instructions or information to the user.Addition of Configuration to
prove_eligibility
Function (proof.py
) This pertains to the back-end changes that enhance the functionality and efficiency of a core function. The new configuration options enable better handling of information with theconnection
object.