aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
AgeCommit message (Collapse)Author
2023-06-23acls in proto so that layout acls start clearedsrichman333
2023-06-22double clicking workseperelm2
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for ↵bobzel
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos.
2023-06-21fixed double click bug for linkseperelm2
2023-06-21double click working with small bugeperelm2
2023-06-21sort groups in PropertiesViewsrichman333
2023-06-20fixing buttons tues morneperelm2
2023-06-19groups in Properties Viewsrichman333
2023-06-16PropertiesView UI updates and sharing symbol icon in heirarchy mappingsrichman333
2023-06-16fixed groups displaying in PropertiesView (sorted by the selected doc rather ↵srichman333
than the open dashboard)
2023-06-16cleaner w/ effectiveAclssrichman333
2023-06-15fixed group sharing distribution bug and group sharing in the properties menusrichman333
2023-06-15fixes post-mergebobzel
2023-06-15more merge fixessrichman333
2023-06-15merge fixessrichman333
2023-06-15properties viewsrichman333
2023-06-14Merge branch 'master' into collaboration-sarahsrichman333
2023-06-14trying to fix double clickeperelm2
2023-06-14PropertiesView changes - colors on all permissions and fixed bug with when ↵srichman333
the drop down arrow is displayed
2023-06-14basics double clicking, fixed customizable options for icons and texteperelm2
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-06-08fixed linking bug; added more iconseperelm2
- cant add icon for simulation and equation; look at more types to add icons
2023-06-08got icon through string working but broke something in linkseperelm2
2023-06-08staring on thursdayeperelm2
2023-06-07got types but trying to get iconeperelm2
2023-06-06more Symbol updating.bobzel
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-06-06started changing top section of prop menueperelm2
2023-06-06Context and link message is backeperelm2
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-17fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵bobzel
overlayDocs that are pannable.
2023-05-16updated some ink field namesbobzel
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵bobzel
filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code.
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-10Merge branch 'master' into collaboration-sarahbobzel
2023-05-08more fixes for tags - removed #<tag> fields. just use 'tags' now.bobzel
2023-05-08fixed dragging inkMask strokes. fixed background color/fill for strokes. ↵bobzel
fixed send to back. changed #tags to be a list
2023-05-04simple checkbox so that users can choose to override more private acl docssrichman333
2023-05-04properties view + sharing manager are consistent, and all text updates properlysrichman333
2023-05-02updatesrichman333
properties view, document decorations, and sharing manager show + use correct acl
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-04-04fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵bobzel
items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview
2023-03-22Merge branch 'master' into collaboration-sarahsrichman333
2023-03-22collaboration iconssrichman333
2023-03-22visual changes to collaboration on doc and in PropertiesViewsrichman333
2023-03-20cleaned up pointer events so that nested documents can be selected directly ↵bobzel
without selecting their container. fixed following link to video timeline marker. fixed focusing on groups. added didMove to DocFocusOptions to restore ability to do toggle on/off of target. fixed lockingPosition of ink strokes. fixed clicking on inkstrokes in groups to use visiblePainted instead of all for pointer events.
2023-03-11changed links from being a computed field on documents to being accessed by ↵bobzel
a function call on LinkManager
2023-03-08some cleanup of presBox properties panels. fixes for undoing some slider ↵bobzel
actions.
2023-03-08switched filters from being a document to just being a UIbobzel
2023-03-08added progressive disclosure for collections.bobzel