Commit Graph

1351 Commits

Author SHA1 Message Date
thePR0M3TH3AN
d4b3db7386 Merge pull request #564 from PR0M3TH3AN/codex/update-display_entry_details-for-fingerprints
Add fingerprint display improvements
2025-07-15 11:18:55 -04:00
thePR0M3TH3AN
754dce086c Show more fingerprints 2025-07-15 11:17:13 -04:00
thePR0M3TH3AN
ca67cf1f92 Merge pull request #563 from PR0M3TH3AN/codex/modify-show_entry_details_by_index
Add sensitive info confirmation to entry detail view
2025-07-15 11:05:12 -04:00
thePR0M3TH3AN
3de84ec484 feat: prompt sensitive view in entry details 2025-07-15 11:02:21 -04:00
thePR0M3TH3AN
2eae65872f Merge pull request #562 from PR0M3TH3AN/codex/refactor-handle_retrieve_entry-method
Streamline retrieval flow
2025-07-15 10:56:01 -04:00
thePR0M3TH3AN
6d24ffb2ec refactor: streamline retrieve flow 2025-07-15 10:53:50 -04:00
thePR0M3TH3AN
e52e2629fe Merge pull request #561 from PR0M3TH3AN/codex/add-display_sensitive_entry_info-method
Refactor retrieval display logic
2025-07-15 10:45:34 -04:00
thePR0M3TH3AN
3bcf3312df refactor: extract sensitive entry display helper 2025-07-15 10:43:06 -04:00
thePR0M3TH3AN
a61a064d2e Merge pull request #560 from PR0M3TH3AN/codex/update-display_entry_details-method
Improve entry detail display
2025-07-15 09:00:42 -04:00
thePR0M3TH3AN
fffd287032 Enhance entry detail display and tests 2025-07-15 08:58:26 -04:00
thePR0M3TH3AN
b8e6ae3e36 Merge pull request #559 from PR0M3TH3AN/qechl7-codex/update-show_entry_details_by_index-method
Add pause between entry details and action menu
2025-07-14 22:36:03 -04:00
thePR0M3TH3AN
4d559d0339 pause after showing entry details 2025-07-14 22:34:04 -04:00
thePR0M3TH3AN
bdf83fabd8 Merge pull request #558 from PR0M3TH3AN/codex/update-show_entry_details_by_index-method
Improve entry details workflow
2025-07-14 22:21:51 -04:00
thePR0M3TH3AN
8fca2b3346 Add entry details workflow and tests 2025-07-14 22:16:54 -04:00
thePR0M3TH3AN
1b4e4773f1 Merge pull request #556 from PR0M3TH3AN/8xl3f9-codex/fix-missing-password-entry-type
Fix entry details pause
2025-07-14 21:54:49 -04:00
thePR0M3TH3AN
d4bcc7e726 Merge branch 'beta' into 8xl3f9-codex/fix-missing-password-entry-type 2025-07-14 21:53:00 -04:00
thePR0M3TH3AN
0b4eec55a0 Pause after displaying entry details 2025-07-14 21:46:31 -04:00
thePR0M3TH3AN
31265edc69 Merge pull request #553 from PR0M3TH3AN/codex/fix-missing-password-entry-type
Fix entry detail display
2025-07-14 21:27:25 -04:00
thePR0M3TH3AN
c946f30258 Fix entry details display 2025-07-14 21:07:05 -04:00
thePR0M3TH3AN
7ececbccbb Merge pull request #552 from PR0M3TH3AN/codex/fix-qr-code-display-issue
Fix QR menu disappearing
2025-07-14 20:51:13 -04:00
thePR0M3TH3AN
000a607bbc fix qr menu pause 2025-07-14 20:45:17 -04:00
thePR0M3TH3AN
984e61de8f Merge pull request #551 from PR0M3TH3AN/codex/fix-qr-code-key-display-options
Fix QR option visibility for case-insensitive entry types
2025-07-14 20:28:14 -04:00
thePR0M3TH3AN
513f6df459 Fix QR menu option case handling 2025-07-14 20:26:17 -04:00
thePR0M3TH3AN
3719797013 Merge pull request #550 from PR0M3TH3AN/codex/fix-entry-clearing-and-qr-code-options
Fix retrieval display clearing and show QR actions
2025-07-14 18:22:13 -04:00
thePR0M3TH3AN
db85caceda fix retrieval screen clearing and add pause tests 2025-07-14 18:15:37 -04:00
thePR0M3TH3AN
41cf6830a8 Update README.md 2025-07-14 17:41:29 -04:00
thePR0M3TH3AN
6926026377 Update README.md 0.0.2 2025-07-14 17:40:36 -04:00
thePR0M3TH3AN
cda56ce0ac Merge pull request #549 from PR0M3TH3AN/beta
Beta
2025-07-14 17:39:33 -04:00
thePR0M3TH3AN
56e3cece26 Merge pull request #548 from PR0M3TH3AN/codex/modify-test-helper-constructors-for-notifications
Update test notification mocks
2025-07-14 17:29:25 -04:00
thePR0M3TH3AN
16982f489d test: update helper PasswordManager mocks 2025-07-14 17:24:08 -04:00
thePR0M3TH3AN
59790543ab Merge pull request #547 from PR0M3TH3AN/codex/ensure-notifications-api-functionality
Add test for API notifications persistence
2025-07-14 17:13:24 -04:00
thePR0M3TH3AN
63d7d21991 test: ensure notifications endpoint leaves current message 2025-07-14 17:09:30 -04:00
thePR0M3TH3AN
ed3cdad21e Merge pull request #546 from PR0M3TH3AN/codex/modify-clear_header_with_notification-behavior
Fix menu notifications
2025-07-14 17:03:21 -04:00
thePR0M3TH3AN
74f5911bf7 Use notification helper consistently 2025-07-14 17:01:49 -04:00
thePR0M3TH3AN
28a86a3e59 Merge pull request #545 from PR0M3TH3AN/codex/new-task
Replace yellow prints with warning notifications
2025-07-14 16:40:02 -04:00
thePR0M3TH3AN
55df7a3c56 Use notify for warnings 2025-07-14 16:36:05 -04:00
thePR0M3TH3AN
8c56bfef66 Merge pull request #544 from PR0M3TH3AN/codex/update-api-reference-for-notifications
Update docs with notification box info
2025-07-14 16:06:42 -04:00
thePR0M3TH3AN
300cf4a0a1 Bump aiosignal for aiohttp 2025-07-14 16:02:44 -04:00
thePR0M3TH3AN
85881f3d64 Bump aiohttp dependency 2025-07-14 15:55:19 -04:00
thePR0M3TH3AN
83bdb9ae7a docs: add notification box details 2025-07-14 15:47:52 -04:00
thePR0M3TH3AN
7e43b5f7f5 Merge pull request #543 from PR0M3TH3AN/codex/new-task
Update notification system
2025-07-14 15:42:48 -04:00
thePR0M3TH3AN
9184222514 Refactor notification handling 2025-07-14 15:40:46 -04:00
thePR0M3TH3AN
fb5fd7bfb8 Merge pull request #542 from PR0M3TH3AN/codex/add-clear-header-function-with-notification
Add notification-aware header function
2025-07-14 15:25:14 -04:00
thePR0M3TH3AN
b8a5ed9f66 Add header clearing with notifications 2025-07-14 15:23:37 -04:00
thePR0M3TH3AN
9d0338de63 Merge pull request #541 from PR0M3TH3AN/codex/implement-notification-system-in-passwordmanager
Add notification TTL tracking
2025-07-14 15:14:09 -04:00
thePR0M3TH3AN
9615dcdb31 Fix notification test 2025-07-14 15:10:43 -04:00
thePR0M3TH3AN
ee240cbd1e Add notification tracking and tests 2025-07-14 14:58:58 -04:00
thePR0M3TH3AN
ac68ed9753 Merge pull request #540 from PR0M3TH3AN/codex/add-press-enter-message-to-stats-screen
Improve stats screen usability
2025-07-14 14:44:14 -04:00
thePR0M3TH3AN
8413908c94 Add message and notifications to stats screen 2025-07-14 14:40:18 -04:00
thePR0M3TH3AN
c7c365e5b9 Merge pull request #539 from PR0M3TH3AN/codex/ensure-tui-does-not-hang-after-entry-creation
Improve TUI responsiveness
2025-07-14 14:22:13 -04:00