File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
src/extensionsIntegrated/CollapseFolders Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * GNU AGPL-3.0 License
3+ *
4+ * Copyright (c) 2021 - present core.ai . All rights reserved.
5+ *
6+ * This program is free software: you can redistribute it and/or modify it
7+ * under the terms of the GNU Affero General Public License as published by
8+ * the Free Software Foundation, either version 3 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * This program is distributed in the hope that it will be useful, but WITHOUT
12+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+ * for more details.
15+ *
16+ * You should have received a copy of the GNU Affero General Public License
17+ * along with this program. If not, see https://opensource.org/licenses/AGPL-3.0.
18+ *
19+ */
20+
21+ /* Displays a Collapse button in the sidebar area */
22+ /* when the button gets clicked, it closes all the directories recursively that are opened */
23+ /* Styling for the button is done in `../../styles/Extn-CollapseFolders.less` */
124define ( function ( require , exports , module ) {
225 const AppInit = require ( "utils/AppInit" ) ;
326 const ProjectManager = require ( "project/ProjectManager" ) ;
You can’t perform that action at this time.
0 commit comments