<feed xmlns='http://www.w3.org/2005/Atom'>
<title>KlimatanalysNorr/webmap/src, branch master</title>
<subtitle>Web map for Klimatanalys Norr.</subtitle>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/webmap/'/>
<entry>
<title>Undo splitting out to multiple files.</title>
<updated>2025-06-15T16:34:05+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-14T20:12:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/webmap/commit/?id=fd662f3d3fac0f8b11e8e883409b1828cbfca3bd'/>
<id>fd662f3d3fac0f8b11e8e883409b1828cbfca3bd</id>
<content type='text'>
The reason is that we want the different modules to produce side-effects
(to avoid creating functions and keeping references to it) and we
therefore need to control the order in which they are inlined during
`vite build`.  Unfortunately this doesn't seem to be possible right now,
cf. https://github.com/storybookjs/storybook/issues/30768 .

This reverts commits 670bba058d83620abdb3e8db5fd4ea89dba08142,
05a018f27aba3a20fd581cb88daa8afbbd3407de and
0fc7bdd8bf374c36fa0ba27702d1fafed09277ac.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The reason is that we want the different modules to produce side-effects
(to avoid creating functions and keeping references to it) and we
therefore need to control the order in which they are inlined during
`vite build`.  Unfortunately this doesn't seem to be possible right now,
cf. https://github.com/storybookjs/storybook/issues/30768 .

This reverts commits 670bba058d83620abdb3e8db5fd4ea89dba08142,
05a018f27aba3a20fd581cb88daa8afbbd3407de and
0fc7bdd8bf374c36fa0ba27702d1fafed09277ac.
</pre>
</div>
</content>
</entry>
<entry>
<title>Factor out map setup into separate file.</title>
<updated>2025-06-15T11:49:27+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-15T11:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/webmap/commit/?id=0fc7bdd8bf374c36fa0ba27702d1fafed09277ac'/>
<id>0fc7bdd8bf374c36fa0ba27702d1fafed09277ac</id>
<content type='text'>
This allows importing `map` in other modules, thereby eliminating the
need for creating and exporting functions that would be called only
once.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows importing `map` in other modules, thereby eliminating the
need for creating and exporting functions that would be called only
once.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move example files to a separate directory.</title>
<updated>2025-06-15T00:31:02+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-14T18:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/webmap/commit/?id=a69e05598650eea332c9bf2dfdff5196f7b81aba'/>
<id>a69e05598650eea332c9bf2dfdff5196f7b81aba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve comments.</title>
<updated>2025-06-15T00:31:02+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-14T17:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/webmap/commit/?id=b14eaae221c3ed3aeed9a884c400f4947c45b393'/>
<id>b14eaae221c3ed3aeed9a884c400f4947c45b393</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor popover field definitions.</title>
<updated>2025-06-15T00:31:02+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-13T01:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/webmap/commit/?id=1a527f2056639523977036a4c232136dd1e50464'/>
<id>1a527f2056639523977036a4c232136dd1e50464</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CSS: Improve style for maximized popovers.</title>
<updated>2025-06-15T00:31:02+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-13T18:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/webmap/commit/?id=985723c95435f0bd9a0f33e8cdd1f43053d2d56c'/>
<id>985723c95435f0bd9a0f33e8cdd1f43053d2d56c</id>
<content type='text'>
In particular, fix a bug where not the entire height was used for the
popover body.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In particular, fix a bug where not the entire height was used for the
popover body.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor popover handling.</title>
<updated>2025-06-15T00:30:57+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-12T18:04:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/webmap/commit/?id=4a088f5acfa747da8461493b98a2bcb6b1a47886'/>
<id>4a088f5acfa747da8461493b98a2bcb6b1a47886</id>
<content type='text'>
In particular, make the definition object hierarchical and rename its
fields.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In particular, make the definition object hierarchical and rename its
fields.
</pre>
</div>
</content>
</entry>
<entry>
<title>Popover: Set 'grabbing-area-grabbed' class on the right element.</title>
<updated>2025-06-12T23:33:05+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-12T20:20:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/webmap/commit/?id=5a0ab32b06fe14d83e01b8f94f5f3030a18d24ab'/>
<id>5a0ab32b06fe14d83e01b8f94f5f3030a18d24ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Factor out Popover handling into separate module.</title>
<updated>2025-06-12T17:31:47+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-12T12:18:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/webmap/commit/?id=05a018f27aba3a20fd581cb88daa8afbbd3407de'/>
<id>05a018f27aba3a20fd581cb88daa8afbbd3407de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ESLint: Silence CSS warnings and errors.</title>
<updated>2025-06-12T12:00:20+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2025-06-12T12:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/KlimatanalysNorr/webmap/commit/?id=f3f937f4c84093044dc43fec55674ebb76931d27'/>
<id>f3f937f4c84093044dc43fec55674ebb76931d27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
