| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-01 | fixed inifnite loop in card view caused by bug in formattedText of adding ↵ | bobzel | |
| tagsView height to doc height. made selected docs also be focused docs in cardview. fixed tags text color to be set to black | |||
| 2024-11-01 | fixed resize problem where NaN is generated by scaling very narrow in a card ↵ | bobzel | |
| view. | |||
| 2024-10-31 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | geireann | |
| 2024-10-28 | reworked 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-24 | fixed pinning of card and carousel views. | geireann | |
| 2024-10-18 | fixed following anchors to collection card/carousel to set the ↵ | bobzel | |
| current/selected Doc | |||
| 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-17 | changed layout_isFlashcard to layout_flashcardType with value of 'flashcard' ↵ | bobzel | |
| to make it easy to search for flashcards. made carousel views able to focus() on a Doc. added ability for carousel and card views to have anchors so they can be pinned and linked. fixed pinning collections to save filters | |||
| 2024-10-17 | fixed quizMode to actually render and to get pointer events. | bobzel | |
| 2024-10-16 | major fixes to cardDeck view to simplify code and to make arch follow a true ↵ | bobzel | |
| circle arc and to fix doc sizing when fitwidth/lightbox/etc. fixes to flashcard UI for advancing to next Doc in cardView and carousel3D. | |||
| 2024-10-11 | fixes for quiz mode - comparisonbox renderSide fixes. scrolling doesn't ↵ | bobzel | |
| propagate out of carousel or card views. fix for text with image Doc - now gets saved to UPDATE_CACHE working set. | |||
| 2024-10-10 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-10-10 | minor lint fixes. | bobzel | |
| 2024-10-10 | tweaks to cardDeck view so that cards are activated when clicked, but not ↵ | bobzel | |
| selected. This is consistent with carousel behavior and allows flashcards to behave the same way. Also added advance to nexst card for card view | |||
| 2024-10-09 | changed flashcard revealOp to be set on collection, not individual flashcards | bobzel | |
| 2024-10-09 | more refactoring to of collection flashcards into CollectioSubView to ↵ | bobzel | |
| simplify using it in diferent collection views. | |||
| 2024-10-08 | extended flashcard UI to cardDecks | bobzel | |
| 2024-10-08 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-10-08 | yet another fix to cardView to make animations smooth - need to specifically ↵ | bobzel | |
| target hidingDecorations without going using IsResizing as a hack | |||
| 2024-10-07 | refactored imageUrlToBase64 into clientUtils. lint fixes. | bobzel | |
| 2024-10-07 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-10-07 | comment cleanup | bobzel | |
| 2024-10-04 | cleaning up CardDeckView so that animations work smoothly | bobzel | |
| 2024-10-02 | merged with master | bobzel | |
| 2024-10-02 | added showTags button for cardView. fixed unnecessary invalidations of ↵ | bobzel | |
| TagsView based on child screenToLocal changing when its not rendered. | |||
| 2024-09-25 | merged with master. updated filtering in carousel view. | bobzel | |
| 2024-09-23 | made dropping links marks them as svgs. fixed doc drag interactions when ↵ | bobzel | |
| items are selected to not have decorations bounce. fixed card deck to not shrink cards when card deck is short small and items are selected. fixied dragging cards when colletcion is nested to not have decorations bounce, and to allow rapid selection and dragging of cards. fixed dragging docs into/out of card view. | |||
| 2024-09-21 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-09-20 | removed assignment of OR filter mode from card view. not sure it's needed, ↵ | bobzel | |
| but shouldn't be set automatically anyway. | |||
| 2024-09-20 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-09-20 | fixed sorting by tags in card view | bobzel | |
| 2024-09-19 | merged with master -- updated filtering from cardView branch | bobzel | |
| 2024-09-19 | changed backend for filtering buttons to store only one list - the list of ↵ | bobzel | |
| icon buttons in Doc.MyFilterHotKeys. | |||
| 2024-09-19 | added stop propagation for clicking on tags and icon tags. fixed dragging ↵ | bobzel | |
| crash from doc nested in card view to card view. still needs more work for card view to honor canEmbed | |||
| 2024-09-19 | fixed filtering bug in card view | aidahosa1 | |
| 2024-09-19 | fixed hiding decorations when animating card transitions | bobzel | |
| 2024-09-18 | fixed selecting card scaling when fewer than 10 items | bobzel | |
| 2024-09-18 | carddeck tweak to heuristic to keep Docs selected docs inset within window. ↵ | bobzel | |
| tweak to layout of Docs to make arc apex based on grid Doc widths. | |||
| 2024-09-18 | lots of changes to fix dragging cards, integrate iconTags with other tags, ↵ | bobzel | |
| sizing docs when selected to fit window, | |||
| 2024-09-17 | fixed eslint started some linting | bobzel | |
| 2024-09-17 | updating packages and more cleanup of cardview merge | bobzel | |
| 2024-09-17 | cleaning up card view stuff post-merge | bobzel | |
| 2024-09-17 | ready to pull | aidahosa1 | |
| 2024-09-17 | done with comments-- pull request | aidahosa1 | |
| 2024-09-17 | Merge branch 'master' into aisosa-starter | aidahosa1 | |
| 2024-09-17 | pulling from amster wish me luck | aidahosa1 | |
| 2024-09-10 | more chat features | aidahosa1 | |
| 2024-09-02 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-08-22 | liberty | aidahosa1 | |
| 2024-08-08 | many changes to add typing in place of 'any's etc | bobzel | |
