aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/ContextMenuItem.tsx
AgeCommit message (Collapse)Author
2024-12-16fixed api for creating an image using another image as a structure reference.bobzel
2024-10-04from lastbobzel
2024-10-01Merge branch 'master' into nathan-starterbobzel
2024-10-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-08-29made smartDraw autoFocus and be available from : menubobzel
2024-08-25border workNathan-SR
2024-08-09a bunch more typing fixes.bobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-19cleaned up user templates to not get changed on reload. made setting a ↵bobzel
template add it to the template tools list and as a tools button. fixed linking to parts of a template. fixed disappearing templates caused by stacking view set a field with an empty key. updated field assignment syntax in trees, dash field views, and key value box to all use :,:=,=,=:= syntax. added text elide button. added @(title) syntax for hyperlinking. made using a template both inherit from the template to get default values and use the template to render. fixed submenu placement of context menu. updated RTF markdown doc.
2024-01-27made dataViz nodes linked to schema nodes update automatically as cahnges ↵bobzel
are made. fixed user created templates from disappearing from menu, and made them work. added toJavascriptString and made DashField views convert to text. added support for turning text into javascript rendering (paint) code.
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-08-26updated userColor,etc refsbobzel
2023-08-25condenseSophie Zhang
2023-08-25changed icon, added gen ai doc linkSophie Zhang
2023-07-21fixed additional colour issuesGeireann Lindfield Roberts
and - updated redo shortcut - fixed some things with the tree view (particularly the sorting)
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵bobzel
filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code.
2022-12-23fixed pinning items at frame 0 of an animated collection.bobzel
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-06-23from lastbobzel
2022-06-23fixed : contextMenu . fixed some fitWidth issues for text where heights ↵bobzel
weren't working right
2021-09-24refactored trim stuff out of audiobox into collectionstackedtimeline so that ↵bobzel
videobox can reuse trimming
2021-09-02Many updatesgeireann
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent
2021-08-25UI updates - more neededgeireann
2021-04-08made "search" only appear if context menu is > 15 items.bobzel
2020-11-22extended clusters to support user groups. made clusters select contents on ↵bobzel
click. made send to back/ bring to front apply to entire selection.
2020-09-14fixes to sidebar menus to simplify them for novices. fixed clearAll menu itemsbobzel
2020-09-02got rid of layout checkanika-ahluwalia
2020-09-02context menu bug fixanika-ahluwalia
2020-09-01initial commitanika-ahluwalia
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-07-26made linkButtons automatically hide blue link dot, rearraned some context ↵Bob Zeleznik
menu items and added an optional divider prop
2020-07-23cleaned up contextMenus a bitBob Zeleznik
2020-07-13switched context menus to be less hierarchical.Bob Zeleznik
2020-04-26fixed multi/col/row views to work with templates. fixed context menu ↵Bob Zeleznik
subitems to appear on screen. fixed tree view display of text nodes.
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-09-12cleaned up menus. simplified making custom views through template dropdown menubob
2019-09-11cleaned up ScriptBox EditScript's restructured menus for dealing with ↵bob
onClicks... exposed more layout paramters for EditableViews.
2019-09-11added start of parameterized button makerBob Zeleznik
2019-09-10fixed up some stuff with portals and added a ButtonBox menu item for ↵bob
running scripts over a collection
2019-09-06changed sub-menu pop up location. added rotation jitterBob Zeleznik
2019-08-04handled all edge cases for continuous recordingSam Wilkins
2019-07-28templating fixes, context menu undo streamliningSam Wilkins
2019-07-28undoable prop for context menu commandsSam Wilkins
2019-07-27margin tweakSam Wilkins