<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:41:26 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[COMPASS-5960] Incorporate the compass-databases-collections tree widget into the new sidebar</title>
                <link>https://jira.mongodb.org/browse/COMPASS-5960</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;Might need slight tweaks to get it up to date with leafygreen, but should mostly just work&lt;/p&gt;</description>
                <environment></environment>
        <key id="2090425">COMPASS-5960</key>
            <summary>Incorporate the compass-databases-collections tree widget into the new sidebar</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="leroux.bodenstein@mongodb.com">Le Roux Bodenstein</assignee>
                                    <reporter username="leroux.bodenstein@mongodb.com">Le Roux Bodenstein</reporter>
                        <labels>
                    </labels>
                <created>Thu, 14 Jul 2022 17:42:51 +0000</created>
                <updated>Wed, 28 Sep 2022 10:14:28 +0000</updated>
                            <resolved>Fri, 5 Aug 2022 13:12:27 +0000</resolved>
                                                    <fixVersion>1.33.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="4861120" author="xgen-internal-githook" created="Wed, 28 Sep 2022 10:14:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(sidebar) New sidebar navtree &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5960&quot; title=&quot;Incorporate the compass-databases-collections tree widget into the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5960&quot;&gt;&lt;del&gt;COMPASS-5960&lt;/del&gt;&lt;/a&gt;	 (#3320)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;dark/light sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Revert &quot;dark/light sidebar&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This reverts commit 7e53c546c1212da593694652b027ac63a2fbfc94.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;darkMode flag for ResizableSidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;new light style for compass-databases-navigation&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-databases-navigation/src/collection-item.tsx&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;update placeholder spacing for the new sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove TODO&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;use colour css vars&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also use css vars for the icons&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add the active item indicator&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;mode is never used with IconButtonSmall&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;defaults for resizable sidebar in one place&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typing improvement&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;linting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;use the theme provider&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;no need to override the provider for the new sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;no need to specify darkmode&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;don&apos;t forget to set the css color vars for the old sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;always use the overridden theme provider regardless of darkmode feature flag&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rm TODO&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;br/&gt;
