-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of context menus (#707) and making grid menu use composed JSON menus (#424) #746
Commits on Jan 26, 2024
-
#707 [WIP]: Refactored the GridMenu component to create a SimpleMenu …
…with no column header. Began hooking up in Storybook, but not working correctly yet.
Configuration menu - View commit details
-
Copy full SHA for 74b8670 - Browse repository at this point
Copy the full SHA 74b8670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5431012 - Browse repository at this point
Copy the full SHA 5431012View commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b125046 - Browse repository at this point
Copy the full SHA b125046View commit details
Commits on Jan 30, 2024
-
#707 [WIP]: Renamed sim simple-menu to menu-item-list and added conte…
…xt-menu Fixed up CSS to get Paratext/bright to work as expected Added a sample icon file to use in Storybook
Configuration menu - View commit details
-
Copy full SHA for 272f2b1 - Browse repository at this point
Copy the full SHA 272f2b1View commit details
Commits on Feb 2, 2024
-
#707 [WIP]: Got context menu target content to lay out correctly (lin…
…e wrapping) Figured out styles so that color schemes apply to the correct elements. (This also fixes some things in the multi-column grid menu.
Configuration menu - View commit details
-
Copy full SHA for f438406 - Browse repository at this point
Copy the full SHA f438406View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb786ad - Browse repository at this point
Copy the full SHA cb786adView commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a9e6c2 - Browse repository at this point
Copy the full SHA 3a9e6c2View commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be5e7f6 - Browse repository at this point
Copy the full SHA be5e7f6View commit details
Commits on Feb 22, 2024
-
Merge remote-tracking branch 'origin/main' into 707-context-menus
# Conflicts: # src/renderer/components/platform-bible-menu.data.ts
Configuration menu - View commit details
-
Copy full SHA for 4640cc1 - Browse repository at this point
Copy the full SHA 4640cc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75bfb95 - Browse repository at this point
Copy the full SHA 75bfb95View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c3580 - Browse repository at this point
Copy the full SHA b5c3580View commit details
Commits on Feb 23, 2024
-
707: Improved unit tests (and accessibility for the components themse…
…lves) by making use of accessible roles and labels
Configuration menu - View commit details
-
Copy full SHA for 9ea642a - Browse repository at this point
Copy the full SHA 9ea642aView commit details
Commits on Feb 26, 2024
-
Merge branch 'main' into 707-context-menus
# Conflicts: # extensions/package-lock.json # lib/platform-bible-react/dist/index.cjs # lib/platform-bible-react/dist/index.cjs.map # lib/platform-bible-react/dist/index.d.ts # lib/platform-bible-react/dist/index.js # lib/platform-bible-react/dist/index.js.map # lib/platform-bible-react/package-lock.json
Configuration menu - View commit details
-
Copy full SHA for ee75b96 - Browse repository at this point
Copy the full SHA ee75b96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b6d988 - Browse repository at this point
Copy the full SHA 7b6d988View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd7b4dd - Browse repository at this point
Copy the full SHA dd7b4ddView commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ec68c6 - Browse repository at this point
Copy the full SHA 5ec68c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5c6983 - Browse repository at this point
Copy the full SHA a5c6983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 302477e - Browse repository at this point
Copy the full SHA 302477eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab13997 - Browse repository at this point
Copy the full SHA ab13997View commit details
Commits on Feb 28, 2024
-
707: Removed ability to launch debugger for current Jest test file si…
…nce we now use Jest Runner to do that
Configuration menu - View commit details
-
Copy full SHA for d0103c0 - Browse repository at this point
Copy the full SHA d0103c0View commit details -
Merge branch 'main' into 707-context-menus
# Conflicts: # package-lock.json
Configuration menu - View commit details
-
Copy full SHA for a8a739a - Browse repository at this point
Copy the full SHA a8a739aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2410ec8 - Browse repository at this point
Copy the full SHA 2410ec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 233af67 - Browse repository at this point
Copy the full SHA 233af67View commit details -
Configuration menu - View commit details
-
Copy full SHA for c802ebb - Browse repository at this point
Copy the full SHA c802ebbView commit details
Commits on Feb 29, 2024
-
707: Changed GroupedMenuItemList to take a single props parameter tha…
…t has includedGroups. Renamed and moved a few types around. Improved/added some comments.
Configuration menu - View commit details
-
Copy full SHA for 24365a2 - Browse repository at this point
Copy the full SHA 24365a2View commit details -
707: In grouped-menu-item-list.component, wrapped calculation of item…
…s and allowForLeadingIcons in useMemo
Configuration menu - View commit details
-
Copy full SHA for 4ec4c99 - Browse repository at this point
Copy the full SHA 4ec4c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d5d83 - Browse repository at this point
Copy the full SHA f2d5d83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e6b98 - Browse repository at this point
Copy the full SHA 43e6b98View commit details -
424: Put convoluted foreach back to items.map (and now the linter is …
…okay with it) Added warning when unexpected property on columns is not a valid column
Configuration menu - View commit details
-
Copy full SHA for 3e1c307 - Browse repository at this point
Copy the full SHA 3e1c307View commit details