ryanmwangi
  • Joined on 2024-09-25
ryanmwangi pushed to focus at Progyssey/Compareware 2025-05-26 11:22:56 +00:00
d565563edb feat(items_list): add row after suggestion selection other than on input
5577f855ca feat(item_list): add new row on_select other than on_input.
Compare 2 commits »
ryanmwangi pushed to focus at Progyssey/Compareware 2025-05-23 12:11:55 +00:00
a8088c232b feat(typeahead_input): enhance input handling by adding unique IDs and simplifying focus management
ryanmwangi pushed to dev at Progyssey/Compareware 2025-05-21 13:28:21 +00:00
ff5f987ed2 style(typeahead_input): enhance CSS styles for typeahead input component to be more spreadsheet like
ryanmwangi pushed to master at Progyssey/Calmerge 2025-05-21 12:41:09 +00:00
408592994e docs(readme): update description and features for clarity
ryanmwangi pushed to master at Progyssey/Calmerge 2025-05-21 12:29:33 +00:00
e4f1926cb8 fix(docker): correct volume paths and set working directory for Calmerge
ryanmwangi pushed to master at Progyssey/Calmerge 2025-05-20 14:58:41 +00:00
cf304efe61 refactor(ui): simplify result section in calendar merger interface
ryanmwangi pushed tag v1.0.0 to Progyssey/Calmerge 2025-05-20 14:54:08 +00:00
ryanmwangi pushed to master at Progyssey/Calmerge 2025-05-20 14:49:57 +00:00
39b2d9f23b feat(ui): reorganize search section in calendar merger interface
ryanmwangi pushed to master at Progyssey/Calmerge 2025-05-20 14:44:36 +00:00
258bacb7b0 feat(ui): enhance calendar merging interface with search functionality
ryanmwangi pushed to focus at Progyssey/Compareware 2025-05-20 11:28:01 +00:00
f9fe3eb980 fix(typeahead_input): simplify input value change handling by always calling on_input callback
ryanmwangi pushed to focus at Progyssey/Compareware 2025-05-19 12:53:21 +00:00
eeb8e100e8 feat(typeahead_input): add focus management for input fields and enhance initialization
ryanmwangi created branch focus in Progyssey/Compareware 2025-05-19 12:53:21 +00:00
ryanmwangi pushed to dev at Progyssey/Compareware 2025-05-16 14:46:47 +00:00
8cfef276df fix(docker): standardize environment variable definitions for Leptos configuration
462048db2f test(typeahead_input): add memory leak regression tests and lifecycle checks for components
Compare 2 commits »
ryanmwangi pushed to dev at Progyssey/Compareware 2025-05-15 12:46:56 +00:00
55cfc1329c test(typeahead_input): enhance initialization test with fetch_suggestions callback and input event simulation
ryanmwangi pushed to dev at Progyssey/Compareware 2025-05-15 11:26:15 +00:00
5f92db735e test(typeahead_input): add mock setups for Bloodhound and jQuery to enhance unit tests.
ryanmwangi pushed to dev at Progyssey/Compareware 2025-05-13 14:15:48 +00:00
74e4252197 fix(typeahead_input): fix test component initialization and cleanup to solve build errors
ryanmwangi pushed to dev at Progyssey/Compareware 2025-05-13 11:33:38 +00:00
c3bd3b1f27 docs(README): add section for running tests with native Rust and WASM
1334336377 test(wasm):add wasm-bindgen-test support
Compare 2 commits »
ryanmwangi pushed to dev at Progyssey/Compareware 2025-05-09 14:40:36 +00:00
a2a1a48ea6 test(typeahead_input): add unit tests for TypeaheadInput component initialization, cleanup, and rapid mount/unmount
46b6cf82e2 feat(panic_hook): implement custom panic hook for enhanced diagnostics on Leptos owner disposal
24c138b866 fix(typeahead_input): add explicit alive flag and defensive js checks for component lifecycle management
Compare 3 commits »
ryanmwangi pushed to dev at Progyssey/Compareware 2025-05-09 11:11:35 +00:00
e528f9e684 feat(utils): add utility function to safely execute closures with current Leptos owner
a69c51921b fix(typeahead_input): add check for valid Leptos owner before setting initialized state
Compare 2 commits »
ryanmwangi pushed to dev at Progyssey/Compareware 2025-05-08 11:11:34 +00:00
dbca9a98c8 fix(typeahead): add defensive checks for valid Leptos owner in Bloodhound and Typeahead initialization