ui: More component previews, UI component cleanup (#25302)
- Don't require ui component docs (this isn't really working) - Add more component previews - Update component preview style & navigation Release Notes: - N/A
This commit is contained in:
parent
c9235ff916
commit
5397ca23a1
52 changed files with 813 additions and 856 deletions
|
@ -1,5 +1,4 @@
|
|||
// This won't be documented further as it is intended to be removed, or merged with the `time_format` crate.
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use chrono::{DateTime, Local, NaiveDateTime};
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#![allow(missing_docs)]
|
||||
|
||||
use gpui::Pixels;
|
||||
|
||||
pub struct SearchInputWidth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue