aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CurrentUserUtils.ts
AgeCommit message (Collapse)Author
2024-05-13create technically workingaidahosa1
2024-05-12Merge branch 'master' into zach-starterZachary Zhang
2024-05-11transformations are being unbelieveably silly rnaidahosa1
2024-05-08close curve and bounding box fixeseleanor-park
2024-05-07Merge branch 'master' into aisosa-starteraidahosa1
2024-05-07hmaidahosa1
2024-05-02lots more dependency cycle unwinding.bobzel
2024-05-01more cycle import removal. fixed ndollar bugs introduced during lint changes.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-30Merge branch 'eleanor-starter' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-starter
2024-04-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-29more eslintbobzel
2024-04-27pulleleanor-park
2024-04-26fixed eraser buttons so that you can switch to the previous eraser, then ↵bobzel
click again to choose a different eraser
2024-04-24completing eslint passbobzel
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs ↵bobzel
within in RTF. Lots of lint cleanup.
2024-04-23erase multiple segments bugeleanor-park
2024-04-21more lint cleanupbobzel
2024-04-19lint fixes.bobzel
2024-04-19fixed text search highlighting. fixed first typed characfter of note to ↵bobzel
have marks.
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-14update to masterbobzel
2024-04-14Merge branch 'eleanor-starter' of https://github.com/brown-dash/Dash-Web ↵eleanor-park
into eleanor-starter
2024-04-10fixed buttons to have an embedContainer. cleaning up notetaking view - ↵bobzel
fixing colors for input buttons, fixing when buttons appear (by extending the column targe to always be 100%)
2024-04-07radius erase changeseleanor-park
2024-04-04working on implementing card logicaidahosa1
2024-04-02Merge branch 'master' into zach-starterZachary Zhang
2024-04-01fixed text toggle buttons to highlight based on selection. enabled ↵bobzel
background colors for text lists. cleaned up text insertion point setting on pointer up. fixed autoHeight for text boxes with 'auto' nodes like ordered lists.
2024-04-01from lastbobzel
2024-04-01fixed header template to be marginally functional.bobzel
2024-03-30audio box fixesbobzel
2024-03-30updated mermaids template. updated paintFunc to also render the underlying ↵bobzel
code text so that the paintFunc will update if dashFields in the code change. fixed schema views to render templates properly in preview. fixed text to only modify the data doc. changed setPixels in imageBox to not consider scaling of outer containers.
2024-03-30added Labels button for turning ink labels on/off. added Pixels and Rotate ↵bobzel
buttons for images. enabled ink as template for text : check for ink stroke data on layout doc if it's not on data doc & started to have style provider check for properties on layout doc instead of data (background color, boxShadow). fixed toggling key/value on and off when node is selected.
2024-03-30working on making flashcards from pdf with aialyssaf16
2024-03-29got rid of unused arrange/flashcards tool button modesbobzel
2024-03-29enabled %<notestyle> to switch note types. fixed linking to top-level ↵bobzel
templates (postit, idea, etc). customized postit and idea style.
2024-03-28fixed following link to pdf text selection with highlights. fixed hide ↵bobzel
key/value in dashfieldView. fixed selecting dashFieldView nodes.
2024-03-23added empty image tool and fixed createCustomView apibobzel
2024-03-19cleaned up user templates to not get changed on reload. made setting a ↵bobzel
template add it to the template tools list and as a tools button. fixed linking to parts of a template. fixed disappearing templates caused by stacking view set a field with an empty key. updated field assignment syntax in trees, dash field views, and key value box to all use :,:=,=,=:= syntax. added text elide button. added @(title) syntax for hyperlinking. made using a template both inherit from the template to get default values and use the template to render. fixed submenu placement of context menu. updated RTF markdown doc.
2024-03-12fixZachary Zhang
2024-03-12Merge branch 'zach-starter' of https://github.com/brown-dash/Dash-Web into ↵Zachary Zhang
zach-starter
2024-03-12Merge branch 'master' into alyssa-starteralyssaf16
2024-03-12made text templates be both layout templates and prototypes of new text ↵bobzel
documents. fixed onPaint funcs to be undoable. fixed comparisonBox to render a text box if it's fieldKey has a richtext field - this makes flashcard templates much easier. fixed right-click on hyperlinks to bring up menu. fixed layout_centered to be settable on templates. added enable flashcard property for text.
2024-03-10testZachary Zhang
2024-03-10Merge pull request #302 from brown-dash/aj-starterbobzel
changed logo for Notes and PPT Slide in tool menu
2024-03-10Merge branch 'master' into zach-starterbobzel
2024-03-09added a template button to top bar to set default layout. fixed show title ↵bobzel
when value is a list. fixed typeahead for createing notes with templates.
2024-03-08cleaned up MakeTemplate api and currentUserUtils templates for clicks etc.bobzel
2024-03-07fixed several things related to templates for labels (used as icons) and ↵bobzel
FontIconboxes. Also made labels non uniformly resizable .
2024-03-06add diagram documentZachary Zhang