ladybird/Applications/ChanViewer
Andreas Kling 351c354680 ChanViewer: Show "" instead of "undefined" for missing thread subjects
This broke due to a change in JsonValue API. JsonValue::to_string() now
returns the value serialized to a string, which may become "undefined".

You kinda want JsonValue::as_string(), but that is only callable when
the JsonValue *is* a string. Thankfully there is now as_string_or(alt).
2019-08-07 22:05:04 +02:00
..
BoardListModel.cpp ChanViewer: Fetch the list of boards and allow switching the board 2019-08-05 18:43:36 +02:00
BoardListModel.h ChanViewer: Fetch the list of boards and allow switching the board 2019-08-05 18:43:36 +02:00
main.cpp ChanViewer: Add a status bar to show loading status 2019-08-05 18:54:44 +02:00
Makefile ChanViewer: Fetch the list of boards and allow switching the board 2019-08-05 18:43:36 +02:00
ThreadCatalogModel.cpp ChanViewer: Show "" instead of "undefined" for missing thread subjects 2019-08-07 22:05:04 +02:00
ThreadCatalogModel.h ChanViewer: Add a status bar to show loading status 2019-08-05 18:54:44 +02:00