Branch: update-compass-shell-to-shared-config&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e66ef8466aa0ae0b07fd6a45ad35bfd6ec0ae157&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e66ef8466aa0ae0b07fd6a45ad35bfd6ec0ae157&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4861112" author="xgen-internal-githook" created="Wed, 28 Sep 2022 10:14:08 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(sidebar): COMPASS_SHOW_NEW_SIDEBAR feature flag &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5959&quot; title=&quot;Feature flag for the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5959&quot;&gt;&lt;del&gt;COMPASS-5959&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5960&quot; title=&quot;Incorporate the compass-databases-collections tree widget into the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5960&quot;&gt;&lt;del&gt;COMPASS-5960&lt;/del&gt;&lt;/a&gt; (#3295)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;rename components to components-legacy&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feature flag and new (largely empty) sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;reformat&lt;br/&gt;
Branch: update-compass-shell-to-shared-config&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/7d1c8395cb9c4a6d9e3db311a9cd72eaaabcc56a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/7d1c8395cb9c4a6d9e3db311a9cd72eaaabcc56a&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4789075" author="xgen-internal-githook" created="Tue, 30 Aug 2022 17:01:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(sidebar) New sidebar navtree &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5960&quot; title=&quot;Incorporate the compass-databases-collections tree widget into the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5960&quot;&gt;&lt;del&gt;COMPASS-5960&lt;/del&gt;&lt;/a&gt;	 (#3320)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;dark/light sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Revert &quot;dark/light sidebar&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This reverts commit 7e53c546c1212da593694652b027ac63a2fbfc94.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;darkMode flag for ResizableSidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;new light style for compass-databases-navigation&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-databases-navigation/src/collection-item.tsx&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;update placeholder spacing for the new sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove TODO&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;use colour css vars&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also use css vars for the icons&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add the active item indicator&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;mode is never used with IconButtonSmall&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;defaults for resizable sidebar in one place&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typing improvement&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;linting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;use the theme provider&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;no need to override the provider for the new sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;no need to specify darkmode&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;don&apos;t forget to set the css color vars for the old sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;always use the overridden theme provider regardless of darkmode feature flag&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rm TODO&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;br/&gt;
Branch: compass-settings&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e66ef8466aa0ae0b07fd6a45ad35bfd6ec0ae157&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e66ef8466aa0ae0b07fd6a45ad35bfd6ec0ae157&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4789067" author="xgen-internal-githook" created="Tue, 30 Aug 2022 17:01:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(sidebar): COMPASS_SHOW_NEW_SIDEBAR feature flag &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5959&quot; title=&quot;Feature flag for the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5959&quot;&gt;&lt;del&gt;COMPASS-5959&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5960&quot; title=&quot;Incorporate the compass-databases-collections tree widget into the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5960&quot;&gt;&lt;del&gt;COMPASS-5960&lt;/del&gt;&lt;/a&gt; (#3295)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;rename components to components-legacy&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feature flag and new (largely empty) sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;reformat&lt;br/&gt;
Branch: compass-settings&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/7d1c8395cb9c4a6d9e3db311a9cd72eaaabcc56a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/7d1c8395cb9c4a6d9e3db311a9cd72eaaabcc56a&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4750027" author="xgen-internal-githook" created="Mon, 15 Aug 2022 14:40:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(sidebar) New sidebar navtree &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5960&quot; title=&quot;Incorporate the compass-databases-collections tree widget into the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5960&quot;&gt;&lt;del&gt;COMPASS-5960&lt;/del&gt;&lt;/a&gt;	 (#3320)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;dark/light sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Revert &quot;dark/light sidebar&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This reverts commit 7e53c546c1212da593694652b027ac63a2fbfc94.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;darkMode flag for ResizableSidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;new light style for compass-databases-navigation&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-databases-navigation/src/collection-item.tsx&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;update placeholder spacing for the new sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove TODO&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;use colour css vars&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also use css vars for the icons&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add the active item indicator&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;mode is never used with IconButtonSmall&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;defaults for resizable sidebar in one place&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typing improvement&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;linting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;use the theme provider&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;no need to override the provider for the new sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;no need to specify darkmode&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;don&apos;t forget to set the css color vars for the old sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;always use the overridden theme provider regardless of darkmode feature flag&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rm TODO&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5940&quot; title=&quot;Implement a new indexes tab design&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5940&quot;&gt;&lt;del&gt;COMPASS-5940&lt;/del&gt;&lt;/a&gt;-indexes-css-js&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e66ef8466aa0ae0b07fd6a45ad35bfd6ec0ae157&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e66ef8466aa0ae0b07fd6a45ad35bfd6ec0ae157&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4731083" author="xgen-internal-githook" created="Fri, 5 Aug 2022 14:17:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(sidebar) New sidebar navtree &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5960&quot; title=&quot;Incorporate the compass-databases-collections tree widget into the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5960&quot;&gt;&lt;del&gt;COMPASS-5960&lt;/del&gt;&lt;/a&gt;	 (#3320)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;dark/light sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Revert &quot;dark/light sidebar&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This reverts commit 7e53c546c1212da593694652b027ac63a2fbfc94.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;darkMode flag for ResizableSidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;new light style for compass-databases-navigation&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-databases-navigation/src/collection-item.tsx&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;update placeholder spacing for the new sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove TODO&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;use colour css vars&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also use css vars for the icons&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add the active item indicator&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;mode is never used with IconButtonSmall&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;defaults for resizable sidebar in one place&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typing improvement&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;linting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;use the theme provider&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;no need to override the provider for the new sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;no need to specify darkmode&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;don&apos;t forget to set the css color vars for the old sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;always use the overridden theme provider regardless of darkmode feature flag&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rm TODO&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;br/&gt;
Branch: electron-15&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e66ef8466aa0ae0b07fd6a45ad35bfd6ec0ae157&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e66ef8466aa0ae0b07fd6a45ad35bfd6ec0ae157&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4730705" author="xgen-internal-githook" created="Fri, 5 Aug 2022 11:37:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(sidebar) New sidebar navtree &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5960&quot; title=&quot;Incorporate the compass-databases-collections tree widget into the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5960&quot;&gt;&lt;del&gt;COMPASS-5960&lt;/del&gt;&lt;/a&gt;	 (#3320)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;dark/light sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Revert &quot;dark/light sidebar&quot;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This reverts commit 7e53c546c1212da593694652b027ac63a2fbfc94.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;darkMode flag for ResizableSidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;new light style for compass-databases-navigation&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-databases-navigation/src/collection-item.tsx&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;update placeholder spacing for the new sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove TODO&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;use colour css vars&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also use css vars for the icons&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add the active item indicator&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;mode is never used with IconButtonSmall&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;defaults for resizable sidebar in one place&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;typing improvement&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;linting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;use the theme provider&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;no need to override the provider for the new sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;no need to specify darkmode&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;don&apos;t forget to set the css color vars for the old sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;always use the overridden theme provider regardless of darkmode feature flag&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rm TODO&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/e66ef8466aa0ae0b07fd6a45ad35bfd6ec0ae157&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/e66ef8466aa0ae0b07fd6a45ad35bfd6ec0ae157&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4720106" author="xgen-internal-githook" created="Tue, 2 Aug 2022 02:27:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(sidebar): COMPASS_SHOW_NEW_SIDEBAR feature flag &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5959&quot; title=&quot;Feature flag for the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5959&quot;&gt;&lt;del&gt;COMPASS-5959&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5960&quot; title=&quot;Incorporate the compass-databases-collections tree widget into the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5960&quot;&gt;&lt;del&gt;COMPASS-5960&lt;/del&gt;&lt;/a&gt; (#3295)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;rename components to components-legacy&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feature flag and new (largely empty) sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;reformat&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5678&quot; title=&quot;Update query history to open as a popover on the query bar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5678&quot;&gt;&lt;del&gt;COMPASS-5678&lt;/del&gt;&lt;/a&gt;-query-history-as-popover&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/7d1c8395cb9c4a6d9e3db311a9cd72eaaabcc56a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/7d1c8395cb9c4a6d9e3db311a9cd72eaaabcc56a&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4714069" author="xgen-internal-githook" created="Fri, 29 Jul 2022 12:24:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(sidebar): COMPASS_SHOW_NEW_SIDEBAR feature flag &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5959&quot; title=&quot;Feature flag for the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5959&quot;&gt;&lt;del&gt;COMPASS-5959&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5960&quot; title=&quot;Incorporate the compass-databases-collections tree widget into the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5960&quot;&gt;&lt;del&gt;COMPASS-5960&lt;/del&gt;&lt;/a&gt; (#3295)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;rename components to components-legacy&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feature flag and new (largely empty) sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;reformat&lt;br/&gt;
Branch: remove-rc-from-evergreen&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/7d1c8395cb9c4a6d9e3db311a9cd72eaaabcc56a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/7d1c8395cb9c4a6d9e3db311a9cd72eaaabcc56a&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4711209" author="xgen-internal-githook" created="Thu, 28 Jul 2022 11:08:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(sidebar): COMPASS_SHOW_NEW_SIDEBAR feature flag &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5959&quot; title=&quot;Feature flag for the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5959&quot;&gt;&lt;del&gt;COMPASS-5959&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5960&quot; title=&quot;Incorporate the compass-databases-collections tree widget into the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5960&quot;&gt;&lt;del&gt;COMPASS-5960&lt;/del&gt;&lt;/a&gt; (#3295)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;rename components to components-legacy&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feature flag and new (largely empty) sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;reformat&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5952&quot; title=&quot;Remove the &amp;quot;Build index in the background&amp;quot; setting&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5952&quot;&gt;&lt;del&gt;COMPASS-5952&lt;/del&gt;&lt;/a&gt;-remove-build-index-in-the-background&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/7d1c8395cb9c4a6d9e3db311a9cd72eaaabcc56a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/7d1c8395cb9c4a6d9e3db311a9cd72eaaabcc56a&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4711126" author="xgen-internal-githook" created="Thu, 28 Jul 2022 10:19:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(sidebar): COMPASS_SHOW_NEW_SIDEBAR feature flag &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5959&quot; title=&quot;Feature flag for the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5959&quot;&gt;&lt;del&gt;COMPASS-5959&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5960&quot; title=&quot;Incorporate the compass-databases-collections tree widget into the new sidebar&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5960&quot;&gt;&lt;del&gt;COMPASS-5960&lt;/del&gt;&lt;/a&gt; (#3295)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;rename components to components-legacy&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feature flag and new (largely empty) sidebar&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;reformat&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/7d1c8395cb9c4a6d9e3db311a9cd72eaaabcc56a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/7d1c8395cb9c4a6d9e3db311a9cd72eaaabcc56a&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 28 Jul 2022 10:19:50 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 19 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11861"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>COMPASS-5486</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>xgen-internal-githook</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 19 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>leroux.bodenstein@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i12c47:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1mm0:r</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="6327">Iteration Grouper</customfieldvalue>
    <customfieldvalue id="6379">Iteration Herring</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i11y9j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>