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