<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Dash-Web.git/src/client/util/ServerStats.tsx, branch master</title>
<subtitle>A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
</subtitle>
<id>https://www.git.mfoi.dev/Dash-Web.git/atom?h=master</id>
<link rel='self' href='https://www.git.mfoi.dev/Dash-Web.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/'/>
<updated>2024-08-08T16:27:40Z</updated>
<entry>
<title>many changes to add typing in place of 'any's etc</title>
<updated>2024-08-08T16:27:40Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2024-08-08T16:27:40Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=4574b7f03ccc85c4bebdbfd9475788456086704f'/>
<id>urn:sha1:4574b7f03ccc85c4bebdbfd9475788456086704f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed acl- and some other field- to acl_ and field_ style</title>
<updated>2024-04-30T05:10:20Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2024-04-30T05:10:20Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=6de58d7ecbfd14beb7389c6ff56e764b5c00ba25'/>
<id>urn:sha1:6de58d7ecbfd14beb7389c6ff56e764b5c00ba25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>completing eslint pass</title>
<updated>2024-04-24T22:12:30Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2024-04-24T22:12:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=b1376d401e709515cee078cc08b05fd3fb89caeb'/>
<id>urn:sha1:b1376d401e709515cee078cc08b05fd3fb89caeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a bunch more fixes to making things observable.  fixed calling super.componentDidUpdate on subsclasses</title>
<updated>2023-12-14T05:07:52Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2023-12-14T05:07:52Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=cebe9d2a567c20b99c8c394cfa598ee9d4d53ece'/>
<id>urn:sha1:cebe9d2a567c20b99c8c394cfa598ee9d4d53ece</id>
<content type='text'>
</content>
</entry>
<entry>
<title>massive changes to use mobx 6 which means not accessing props directly in @computed functions.</title>
<updated>2023-12-11T01:19:27Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2023-12-11T01:19:27Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=380ee1acac1c0b7972d7d423cf804af146dc0edf'/>
<id>urn:sha1:380ee1acac1c0b7972d7d423cf804af146dc0edf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed following links from things with Configs to read the link following 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.</title>
<updated>2023-09-21T23:38:19Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2023-09-21T23:38:19Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=6c0ba23d9823adfedf9011f1ca81c6c4b971b4a3'/>
<id>urn:sha1:6c0ba23d9823adfedf9011f1ca81c6c4b971b4a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added undo for removing dashboards and add to recently closed. fixed link menu to open up link editor more direclty</title>
<updated>2023-09-06T16:11:23Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2023-09-06T16:11:23Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=530294ae0b4721f07ddbfdd584ed91ff07cdc5e3'/>
<id>urn:sha1:530294ae0b4721f07ddbfdd584ed91ff07cdc5e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated file system to include recentlyClosed, Shared, and Dashboards and 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.</title>
<updated>2023-08-09T19:21:20Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2023-08-09T19:21:20Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=4c8eee9811abd072d2a6adfe24eaf04f980ccf21'/>
<id>urn:sha1:4c8eee9811abd072d2a6adfe24eaf04f980ccf21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>got rid of snapshot dashboard topbar menu item. fixed server stats background.  got rid of import document from doc view context menu.</title>
<updated>2023-07-18T16:57:46Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2023-07-18T16:57:46Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=cc36dc14d32ee15727ed6153b019e80586b8285e'/>
<id>urn:sha1:cc36dc14d32ee15727ed6153b019e80586b8285e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>consolidated server stats with server heartbeat</title>
<updated>2023-07-18T14:33:55Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2023-07-18T14:33:55Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=16a1b7de3ec26187b3a426eb037a5e4f4b9fcc55'/>
<id>urn:sha1:16a1b7de3ec26187b3a426eb037a5e4f4b9fcc55</id>
<content type='text'>
</content>
</entry>
</feed>
