aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSubView.tsx
AgeCommit message (Collapse)Author
2025-05-10fixed naming of image template fieldKey for images.bobzel
2025-05-10changed 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-10added an imageTemplate ui button.bobzel
2025-05-09added 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-22protoype version of scrapboxBox. added rejectDrop prop to prevent drops on ↵bobzel
child documentviews
2025-04-22adding drop handling code for scrapbookBoxbobzel
2025-04-14fixed 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-10performance 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-26fix 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-26from lastbobzel
2025-03-26from lastbobzel
2025-03-25fixed sizing and background of collection filter button. fixed exception in ↵bobzel
getDescription for text labels.
2025-03-24fixed iconifying collections to show image icon. fixed shortcut for using ↵bobzel
cached template. fixed onClick prop type
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
2025-03-23updated more [DocData] to .$ thingsbobzel
2025-03-04fixed 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-26added typing to PostToServer calls. made smartDraw popup create images locally.bobzel
2025-02-19more gptpopup cleanup.bobzel
2025-02-14major restructure of GPTPopup so that it works with all collections.bobzel
2025-01-28fixed flashcard practice mode. moved doc sorting from cardDeck into ↵bobzel
collectionSubView to apply it to all collections.
2024-10-24fixed doc decorations for carousel docs.bobzel
2024-10-18fixed following links/show document of items in tabs/carousel/card view to ↵bobzel
set options.didMove correctly so that toggleTarget works.
2024-10-16from lastbobzel
2024-10-16fixed size of flashcard ui (and other buttons) when fitWidth is set and when ↵bobzel
Doc is resized small and zoomed out.
2024-10-14reorganized 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-10adjusted 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-09more refactoring to of collection flashcards into CollectioSubView to ↵bobzel
simplify using it in diferent collection views.
2024-10-04cleaning up CardDeckView so that animations work smoothlybobzel
2024-09-19Merge branch 'master' into aisosa-starterbobzel
2024-09-19fixed setting rotation center. fixed not dropping docs onto themselves.bobzel
2024-09-18lots of changes to fix dragging cards, integrate iconTags with other tags, ↵bobzel
sizing docs when selected to fit window,
2024-08-26converted unique faces to be a Doc type similar to a collection.bobzel
2024-08-21cleanup of face recognition. some lint fixes.bobzel
2024-08-20fixed up a bunch of things in face recognitionbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-22adding type fixes to avoid 'any'sbobzel
2024-07-17feat: created smart collectionsIEatChili
2024-05-10fixed 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-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-21more lint cleanupbobzel
2024-04-19lint fixes.bobzel
2024-04-17restoring eslint - updates not complete yetbobzel
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-30trying to cleanup import cyclesbobzel
2024-03-06cleaned 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-24several 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-23reorganization 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-22fixed 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 &