mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-17 08:44:20 +01:00
from remote-tracking branches:
* kernel/fix-soft-keyboard
* kernel/composite-profiles-perf
* kernel/fix-nav-flicker
kernelkind (8):
Revert "fix: nav drawer shadow extends all the way vertically"
chore(profiling): markup composite render path
chore(tracy): repaint every frame
feat(composite-cluster): do culling for pfps
feat(mime-cache): upgrade UrlMimes
feat(reactions): use ProfileKey when possible for performance
fix(nav-drawer): shadow extends all the way vertically
fix(thread): remove flicker on opening thread
Notedeck Chrome
Notedeck Chrome is the UI framework and container for the Notedeck Nostr browser. It manages multiple applications within a single cohesive interface, providing a consistent navigation experience through a persistent sidebar.
Overview
Notedeck Chrome acts as the container for various applications within the Notedeck ecosystem, primarily:
- Columns - The main Nostr columns interface for viewing timelines and interactions
- Dave - An ai assistant
- Other - Anything else tbd
The Chrome component provides:
- A consistent, unified sidebar for navigation between applications
- Theme management (light/dark mode support)
- Profile picture and account management
- Settings access
- Wallet integration
Features
- Application Switching: Switch between Damus columns view and Dave seamlessly
- Theme Support: Toggle between light and dark modes
- Profile Management: Quick access to account settings
- Responsive Design: Compatible with desktop and mobile interfaces
- Android Support: Native support for Android devices
Future:
- Signer: Apps will be sandboxed from the users key
Development Status
Notedeck is currently in ALPHA. Expect bugs and please report any issues you encounter.
Building from Source
For build instructions, see the DEVELOPER.md file.
License
Licensed under GPLv3 - see the Cargo.toml file for details.
Authors
- William Casarin jb55@jb55.com
- kernelkind kernelkind@gmail.com