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