aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-05-10Merge pull request #170 from brown-dash/james-server-statsbobzel
James - remFromList fix
2023-05-09fixed exporting to work with collections that have no assets, and with ink ↵bobzel
documents. cleaned up some unused fields. added more explicit support for flashcards.
2023-05-08more fixes for tags - removed #<tag> fields. just use 'tags' now.bobzel
2023-05-08fixed dragging inkMask strokes. fixed background color/fill for strokes. ↵bobzel
fixed send to back. changed #tags to be a list
2023-05-06remove unused import from utils.tsJames Hu
2023-05-06clean up and comment remFromListJames Hu
2023-05-05fixed issues with webpages that use brotli encodingbobzel
2023-05-04First attempt at remfromlsitJames Hu
2023-05-03fixed pinning template text documents with content to save and restore the ↵bobzel
actual text.
2023-05-02fixed ink erasing when stroke intersects at endpoint. attempted performance ↵bobzel
improvement as well. bug fix for selecting strokes that are not active.
2023-05-02fixed tooltips on color/dropdown buttons. removed fill color button from ↵bobzel
ink tools - use the main fill button now (when in an ink mode)
2023-05-02fixed ink stroke text box placement. fixed opening metadata from ↵bobzel
OverlayView. Made trail videos a novice feature.
2023-05-01fixed RecordingBox/View serialization to save docid, not Doc.bobzel
2023-04-28fixed open in lightbox from doc decorations. fixed resizing text docs that ↵bobzel
are not fitWidth => artifact is that pdf's don't preserve aspect until they are resize vertically to establish a nativeHeight unless they are created with nativeHeight set.
2023-04-28added RTF cell type for schema. fixed formatting DateFields so that they ↵bobzel
can be set from kvp/schema. prevented on infinite loop possibility when setting proto to itself.
2023-04-27removing unused code - viewspecscript and x,y in slowloaddocumntsbobzel
2023-04-27another fix for fieldInfosbobzel
2023-04-27merged with masterbobzel
2023-04-27one more fix to setting on data/layout for undefined values on '_' fields.bobzel
2023-04-27from last - fix for fill down to write to layout /data doc properly.bobzel
2023-04-27fixed some undo issues with schema fill down. added bool cell view. added ↵bobzel
UI for showing/setting values on layout vs data docs.
2023-04-27from lastbobzel
2023-04-27forced 'hidden' documents to appear in schema. added colorizing/underlining ↵bobzel
to schema cells to indicate if value is on layout, data, or proto
2023-04-27fixed retrieving fields in schema view.bobzel
2023-04-27performance tuning for schema views to avoid re-rendering each table cell ↵bobzel
when child docs change.
2023-04-27fixed editing schema cells with keyboard onlymehekj
2023-04-27updated some text shortcuts and enabled selecting regions to make ↵bobzel
footnoes/elided text.
2023-04-27added proper scaling of multi-selections and groups. fixed pinViewport to ↵bobzel
work again.
2023-04-27trying to get schema keyboard controls workingmehekj
2023-04-26fixed selection with sorted docsmehekj
2023-04-26fixed schema row arrow key movement and scrollingmehekj
2023-04-26from lastbobzel
2023-04-26added cheatsheet and shortcut for viewing text shortcuts. changed menu ↵bobzel
organization slightly for viewability.
2023-04-26added stats button to mainviewbobzel
2023-04-26fixed filters - checkboxes generated when options are less than 20, added ↵bobzel
-undefined- as distinct value option. fixed pointer evcents for docs on pdfs
2023-04-25fixed search to not search through markersbobzel
2023-04-25added shortcuts to text toolbar. changed text hyperlink shortcut to search ↵bobzel
through documents by title before linking to a new document.
2023-04-25fixed text footnotes to not overflow over the left edge of the box. updated ↵bobzel
a few markdown command syntaxes.
2023-04-24crappy version of schema image cell preview on hovermehekj
2023-04-24added text rule for switching to alternate text.bobzel
2023-04-24fixed interactions with sidebar stacking views.bobzel
2023-04-24fixed pile view to be resizable.bobzel
2023-04-24resized alternate text iconbobzel
2023-04-24from lastbobzel
2023-04-24fixed creating documents in a viewAll freeform view to not have degenerate ↵bobzel
scale/x/y coords
2023-04-24fixed isContentActive=false to apply to stacking collections. fixed pile ↵bobzel
view to be faster and to work in fit content panels. fixed issues with hidden docs and freeformviews that act as lightboxes - hidden docs can be shown as the lightbox doc without modifying the hidden flag to allow collection state to be restored.
2023-04-20Merge branch 'master' of https://github.com/brown-dash/Dash-Webgeireann
2023-04-20allow repl to edit documentsgeireann
2023-04-20added schema cell types for images and datesmehekj
2023-04-19Merge branch 'master' into schema-mehekmehekj