Commit Graph

19 Commits

Author SHA1 Message Date
e681d462d3
feat(menu): mimic notion select options popup
electron was positioning options distanced from their <select> for... some reason
2023-01-15 00:39:01 +11:00
d1f83884aa
chore(electron-compat): promisify db methods, import svgs as js instead of reading files 2023-01-14 22:17:28 +11:00
c95d96cd8e
feat(menu): option values update on view change/page focus, animate view changes 2023-01-14 21:38:51 +11:00
765e7b738c
chore(menu): ensure required mod.json fields exist before attempting render 2023-01-14 00:44:09 +11:00
c6d58f37ee
theme: classic dark, feat(menu): render card lists of available mods 2023-01-14 00:40:27 +11:00
d738801dc1
chore(menu): hide platform-specific options, hide empty/consecutive headings 2023-01-13 00:30:14 +11:00
d406f99d7e
feat(menu): show uploaded file name, clear prev uploads button 2023-01-13 00:05:32 +11:00
8d12d63349
feat(menu): save changes to options
file upload still todo
2023-01-12 23:19:06 +11:00
09268a538a
feat(menu): apply menuButtonIconStyle to icon in menu sidebar 2023-01-12 15:37:33 +11:00
8fe05b2888
feat(menu): text, number, hotkey & color input types
- replaced jscolor with coloris
2023-01-12 15:24:01 +11:00
f85b3c1359
feat(menu): clone notion file upload 2023-01-12 11:33:47 +11:00
b1e1405409
feat(menu): clone notion select/dropdown 2023-01-12 00:15:30 +11:00
881f69c47d
feat(menu): clone notion ui for core settings, add toggles
- reduce size of icons in sidebar
- keyboard focus outline
- improved distinguishing of attrs vs props
- register twind variants from preset-ext
2023-01-11 21:59:57 +11:00
ac5daf5b73
feat(menu): reactive view navigation 2023-01-11 17:29:57 +11:00
70cd128a46
feat(menu): notion-styled menu sidebar 2023-01-10 22:48:12 +11:00
0fbb85b138
chore: use utility classes for menu modal 2022-12-30 22:15:14 +11:00
b442e40446
feat: trigger menu from browser extension icon 2022-12-30 16:38:30 +11:00
c37877c6da
feat: load api/styles into menu, chore: separate mod types into folders 2022-12-30 15:19:47 +11:00
d304f698a8
refactor: simplifications
- remove registry validation
- separate core from mods
- use __enhancerApi global for consistent api access
- use key-based namespacing instead of nested objects
2022-12-14 23:15:32 +11:00