aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.tsx
AgeCommit message (Collapse)Author
2022-02-15added a single commentGeireann
2021-11-30fixed warnings/errors. added inkingStroke comments. need to double-click ↵bobzel
now to add a point to an ink stroke.
2021-10-26updatedg314
2021-10-21page rankdg314
2021-09-16added search() component method. changed search menu to call search on ↵bobzel
documents that match search string. added seach bar for web pages.
2021-09-14merged with masterbobzel
2021-09-14addition of tooltips and minor formatting improvements in search paneldg314
2021-09-02Many updatesgeireann
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent
2021-08-26fixed warnings/errorsbobzel
2021-08-18added search linkinggeireann
2021-08-17more updatesgeireann
2021-08-17Merge branch 'linking-anh' of https://github.com/brown-dash/Dash-Web into ↵geireann
linking-anh
2021-08-17import cleanupgeireann
2021-08-16minor updatesdg314
2021-08-16rootDoc bug fixdg314
2021-08-16minor changesdg314
2021-08-16testingdg314
2021-08-16small changesdg314
2021-08-14testingdg314
2021-08-05Update SearchBox.tsxgeireann
2021-08-05importsdg314
2021-08-05commentsdg314
2021-08-04search panel updatesdg314
2021-07-29search panel updatesdg314
2021-07-17search boxdg314
2021-07-17initial search paneldg314
2021-07-17mergingusodhi
2021-07-12Changed "schemaView" :arrow_right: "collectionSchema"geireann
So style is consistent with other folders
2021-07-08fixed file path mess0x85FB9C51
2021-06-24removed search db optiondg314
2021-04-03revised previoususodhi
2021-04-03made dashboard option visibleusodhi
2021-03-10fixed bugs leftover from removing docholders.bobzel
2021-03-10made initial load of filterbox much more efficient by preventing incremental ↵bobzel
invalidations. fixed display of sliderBox filters.
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for ↵bobzel
pdfs and stacking views. still some bugs.
2021-02-18added preliminary cookie mechanism for making documents appear after ↵bobzel
focusing on a document which sets a cookie. converted catalog to new "file system" tree view.
2020-12-23UI styling changesMelissa Zhang
2020-12-10removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages ↵bobzel
to allow dash annotations again.
2020-10-25changed title to be gray when an undo batch has not completed. useful for ↵bobzel
debugging mostly.
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-16updated user initialization code to not generate server traffic when ↵bobzel
creating a new account. set user accounts to update their cache 2.5s after login.
2020-10-16fixed compile warn ings.bobzel
2020-10-15fixed warningsbobzel
2020-10-10fixed docFilters to use up one string field, not 3. makes adding/removing ↵bobzel
to lists incrementally work with new server code.
2020-10-08added hack to save startup state. fixed runtime failure by restoring imports ↵bobzel
in main.tsx
2020-10-05fixed search over DB to not use quotes when setting field column filters.bobzel
2020-09-23fixed exception when changing acls in shared collection. fixed adding ↵bobzel
document to shared colleciton to not give permsissions to sharer automatically
2020-09-21changed acls so that only an admin owner distributes them when a doc is ↵bobzel
added. changed default acls to be Add by default when not in private mode. restored filtering from search bar for developer mode.
2020-09-18changed ACL to acl. fixed title to read values from data doc ↵bobzel
preferentially over layout doc.
2020-09-02fixes to sidebar filter. still need some more work.bobzel