Commit Graph

12 Commits

Author SHA1 Message Date
Andre Beging
b7ba95b716 Store Filter between pages 2025-04-02 07:47:33 +02:00
Andre Beging
bf64239625 Refactor enums and update Interaction entity field
Moved enums to a dedicated namespace and updated references across the codebase. Renamed the `Info` field in the `Interaction` entity to `Info1`, including necessary migrations and UI adjustments. These changes improve the organization and consistency of the codebase.
2025-04-01 10:41:09 +02:00
Andre Beging
37c891aef0 Add "TestMode" flag to display warnings in test environments
Introduced a new "TestMode" setting in AppSettings to toggle test mode. Updated multiple pages to display a warning message when "TestMode" is enabled. This ensures users are informed when changes may not be persistent.
2025-03-31 09:06:36 +02:00
Andre Beging
aadf88db2b Refactor prospect filtering to support state-specific filters.
Introduced a `StateFilter` parameter to `ProspectFilterControl` to enable filtering by specific prospect states. Updated related pages to utilize the new parameter and adjusted rendering logic to maintain a clean and consistent UI.
2025-03-28 19:42:18 +01:00
Andre Beging
d754da76cd Move edit prospect dialog logic 2025-03-28 18:49:38 +01:00
Andre Beging
3d92833199 Refactor term-related settings into a dedicated class
Extracted term-related properties from AppSettings to a new TermSettings class for improved organization and separation of concerns. Updated appsettings.json to reflect the new structure.
2025-03-28 09:01:50 +01:00
Andre Beging
ff5fbd50bf Buildversion and FilterHelper 2025-03-28 08:55:49 +01:00
Andre Beging
d11a225ffa Update Appsettings, Update PageTitle 2025-03-28 07:23:59 +01:00
Andre Beging
7efd48c794 Prospect filter 2025-03-27 18:42:21 +01:00
Andre Beging
587287f965 Customize navigation sidebar 2025-03-27 09:16:41 +01:00
Andre Beging
e7b53f300a Suche auf den Prospectseiten implementieren 2023-02-08 17:18:45 +01:00
Andre Beging
df40e2b769 Darstellung der Prospects fragmentiert 2023-02-07 23:13:09 +01:00