aboutsummaryrefslogtreecommitdiff
path: root/src/ClientUtils.ts
AgeCommit message (Collapse)Author
2025-05-19fixed text boxes to calculate height correctly. removed usertag ↵bobzel
modification time in text. fixed masonry and stacking views with pivots.
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-04-11fixed ViewGuid generation to never start with a number (enables text boxes ↵bobzel
to have css specific to a single Doc). cleaned up '%' style rules for text boxes. cleaned up custom style sheets in text boxes to only be created when needed and to improve highlighting bold text with context.
2025-02-26made ai. button draggable to regenerate images.bobzel
2025-02-20from lastgeireann
2025-02-10code cleanup in createDocumentTool. added childLayoutFitWidth to ↵bobzel
comparisonBox so flashcards can fill window.
2025-01-13changing ai for images and collections to work mostly the same way. fixes ↵bobzel
for document view/collection/images to keep things working when the ai editor view reduces the rendered document size. fixed so that freeform views overlaid on images/vieos/etc have the ui menu items of collections.
2024-11-01fixed resize problem where NaN is generated by scaling very narrow in a card ↵bobzel
view.
2024-10-30reworked how context menu buttons for ink and text work. added ↵bobzel
disableMixBlend for making transparent docs not use 'multiply'.
2024-10-10Merge branch 'master' into alyssa-starterbobzel
2024-10-07refactored imageUrlToBase64 into clientUtils. lint fixes.bobzel
2024-10-04more lint fixes to schema view changes.bobzel
2024-10-02Merge branch 'master' into nathan-starterbobzel
2024-10-02added showTags button for cardView. fixed unnecessary invalidations of ↵bobzel
TagsView based on child screenToLocal changing when its not rendered.
2024-10-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-09-17cleaning up card view stuff post-mergebobzel
2024-09-17Merge branch 'master' into aisosa-starteraidahosa1
2024-09-17Merge branch 'master' into aisosa-starteraidahosa1
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-19start on field renderingNathan-SR
2024-08-12more any -> type fixesbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-30Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-07-22adding type fixes to avoid 'any'sbobzel
2024-07-18starting to remove anysgeireann
2024-07-14Merge branch 'master' into aisosa-starteraidahosa1
2024-07-12some code type cleanupgeireann
2024-07-11fixed transforms for treeView. cleanedup/commented some code.geireann
2024-06-18work on sortNathan-SR
2024-06-14background color for highlighted cells done (why did this take 2 hours ~_~)Nathan-SR
2024-06-04changesaidahosa1
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