aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/button
AgeCommit message (Collapse)Author
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-20lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵bobzel
without rebuilding the DB.
2022-06-17updated fontIconBadge to use 'viewed' list to decrement value when items are ↵bobzel
viewed. cleaned up how sharedDoc is setup in currentUserUtils to allow updates to not require rebuilding DB
2022-06-08merge with masterbobzel
2022-06-05merged with master and added transcription icon view for recognized inkbobzel
2022-06-05refactored writing mode code into InKTranscriptionNaafiyan Ahmed
2022-06-05refactored writing mode codeNaafiyan Ahmed
2022-06-05cleanupmehekj
2022-06-03fixed opening closed tabs from Files sidebar to re-use best Alias before ↵bobzel
making a new alias.
2022-06-03Merge branch 'master' into presentation_upgradebobzel
2022-06-02Merge branch 'inking-naafi-mehek' into master-cleanupmehekj
2022-05-31added a pop up menu for viewing dashField view collection. added a menu ↵bobzel
button for turning off autoLinking to text selection. added ability to add button to top contextMenu buttons without blowing away db.
2022-05-20some cleanup of currentUserUtils. css fixes for fonticon boxes with labelsbobzel
2022-05-20adjusted placement of fonticonbox labelsbobzel
2022-05-20moved explore mode to topBar. fixed highlighting of overlay toggle. fixed ↵bobzel
pointerEvents on lockedPosition collectoins that are not children of a free form view.
2022-05-02fixed scaling ink label in lightbox,etc views. changed ink strokes so that ↵bobzel
clicking on label of closed stroke is lower preceden than clicking on line. fixed fontsize UI for setting ink label sizes. can no longer slide ink pts that are cusps along curve.
2022-05-02working on getting subgroups to workNaafiyan Ahmed
2022-04-28merged and getting started on mapping algoNaafiyan Ahmed
2022-04-28added basic code for subgrouping transcribed textNaafiyan Ahmed
2022-04-28fixed timestamps and added some scalingmehekj
2022-04-14auto transcribes on groupingmehekj
2022-04-12revert presbox & treeview onclick focusAubrey Li
2022-04-12made changes to ink groupingNaafiyan Ahmed
2022-04-07removed redundant commitNaafiyan Ahmed
2022-04-07added grouping and write mode vs pen modeNaafiyan Ahmed
2022-04-05added basic grouping when exiting pen modeNaafiyan Ahmed
2022-04-04cleaned up warnings. fixed ink to work better with it's label boxes by not ↵bobzel
letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-02-10switched scripts to use a cache to avoid recompiling. simplified some things ↵bobzel
with documentView and zooming to avoid invalidations.
2021-12-03cleaned up text alignment buttons & initialization in formatted text boxbobzel
2021-10-28adding eraser tool to menuLauren
2021-09-29support drawing of closed ink shapes. fixed highlight state of pen button on ↵bobzel
startup
2021-09-23minor fixes.bobzel
2021-09-23small schema UI tweakGeireann
2021-09-22fixed dropdowns to be over documentdecorations by moving top menu bar out of ↵bobzel
maincontent area and giving it a higher z-index than DocDecorations. fixed toggle behavior of shape drawing modes. made color dropdown state be runtime only (doesn't write to data model) -- need to decide if that's what we want.
2021-09-22fixes for fontcolor dropdown to be continuous as pointer moves.bobzel
2021-09-22fixed runtime bug inside toggleBold(). removed print statements.bobzel
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-09-20fixed retrieving fillColor for color button menu option.bobzel
2021-09-13fixed clicking on link drag button to create doc in sidebar for RTF documents.bobzel
2021-09-13from lastbobzel
2021-09-13fixed transparency for colorButtonsbobzel
2021-09-13fixed errors and warnings.bobzel
2021-09-12updates pres so it workskimdahey
2021-09-12Update FontIconBox.scssGeireann Lindfield Roberts
2021-09-10cleaned up ink button behaviors -- fixed setFill to just set the fill, not ↵bobzel
the background color of the selected document.
2021-09-10made web page menu UI functional. made ink show up in minmimap.bobzel
2021-09-09added SelectionManager.Docs() to avoid having to dereference props to get at ↵bobzel
the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF.
2021-09-08made setting background undoable. added setting header color/visibility ↵bobzel
from main toolbar. made changing header contents possible using #<key>(;<key)* syntax