aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/EditableView.scss
AgeCommit message (Collapse)Author
2025-06-13updated css and project to HTML5 standards. fixed border rounding for images.bobzel
2024-06-25scrolling for field textNathan-SR
2024-06-07sort overhaul for columnheader menu cleanup (sort is now a single action, ↵Nathan-SR
not a persistent toggle; more like google sheets now)
2024-05-15columheader editing working!! (kinda hacky using readonly input revisit)Nathan-SR
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-07truncate link descriptions over link lines. Fix schema view issues with ↵bobzel
multiline inputs. fix '#' field assignment for title bar of docs. fixed dashFieldView to read fields from texstbox by fixing FindDocByTitle to not match undefind. Don't end link_description input on Enter to allow multiline inputs.
2023-05-13changed EditableViews to support oneline and multiline. Also added ↵bobzel
transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click.
2021-09-10made web page menu UI functional. made ink show up in minmimap.bobzel
2021-08-01small ui tweaksgeireann
2021-04-04mergingusodhi
2021-03-30fixed up editable textview title widths and clicking to set cursor insertion ↵bobzel
point.
2021-02-01filters changesusodhi
2020-10-22set a min width for editable views so they can be clicked on when they have ↵bobzel
no content.
2019-07-23pretty ui for changing section fitler and added base for colletion chromesyipstanley
2019-07-22fixed missing stacking view. made titles editable.bob
2019-05-12adjustments to treeview and ctrl-q pasting.Bob Zeleznik
2019-04-15fixing up small interaction issues with web pages, collections, etc.bob
2019-03-11UI pretty much stableHannah Chow