aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/ServerStats.tsx
AgeCommit message (Collapse)Author
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-04-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-24completing eslint passbobzel
2023-12-14a bunch more fixes to making things observable. fixed calling ↵bobzel
super.componentDidUpdate on subsclasses
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-09-21fixed following links from things with Configs to read the link following ↵bobzel
properties correctly (fixes zooming to target). fixed server stats background. fixed undoing clicking on a annotaiton button after making a text selection. fixed dropping link annotation onto text box to make a link. removed toggle sidebar type from novice.
2023-09-06added undo for removing dashboards and add to recently closed. fixed link ↵bobzel
menu to open up link editor more direclty
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-18got rid of snapshot dashboard topbar menu item. fixed server stats ↵bobzel
background. got rid of import document from doc view context menu.
2023-07-18consolidated server stats with server heartbeatbobzel
2023-04-26added cheatsheet and shortcut for viewing text shortcuts. changed menu ↵bobzel
organization slightly for viewability.
2023-04-26added stats button to mainviewbobzel