Commit 92c849e
authored
Add a live view using gpui (#174)
* add gpui
* update colors
* update subscriptions
* cleanup
* Avoid Rc for each Item. Use SharedString.
* Dont create entity on render
* add global for showing article url in footer
* refactor / cleanup
* used SharedString for header
* use InteractiveText for header
* consume Item
* Use id() for StatefulInteractiveElement
* cleanup
* Use top story subscription for dashboard view.
* add ranking change indicator
* update error handling
* Create README.MD
* update rank change. add screenshot
* Update README.MD
* show number of ranks changed and color for > 2 rank changes
* add build Macos App for dashboard.
* add duration to article. update colors.
* Update title and screen shot.
* Update README.MD
* Update README.MD
* Use local time for last update in footer
* update article layout
* update color scheme
* remove points column
* update article list
* add embedded svg. add logging.
* cleanup
* add themes
* update window options
* add platform settings subscription
* update platform-settings
* Add debian package build
* update debian build
* update article rendering with margin
* update footer
* rounded hover bar
* update display/themes
* update for macos
* Update README.MD
* update github actions
* Update rust.yml
* Use built in system theme detection
* update list and theme
* update theme colors
* add comment navigation. update comment rendering.
* comment handling
* update nested comment viewing
* update layout
* use inherited text color
* update theme
* update screenshot
* Update README.MD
* Update README.MD
* update light theme
* update theme and font
* use vec
* update comment view layout
* update border color
* add comment border theme color
* update for dark theme
* add open url links in comments
* add shadow to comments
* update for hacker-news-reader binary1 parent 78a2921 commit 92c849e
File tree
31 files changed
+5252
-226
lines changed- .github/workflows
- assets
- hacker-news-api/src
- hacker-news-gpui
- assets
- src
- hacker-news-iced
- src
- platform-settings
- src
31 files changed
+5252
-226
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments