Commit Graph

14 Commits

Author SHA1 Message Date
f7c499ea6e Refactor logging setup across multiple modules to use loguru with consistent configuration
- Updated logging initialization in MessageCalendar, admin_edit_prof, elsa_main, graph, iconLine, searchPage, and richtext modules to use loguru.
- Changed log rotation and retention settings for log files to improve log management.
- Replaced logger.debug/info calls with log.debug/info for consistency.
- Fixed a typo in the searchPage UI and updated related references in the UI files.
- Removed unused imports and cleaned up code for better readability.
2025-05-13 15:49:52 +02:00
0c8ecb2054 Remove unused imports and clean up code structure across multiple files 2025-05-13 11:39:47 +02:00
8c68655f9f add type checking, error handling, fix search issue. Closes #3 Closes #4 Fixes #3 Fixes #4 2025-04-28 15:36:29 +02:00
f6f9f89354 refactor: clean up unused imports and improve code organization 2025-03-26 10:21:11 +01:00
08cd18f3f1 rebase codebase, delete trunk, move threads to backend 2025-01-14 16:20:08 +01:00
997d618ff1 fix broken files after faulty update 2025-01-14 08:51:58 +01:00
9f12ef48bc feat: enhance ARRAYData initialization and transform method with signature handling and data extraction improvements 2024-11-26 10:16:21 +01:00
WorldTeacher
930a3e3085 remove get_library_location 2024-10-29 13:05:17 +01:00
WorldTeacher
fba35cdf25 various updates and changes, move admin widgets into different seperate dialogs 2024-08-08 14:40:38 +02:00
WorldTeacher
499def865a bugfix: fix bug where RDS_DATA would always fail on second run by having a global list 2024-07-01 15:45:58 +02:00
WorldTeacher
ed0acb7863 rework arraydata transformer
new functions, fixes
add DicttoTable -> generates uniform template dict based on type of
entry
2024-06-26 16:36:25 +02:00
WorldTeacher
d7853ab67d rest of files, not sorted 2024-05-17 08:35:37 +02:00
WorldTeacher
1c1b5802f6 updates 2024-01-26 13:10:33 +01:00
WorldTeacher
0a9818940c add files 2024-01-26 08:28:01 +01:00