Michael Chadwick
Michael Chadwick
I changed the main db/user/pass variables to use environment variables, to keep them out of the code (seemed like a minor security improvement). I also went through and made the...
If one terminal window is running `pnpm start`, which runs `pnpm --filter frontend exec ember serve`, and then another terminal window runs `pnpm lint`, which runs `pnpm run --parallel \"/^lint:(hbs|js|css)$/\"`,...
 This warning banner states that "Ilios is in read-only mode", but I was able to make changes, anyway (e.g. changed the name of a report, added a fake school).
From what I've learned, the "heart monitor" `.pulse-loader` animation element is deprecated and should not be used and/or replaced with the "sunburst" `#ilios-loading-indicator` animation element. I'm not yet sure how...
My site primarily uses soft navigation links, and those don't seem to trigger a request as far as Debugbar is concerned. Is there a way to still use this tool?...
Origin story: ilios#5301 Across-the-board effort to normalize date/time display format for better columnar display and general consistency. e.g. 6/1/2024 -> 06/01/2024 e.g. 12/1/2023, 9:40 PM -> 12/01/2023, 09:40 PM ##...
Fixes ilios/ilios#4116. The old functionality is to click on Calendar in the main navigation, click the ICS Feed button, and then click the "Copy My ICS Link" button in the...
Fixes ilios/ilios#3759. Created new `UserGuideLink` component that displays an icon to click that opens the Ilios User Guide in a new window. It has translations for the `` element, and...
Fixes ilios/ilios#5426 Learner Groups were using the deprecated(?) `` loading component, but now they are using the same style as Instructor Groups (i.e. obfuscated shimmer method).
**Problem** It would be nice to be able to use `npkill` without using the TUI as it is a potential extra step/click/key and a _slight_(:-P) performance impediment. **Solution** Add a...