aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresBox.tsx
AgeCommit message (Collapse)Author
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-03-23updated more [DocData] to .$ thingsbobzel
2025-03-21trying to improve how data / layout / root and templtae docs are accessed.bobzel
2025-03-13cleaned up how Presboxelement finds PresBoxbobzel
2025-02-10fixed presbox numerical text input to be editablebobzel
2025-02-10added dictation buttons to chatboxbobzel
2025-02-10code cleanup in createDocumentTool. added childLayoutFitWidth to ↵bobzel
comparisonBox so flashcards can fill window.
2025-02-06from last - fixes to showing ease funcs/preview only when appropriate.bobzel
2025-02-06overhaul of presbox properties ui + fixing bugs with progressivize highlight ↵bobzel
expanding
2025-02-05cleanup of presbox properties.bobzel
2025-02-04fixing up gpt and animation panel in presbox.bobzel
2025-02-03fixed crash switching to tree view in presbobzel
2025-02-03fixed pres animation of colection that's progresivized by removing ↵bobzel
dataTransition assignments that made no sense.
2025-02-03fixed defaults for roll animations effect. fixed hideBefore pres effect to ↵bobzel
not show Doc before effect starts
2025-01-01monorepo setupGeireann Lindfield Roberts
2024-10-28reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵bobzel
boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox.
2024-10-18fixed following anchors to collection card/carousel to set the ↵bobzel
current/selected Doc
2024-10-18fixed tab switching instead of bringing up a lightbox when following link to ↵bobzel
doc in different tab.
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-08-15fixed dropping on multi col/row collections with marginsbobzel
2024-08-15fixed emptyPath typebobzel
2024-08-15cleaned up server list add/rem.bobzel
2024-05-20from lastbobzel
2024-05-16refactor/cleanup of pres animations. changed effects to start halfway ↵bobzel
through a zoom transition.
2024-05-15lint cleanupbobzel
2024-05-15merged with new eslint codebobzel
2024-05-15more cleanupbobzel
2024-05-14stop dictationSophie Zhang
2024-05-14change docs urlSophie Zhang
2024-05-14Merge branch 'master' into sophie-pres-transitionsSophie Zhang
2024-05-14docsSophie Zhang
2024-05-14docsSophie Zhang
2024-05-14add fields to customizationSophie Zhang
2024-05-14cleaning, bug fixingSophie Zhang
2024-05-14bug fixingSophie Zhang
2024-05-09started cleanupSophie Zhang
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-02focusSophie Zhang
2024-05-02lots more dependency cycle unwinding.bobzel
2024-05-01bug fiixngSophie Zhang
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-30pre deleting unneededSophie Zhang
2024-04-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ↵bobzel
CollectionFreeForm stiuff
2024-04-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-28fix transform originSophie Zhang
2024-04-28click previewSophie Zhang
2024-04-28save progSophie Zhang
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-25ui framework for effect animationsSophie Zhang
2024-04-24fixed search on pdfs to display results when pDF is not selected. fixed ↵bobzel
presentation transitions to animate. changed so that annotaitons on pdfs would highlight when following a pres slide. fixed scrolling to annotations (and other viewSpecs) from presentations by using the slide target, not the slide as the focus document. cleaned up search and fixed to unhighlight searches on close. fixe pdf search unhighligting to work.