| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-10 | fixed naming of image template fieldKey for images. | bobzel | |
| 2025-05-10 | changed how we corsProxy web pages to be simpler and work better. changed ↵ | bobzel | |
| dragging off annotations after text selections to only create a text doc whent the drop target is the parent collection -- otherwise links are created. | |||
| 2025-05-10 | added an imageTemplate ui button. | bobzel | |
| 2025-05-09 | added user templates to template_user global field. fixed schemas to not ↵ | bobzel | |
| erase field values when setting a new column name. fixed templates to render properly when switching by fixing contentsRef to be observable. fixed templates with fields in stacks to autoHeight update correctly by . fixed images in templates to set their nativeDim after rendering. fixed text views of descriptions to auto-updated by setting the modification date of the description field. | |||
| 2025-04-22 | protoype version of scrapboxBox. added rejectDrop prop to prevent drops on ↵ | bobzel | |
| child documentviews | |||
| 2025-04-22 | adding drop handling code for scrapbookBox | bobzel | |
| 2025-04-14 | fixed how templates are expanded to avoid template sub-component conflicts ↵ | bobzel | |
| by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs. | |||
| 2025-04-10 | performance fixes for text boxes to not call screenToLocal unnecessarily. ↵ | bobzel | |
| simplifications to template data docs | |||
| 2025-04-05 | fixed multitoggle behavior to only toggle submenu closed. switched to ↵ | bobzel | |
| hard-light for masking ink. fixed to make menu toggle take effect immediately. | |||
| 2025-03-26 | fix so that views use don't use the rootDocument, but rather the current ↵ | bobzel | |
| rendering document. got rid of resolvedDataDoc -- just use rootDocument[DocData] | |||
| 2025-03-26 | from last | bobzel | |
| 2025-03-26 | from last | bobzel | |
| 2025-03-25 | fixed sizing and background of collection filter button. fixed exception in ↵ | bobzel | |
| getDescription for text labels. | |||
| 2025-03-24 | fixed iconifying collections to show image icon. fixed shortcut for using ↵ | bobzel | |
| cached template. fixed onClick prop type | |||
| 2025-03-23 | more _props.Document to .Document refactoring. type updates to ↵ | bobzel | |
| prosemirrortransfer | |||
| 2025-03-23 | updated more [DocData] to .$ things | bobzel | |
| 2025-03-04 | fixed up smartDrawHandler a bit to support svg's better. you can now drop ↵ | bobzel | |
| in a .svg file from the filesystem - still some unfinished business (arcs, background/foreground color inversion) | |||
| 2025-02-26 | added typing to PostToServer calls. made smartDraw popup create images locally. | bobzel | |
| 2025-02-19 | more gptpopup cleanup. | bobzel | |
| 2025-02-14 | major restructure of GPTPopup so that it works with all collections. | bobzel | |
| 2025-01-28 | fixed flashcard practice mode. moved doc sorting from cardDeck into ↵ | bobzel | |
| collectionSubView to apply it to all collections. | |||
| 2024-10-24 | fixed doc decorations for carousel docs. | bobzel | |
| 2024-10-18 | fixed following links/show document of items in tabs/carousel/card view to ↵ | bobzel | |
| set options.didMove correctly so that toggleTarget works. | |||
| 2024-10-16 | from last | bobzel | |
| 2024-10-16 | fixed size of flashcard ui (and other buttons) when fitWidth is set and when ↵ | bobzel | |
| Doc is resized small and zoomed out. | |||
| 2024-10-14 | reorganized comparisonBox related components -- moved stuff down into ↵ | bobzel | |
| Docs.Crete and CurrentUserUtils. changed Doc.Copy to copy Doc's in fields tagged with cloneOnCopy. Changed ComparisonBox to support hover for slide or flip views. Fixed pointerEfvents for hover in comparisonBox | |||
| 2024-10-10 | adjusted placement of flaschard practice buttons to be closer to the bottom. ↵ | bobzel | |
| Fixed being able to enter quiz mode for flaschards created as part of a stack by fixing embedContainer setting. | |||
| 2024-10-09 | more refactoring to of collection flashcards into CollectioSubView to ↵ | bobzel | |
| simplify using it in diferent collection views. | |||
| 2024-10-04 | cleaning up CardDeckView so that animations work smoothly | bobzel | |
| 2024-09-19 | Merge branch 'master' into aisosa-starter | bobzel | |
| 2024-09-19 | fixed setting rotation center. fixed not dropping docs onto themselves. | bobzel | |
| 2024-09-18 | lots of changes to fix dragging cards, integrate iconTags with other tags, ↵ | bobzel | |
| sizing docs when selected to fit window, | |||
| 2024-08-26 | converted unique faces to be a Doc type similar to a collection. | bobzel | |
| 2024-08-21 | cleanup of face recognition. some lint fixes. | bobzel | |
| 2024-08-20 | fixed up a bunch of things in face recognition | bobzel | |
| 2024-08-08 | many changes to add typing in place of 'any's etc | bobzel | |
| 2024-07-22 | adding type fixes to avoid 'any's | bobzel | |
| 2024-07-17 | feat: created smart collections | IEatChili | |
| 2024-05-10 | fixed clicking on template text when template is not selected to get focus ↵ | bobzel | |
| right. fixed treeView preDrop to compute sameTree correctly so that presbox treeview can nest documents hierarchically properly. | |||
| 2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
| 2024-04-30 | unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵ | bobzel | |
| and moving crate functions to <>Box functions | |||
| 2024-04-21 | more lint cleanup | bobzel | |
| 2024-04-19 | lint fixes. | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-04-12 | fixed auto play for trails. fixed presbox to allow drag and drop in ↵ | bobzel | |
| addition to pin button. fixed tree view to not 'move' items that have a 'copy' drop action. fixed dragPreDrop functions in tree and stacking views to use source drag action over target drop action. | |||
| 2024-03-30 | trying to cleanup import cycles | bobzel | |
| 2024-03-06 | cleaned up some dropActionType strings. fixed stackingview scrolling when ↵ | bobzel | |
| always active. fixed schemaView keys dropdown menu to be a popup. cleaned up display of key Finfo's | |||
| 2024-01-24 | several fixes to drag/drop so that dropAction's set on target work for tree ↵ | bobzel | |
| views, notetaking, formattedText, etc. make bringToFront an optional prop. | |||
| 2024-01-23 | reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵ | bobzel | |
| and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto() | |||
| 2024-01-22 | fixed schema rows to render, fix for resizing docs from left side. all ↵ | bobzel | |
| locking docs in non freeform view. fix for labelBox with multiple rows to keep top rows. cleaned up docViewPath/containerViewPath & | |||
