not ready for video widget, removed redundant title

This commit is contained in:
Gabriel 2025-07-23 12:39:46 -04:00
parent 7d4714c5e5
commit dd86be6740
2 changed files with 0 additions and 2 deletions

View file

@ -17,7 +17,6 @@ chrono = "0.4.41"
rss_content = { git = "https://code.gabe.rocks/gabriel/rss_content", version = "0.1.1" }
bytes = "1.10.1"
scraper = "0.23.1"
iced_video_player = "0.5.0"
[profile.dev]
debug=true

View file

@ -84,7 +84,6 @@ pub fn content_view(state: &ui::State) -> iced::widget::Scrollable<Message> {
scrollable(
column!(
text(item.title).size(34),
match item.description {
Some(_d) => {
content_area(&state.item_description)