aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SettingsManager.tsx
AgeCommit message (Collapse)Author
2024-03-14fixed disabling info ui to keep it off -- use settings manager to turn it ↵bobzel
back on.
2024-02-05changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed ↵bobzel
link description editing popup. fixed showing link editor in property view - still some weirdness in what is selected. fixed dragging tree view items to set dragData.treeview and be able to drop at bottom of tree. fixed addFolder menu option for TreeViews to add locally.. added a function to collect all docs of a given tag into a collection. fixed setting default font size to update autolayouts. changed dropping link onto same collection to not leave pushpin. fixed minimap thumb updating. added fieldvalue dropdown for dashFieldViews in text.
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵bobzel
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto()
2023-12-29fixed sidebar button highoighting. fixed explore mode.bobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-11-10tweaked keyboard modifiers for pan & zoom modes so that ctrl drag is ↵bobzel
distinguishable from pinch zoom
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots ↵bobzel
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons.
2023-10-26enabled different title colors per doc, not just per user. added support for ↵bobzel
screen space doc titles, and for proper title clipping when borderRadius is set. added dropdown for setting title field to display and tweaked editableView to enable ellipsis for overfow
2023-09-19fixed match system color settings.bobzel
2023-09-14added a disable slider for sharing UI in document decorationsbobzel
2023-09-08don't remove current recording from overlay, added closeOnSelect option for ↵bobzel
dropdown. place recording box on screen. fixe overlayView to keep views on screen. fixed schema view checkboxes. don't cause tab to rerender when colelctoin type changes. add dropdown to filter indicator to find filters.
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-08-27working cleanup versionbobzel
2023-08-27more cleanupbobzel
2023-08-22Merge branch 'master' into sophie-global-link-pathgeireann
2023-08-22from lastgeireann
2023-08-22global showLinkLines toggleSophie Zhang
2023-08-22fixed some errorsbobzel
2023-08-14mergesrichman333
2023-08-10out of data version alert client sidebobzel
2023-08-10from lastbobzel
2023-08-09updated version numbergeireann
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.
2023-07-18.Sophie Zhang
2023-07-17so many updatesGeireann Lindfield Roberts
2023-07-11updated settings managerGeireann Lindfield Roberts
- fixed some things with top toolbar and refactored files - removed FontIconBadge
2023-05-17changed creationDate to author_date. fixed undo bug with webboxes. fixed ↵bobzel
menu problems with Open New Embedding and moved some collection menu items to buttons/
2023-05-14major overhaul of field naming conventions.bobzel
2023-03-23fixed pointer events for doc contents with onClickHanlders to be none when ↵bobzel
document or contents is selected. fixed stackingView text boxes that are focused to not scroll stackingView.
2023-02-09fixed childLayoutString to work. made images capable of fitWidth. fixed ↵bobzel
animating data field pres changes. fixed lightbox to ignore annotations on collections. fixed double-click on icon to open in lightbox. added options for turning off ink labels, and opening ink in lightbox. fixed closing ink strokes by dragging. fixed drawing ink to use coord sys of starting point and to render ink the correct width and to honor GestureOverlay mode properly. .
2023-02-04image background color determines opacity of image (independently of ↵bobzel
annotations over image). enabled scrolling of images when in fitWidth mode. added disabling of text labels in ink shapes.
2022-12-23fixed scroll pan vs. zoom option and uibobzel
2022-10-24added first draft version of scrolling up and scrolling sidewaysgeireann
2022-10-18cleaned up gestureutils a bit. added recognize gestures option, but it ↵bobzel
probably shouldn't be used until the geometry gesture recognition descriptions are improved.
2022-09-20updated homepage viewGeireann Lindfield Roberts
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-24fixed highlighting readonly mode. simplified away some async stuff on load.bobzel
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
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
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-08-09fixed augment only text to resize correctly with autoheight. fixed acls to ↵bobzel
cache correctly for new documents. fixed links to be shared across users. fixed links to always default to public.
2021-07-29lots of updates!geireann
2021-05-25fixed userColors to be set on mySharingDocs data document. fixed so that ↵bobzel
field is userColor everywhere (not color).
2020-11-30fixed react warningbobzel
2020-11-29redesigned settings popupSally Chen
2020-10-01major performance fix by adding a SharingDocument to the user's DB account ↵bobzel
so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary.
2020-09-28fixed display of info about pdf annotations. made userColor change ↵bobzel
background color of settings dialogue.
2020-09-17restored template button option for customizing layout but added a Full ↵bobzel
Toolbar mode to enable it.
2020-09-17changed text box headers from a template to a title bar.bobzel