mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
* Show "Next Hourglass" Month * fix lint * lint, * lint * lint.. * linting bad * ui fixes * remove additional margin * show next hourglass date to debug further * WIP tests - maybe broken logic * flex:1 doesn't work - so stats columns now at 33% width * fix(cron): lint and short circuit * refactor logic * update test dates using timezone * also check for the timezone date * fix timezone for tests * fixing the test dates? * fixing the test dates? * change nextHourglass logic + update gem cap label / value * fix lint * dont add gemsBought to it * remove tooltip Co-authored-by: SabreCat <sabe@habitica.com> |
||
|---|---|---|
| .. | ||
| addons.js | ||
| config.js | ||
| margin.css | ||
| mock.data.js | ||
| README.md | ||
Storybook Updates
Addon-Knobs has been deprecated inorder to update to the new addons-controls we need to:
- Change to the new export syntax for each story
export const StoryTemplate - And use
StoryTemplate.argsandStoryTemplate.argTypesto have the sameknobsas before
Maybe this can be made story by story and not all at once