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
/
FieldView.tsx
Age
Commit message (
Expand
)
Author
2025-05-05
got rid of dash _xPadding/_yPadding in favor of just using _xMargin/_yMargin....
bobzel
2025-04-23
lots of typechecking fixes.
bobzel
2025-04-22
protoype version of scrapboxBox. added rejectDrop prop to prevent drops on c...
bobzel
2025-04-22
adding drop handling code for scrapbookBox
bobzel
2025-04-14
fixed how templates are expanded to avoid template sub-component conflicts by...
bobzel
2025-04-10
performance fixes for text boxes to not call screenToLocal unnecessarily. si...
bobzel
2025-03-30
changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ...
bobzel
2025-03-24
fixed iconifying collections to show image icon. fixed shortcut for using ca...
bobzel
2025-03-23
fixed more typing errors. fixed updateBullets to not generate error when pa...
bobzel
2025-03-23
more _props.Document to .Document refactoring. type updates to prosemirrort...
bobzel
2025-01-14
added drawing fill style reference
eleanor-park
2024-10-10
Merge branch 'master' into alyssa-starter
bobzel
2024-10-08
modified how buttons are laid out on carousel and comparison views so that te...
bobzel
2024-10-07
moved all quiz code out of LabelBox and ImageBox and into StyleProviderQuiz. ...
bobzel
2024-10-07
Merge branch 'master' into alyssa-starter
bobzel
2024-10-04
more lint fixes to schema view changes.
bobzel
2024-10-04
Merge branch 'master' into nathan-starter
bobzel
2024-10-04
cleaning up CardDeckView so that animations work smoothly
bobzel
2024-10-01
Merge branch 'master' of https://github.com/brown-dash/Dash-Web into nathan-s...
Nathan-SR
2024-09-19
merged with master -- updated filtering from cardView branch
bobzel
2024-09-17
linted cardView files after merge.
bobzel
2024-09-11
Merge branch 'master' into alyssa-starter
bobzel
2024-09-10
moved TagsView up into DocumentView so that one row of tags will be visible. ...
bobzel
2024-09-02
Merge branch 'master' into alyssa-starter
bobzel
2024-08-08
many changes to add typing in place of 'any's etc
bobzel
2024-07-24
more update of anys
geireann
2024-07-22
adding type fixes to avoid 'any's
bobzel
2024-07-18
starting to remove anys
geireann
2024-07-08
Speech to phonemes progress
alyssaf16
2024-06-28
header text no longer shifts left on hover
Nathan-SR
2024-06-06
Flashcard changes - menu added
alyssaf16
2024-05-16
moved isHovering to DocumentView as instance variable instead from FormattedT...
bobzel
2024-05-08
lots of api cleanup and cycle removal
bobzel
2024-05-06
eslint cleanup
bobzel
2024-05-02
another push to remove cycles by pushing things onto Doc and DocumentView
bobzel
2024-04-30
unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...
bobzel
2024-04-29
updating showDocument to not have to know about groups -- all group logic is ...
bobzel
2024-04-28
cleaned up explore mode to use focus(). fixed focusing on group doc elements...
geireann
2024-04-28
simplified explore mode implementation
bobzel
2024-04-24
fixed search on pdfs to display results when pDF is not selected. fixed pres...
bobzel
2024-04-21
more lint cleanup
bobzel
2024-04-17
restoring eslint - updates not complete yet
bobzel
2024-03-26
added empty image tool and click on empty image to select from filesystem. ...
bobzel
2024-03-19
cleaned up user templates to not get changed on reload. made setting a templ...
bobzel
2024-03-17
use metakey to edit computedfield result instead of expression in schema cell...
bobzel
2024-01-25
fixed script typechecking which fixes editing keyvalue pane. renamed content...
bobzel
2024-01-24
added dragConfig() to allow components to set custom docDragData fields. got ...
bobzel
2024-01-24
several fixes to drag/drop so that dropAction's set on target work for tree v...
bobzel
2024-01-23
reorganization of DocumentView, DocumentViewInternal and FieldView methods an...
bobzel
2024-01-18
lots of changes to try to simplify API for viewPaths and related
bobzel
[next]