aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/KeyValueBox.tsx
AgeCommit message (Expand)Author
2025-04-15fixing summary/elision text node to work better with lists or hierarchical te...bobzel
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts by...bobzel
2025-03-30changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ...bobzel
2025-03-27fix so that schemacellfield doesn't trigger a finalizeEdit when it's not edit...bobzel
2025-03-26fixed keyValue box assignments so that '_' assigns to template unless value s...bobzel
2025-03-23more _props.Document to .Document refactoring. type updates to prosemirrort...bobzel
2025-03-23updated more [DocData] to .$ thingsbobzel
2025-03-21trying to improve how data / layout / root and templtae docs are accessed.bobzel
2024-10-13fixes to scripting to generate errors to allow schema view to enter strings t...geireann
2024-09-06fixed tagsView assignment to metadadtafieldbobzel
2024-08-09a bunch more typing fixes.bobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-05-02another push to remove cycles by pushing things onto Doc and DocumentViewbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-19fixed text search highlighting. fixed first typed characfter of note to have...bobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-28fixed keyvaluebox to show props document, never the doc in the fieldKey slot....bobzel
2024-03-26added empty image tool and click on empty image to select from filesystem. ...bobzel
2024-03-23made backspace deleting a schema row undoable. fixed calling chat on string ...bobzel
2024-03-19cleaned up user templates to not get changed on reload. made setting a templ...bobzel
2024-03-17fixed displaying of chat gpt query to use (( )) notation. allow '"'s in chat...bobzel
2024-03-17use metakey to edit computedfield result instead of expression in schema cell...bobzel
2024-03-12made text templates be both layout templates and prototypes of new text docum...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
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 @co...bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-01cleaning up documentview props. got rid of special cases for keyValueBox. ...bobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-04cleanupbobzel
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted pres<Pr...bobzel
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for drag/drop...bobzel
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13changed EditableViews to support oneline and multiline. Also added transform...bobzel
2023-04-28added RTF cell type for schema. fixed formatting DateFields so that they can...bobzel
2023-04-27merged with masterbobzel
2023-04-27fixed some undo issues with schema fill down. added bool cell view. added U...bobzel
2023-04-20allow repl to edit documentsgeireann
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ...bobzel
2023-03-27changed longPress to always select and to show decorations. fixed single/dou...bobzel
2023-03-24from lastbobzel
2023-03-24fixed key value to allow strings to be entered without quotesbobzel
2023-03-23changed showing keyvalue panes to not create a document, but to use the Layou...bobzel
2023-01-30fixed pointerEvents for text box footnotes. fixed keyvalue editing to not ty...bobzel
2022-11-17mostly changing strings to enumsbobzel
2022-10-25fixed up dragging fields from key value pane to support numbersbobzel
2022-08-23changed dragging off Key column header to create a view of the field, not a t...bobzel
2022-04-25fixed key value pane to allow setting values on templates using "_" prefix.bobzel