<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Dash-Web.git/src/client/views/nodes/MapBox/MapBoxInfoWindow.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>2025-03-07T00:46:43Z</updated>
<entry>
<title>a bunch of changes to improve how docs are selected automatically when created.</title>
<updated>2025-03-07T00:46:43Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2025-03-07T00:46:43Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=1ab6f6c87b746e0c2898694216db50d5faadf7f5'/>
<id>urn:sha1:1ab6f6c87b746e0c2898694216db50d5faadf7f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>code cleanup in createDocumentTool. added childLayoutFitWidth to comparisonBox so flashcards can fill window.</title>
<updated>2025-02-10T14:38:32Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2025-02-10T14:38:32Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=132fb0c203f426c508eeb23dd33b508e0608d19f'/>
<id>urn:sha1:132fb0c203f426c508eeb23dd33b508e0608d19f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unwinding more import loops by splitting up Documents.ts into DocUtils.ts and moving crate functions to &lt;&gt;Box functions</title>
<updated>2024-05-01T03:35:18Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2024-05-01T03:35:18Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=098deaa68c8b9bb781748fbe0c1bd0104bab3596'/>
<id>urn:sha1:098deaa68c8b9bb781748fbe0c1bd0104bab3596</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reorganization of DocumentView, DocumentViewInternal and FieldView methods and props. fix for selection bug after following a link.  migrating to use [DocData] instad of GetProto()</title>
<updated>2024-01-23T21:11:42Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2024-01-23T21:11:42Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=af380979349308077e13fc12a2d09255b7f05f28'/>
<id>urn:sha1:af380979349308077e13fc12a2d09255b7f05f28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>converted equationEditor from a npm module to a local file.  commented out old google-maps code.</title>
<updated>2023-12-07T00:03:26Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2023-12-07T00:03:26Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=6d38096db5f0d550866d82d954436447d0c36a65'/>
<id>urn:sha1:6d38096db5f0d550866d82d954436447d0c36a65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleaning up documentview props.   got rid of special cases for keyValueBox.  made fitToContents work cleanly for native scaled docs.</title>
<updated>2023-12-01T17:17:10Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2023-12-01T17:17:10Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=678abdfceaa25cb84c4232f44a7c161b6d39b546'/>
<id>urn:sha1:678abdfceaa25cb84c4232f44a7c161b6d39b546</id>
<content type='text'>
</content>
</entry>
<entry>
<title>converted props.DataDoc to props.TemplateDataDocument and fixed so that it's always undefined unless it's a template.  converted references from rootDocument to props.TemplateDataDocument.</title>
<updated>2023-12-01T07:33:04Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2023-12-01T07:33:04Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=9ae07e29f41df9d64985c25b67054843a99a0224'/>
<id>urn:sha1:9ae07e29f41df9d64985c25b67054843a99a0224</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed rootSelected prop  to be optional.  fixed fonticont toggle to pass 'self' even though it's deprecated.</title>
<updated>2023-11-30T21:00:13Z</updated>
<author>
<name>geireann</name>
<email>geireann.lindfield@gmail.com</email>
</author>
<published>2023-11-30T21:00:13Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=c918198a37e4ad5306b70a90ca1b3fcab2e28f76'/>
<id>urn:sha1:c918198a37e4ad5306b70a90ca1b3fcab2e28f76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into UI_Update_Eric_Ma</title>
<updated>2023-08-13T20:08:28Z</updated>
<author>
<name>Eric</name>
<email>ericmabr@gmail.com</email>
</author>
<published>2023-08-13T20:08:28Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=0020ec69b847c8607affb57babddfddc812dc9b6'/>
<id>urn:sha1:0020ec69b847c8607affb57babddfddc812dc9b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed updating cached docs when opening a backlinks collection.  added some 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.</title>
<updated>2023-06-14T02:14:29Z</updated>
<author>
<name>bobzel</name>
<email>zzzman@gmail.com</email>
</author>
<published>2023-06-14T02:14:29Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/Dash-Web.git/commit/?id=bf16eca7a84adfdf1c5970e7e4793568ee70325d'/>
<id>urn:sha1:bf16eca7a84adfdf1c5970e7e4793568ee70325d</id>
<content type='text'>
</content>
</entry>
</feed>
