aboutsummaryrefslogtreecommitdiff
path: root/src/ClientUtils.ts
AgeCommit message (Collapse)Author
2024-10-07refactored imageUrlToBase64 into clientUtils. lint fixes.bobzel
2024-10-02added showTags button for cardView. fixed unnecessary invalidations of ↵bobzel
TagsView based on child screenToLocal changing when its not rendered.
2024-09-04more fixes for calendarBox to preserve selection when view changes.bobzel
2024-09-04updated calendars to support times of events and to render evdnts at the ↵bobzel
correct time.
2024-09-04made calendarBox workbobzel
2024-08-21more lint fixes after updatebobzel
2024-08-12more any -> type fixesbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-22adding type fixes to avoid 'any'sbobzel
2024-07-18starting to remove anysgeireann
2024-07-12some code type cleanupgeireann
2024-07-11fixed transforms for treeView. cleanedup/commented some code.geireann
2024-05-08fixed text selection on web pages. cleaned up gptSummarize to work on any text.bobzel
2024-04-30broke out clusters code from freeformview to its own file. cleaned up a bit.bobzel
2024-04-29eslint fixes.bobzel
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.
2024-04-19lint fixes.bobzel