89c26fb20c
Update moved profile selector to it's original location
2026-02-18 11:18:07 +00:00
48b2ead287
Fix simulation-chart missing day separator lines
2026-02-16 16:26:51 +00:00
a41189bff2
Update chart tick interval/distance, minor text changes
2026-02-16 16:14:02 +00:00
a5bb698250
Update app moved schedule seletion/save card from left to right column
2026-02-11 13:21:11 +00:00
2cd001644e
Fix y-axis tick labels show floating point numbers
2026-02-11 13:20:10 +00:00
fbba3d6122
Update therapeutic range min/max values no longer mandatory
2026-02-10 19:52:25 +00:00
a1298d64a7
Fix invalid size error in chart causing crashes due to temporary invalid dimensions during mount/update
2026-02-10 19:41:01 +00:00
955d3ad650
Fix negative intake time delta while in time picker (shown with "+-" prefix), improved time picker layout
2026-02-10 19:25:22 +00:00
cafc0a266d
Fix FormNumericInput incorrect border highlighting (warn/error) and default error message text
2026-02-10 18:39:03 +00:00
b198164760
Add profile management functionality
...
- Added profile management functions: createProfile, deleteProfile, switchProfile, saveProfile, saveProfileAs, updateProfileName, and hasUnsavedChanges.
- Migrated state management to support profile-based format for schedules.
- Updated localizations for profile management features in English and German.
- Introduced ProfileSelector component for user interface to manage profiles.
- Enhanced export/import functionality to handle profiles and schedules.
2026-02-10 18:33:41 +00:00
3b4db14424
Fix chart performance issues and duplicate keys
...
- Memoize XAxisTick and YAxisTick renderers with useCallback
- Remove Y-axis tickCount and allowDecimals=false to prevent duplicate keys
- Add React.memo to SimulationChart with custom comparison
- Remove unnecessary sorting after isFed and remove dose actions
- Add handleActionWithoutSort for actions that don't affect order
- Prevents double state updates that caused 'every other click' freezes
2026-02-09 19:58:15 +00:00
d544c7f3b3
Update day-schedule layout (style improvements/fixes), attached delta badge to time input field
2026-02-09 19:37:30 +00:00
8325f10b19
Fix performance issue: debounce resize event listeners
...
- Add useDebounce hook for value debouncing
- Add useWindowSize hook for debounced window dimensions
- Add useElementSize hook for debounced element size tracking with ResizeObserver
- Replace undebounced resize listeners in App.tsx, simulation-chart.tsx, and settings.tsx
- Prevents excessive re-renders during window resize operations
- Resolves app freezing and performance degradation
2026-02-09 17:19:43 +00:00
7a2a8b0b47
Add intake auto sorting, chart intake markers, upped max daily intakes to 6, various style changes
2026-02-09 17:08:53 +00:00
c41db99cba
Update new check for max daily dose waring and error
2026-02-08 12:08:18 +00:00
7f8503387c
Update various color/style improvements, primarily for error/warn/info bubbles and boxes
2026-02-07 20:06:56 +00:00
651097b3fb
Add contentFormatter for tooltips and error/warning bubbles, format i18n texts, add missing high-dose warning
2026-02-07 15:45:42 +00:00
ed79247223
Update minor tooltip text addition
2026-02-07 12:39:40 +00:00
c5502085e8
Fix AI research doc formatting, latex math and citations
2026-02-07 12:38:27 +00:00
765f7d6d35
Add form-select.tsx with reset to default button used in settings
2026-02-07 10:47:36 +00:00
f76cb81108
Update number inupt max/min value now disables +/- buttons respectively
2026-02-07 10:27:11 +00:00
383fd928d1
Update settings reset to default buttons for all number fields
2026-02-07 10:18:29 +00:00
199872d742
Update combined static Vd and weight-based settings
2026-02-07 10:12:06 +00:00
b7a585a223
Update dark mode improvements for chart
2026-02-04 15:18:58 +00:00
efa45ab288
Update data deletion now in data manager with customization, minor UI improvements, increased chart y-axis tick count (regression)
2026-02-04 12:24:03 +00:00
11dacb5441
Fix number input floating point issue when pressing plus/minus buttons
2026-02-02 18:04:14 +00:00
2c55652f92
Update fixed consistent combobox width
2026-02-02 18:03:35 +00:00
f4260061f5
Update various improvements and minor changes
2026-02-02 17:35:11 +00:00
02b1209c2d
Update settings add min<=max validation to ranges, minor text changes
2026-02-02 13:17:35 +00:00
90b0806cec
Fix isFed state for regular plan comparison line, simplified urin ph selection
2026-02-02 11:51:39 +00:00
8e74fe576f
Fix minor dark mode issues and language/theme selection alignement
2026-02-02 11:21:20 +00:00
3e3ca3621c
Add dark mode option
2026-02-01 20:06:27 +00:00
b67bfa7687
Fix export/import validation missing categories, dialog now always clears json and file selection on open/close
2026-02-01 20:06:12 +00:00
b9a2489225
Add new data manager modal with clipboard support and basic json editor
2026-01-21 17:18:30 +00:00
6983ce3853
Fix various issues with pharmacokinetics, improved parameters, distinction between adult/child
2026-01-17 20:27:00 +00:00
b911fa1e16
Add import/export feature
2026-01-17 14:21:33 +00:00
fda0778edb
Update line selection buttons add tooltips
2026-01-17 13:17:54 +00:00
3e7281e4db
Update consolidated and improved tooltips
2026-01-17 13:06:56 +00:00
3214c152dd
Update manifest app name
2026-01-17 12:17:36 +00:00
08c2182c32
Update package.json add scripts entry "deploy" for (pre)build and deploy
2026-01-16 19:14:15 +00:00
55a0742d13
Fix difference in visualisation between y-axis max = auto vs. value below line peak
2026-01-16 19:06:08 +00:00
27afb4cd5a
Update defaults so that both lines are shown
2026-01-16 18:11:22 +00:00
0c82519609
Fix info tooltip partially hidden and gone too quickly on mobile
2026-01-16 18:02:38 +00:00
b9e13ae642
Update defaults new plan
2026-01-16 17:47:42 +00:00
7dc9972ab5
Update medication history days with toggle for convenience
2026-01-16 17:06:12 +00:00
5bd9780ac0
Add hybrid versioning scripts, version shown in app footer
2026-01-16 16:55:13 +00:00
966006db6a
Update shorten line names (legend, tooltip, buttons) based on window width
2026-01-16 15:49:43 +00:00
dbfaf26591
Update pin feature for chart
2026-01-16 15:25:01 +00:00
678bd6c7b6
Update shorten day separator labels based on chart width
2026-01-16 14:08:36 +00:00
e1aaa24186
Add collapsible-card-header component to consolidate and improve folding
2026-01-16 13:26:30 +00:00