mirror of
https://github.com/status-im/docs.status.network.git
synced 2026-08-27 16:41:08 +00:00
- Introduced a new Idea Catalog feature with components for displaying and filtering app ideas - Added `FilterBar` for user-defined filtering options based on categories, difficulties, and more - Created `IdeaCard` for showcasing individual ideas with expandable details - Implemented a new `IdeaCatalog` component to manage the overall display and filtering logic - Included a new markdown file for "What to Build" on Status Network, enhancing the documentation - Updated styles in custom.css to support the new Idea Catalog layout and functionality Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
29 lines
297 B
Plaintext
29 lines
297 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.idea
|
|
.vscode
|
|
|
|
# AI configuration files
|
|
.omc
|
|
.sisyphus
|
|
.claude
|