This repository was archived by the owner on Sep 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +137
-173
lines changed
Expand file tree Collapse file tree 5 files changed +137
-173
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " raven-reader" ,
33 "productName" : " Raven Reader" ,
4- "version" : " 1.0.57 " ,
4+ "version" : " 1.0.58 " ,
55 "author" :
" Hello Efficiency Inc. <[email protected] >" ,
66 "description" : " Simple desktop RSS Reader" ,
77 "license" : " MIT" ,
5252 "lovefield" : " ^2.1.12" ,
5353 "md5" : " ^2.3.0" ,
5454 "node-schedule" : " ^2.0.0" ,
55- "normalize-url" : " ^6.0.0 " ,
55+ "normalize-url" : " ^6.0.1 " ,
5656 "opml-generator" : " ^1.1.1" ,
5757 "os-locale" : " ^5.0.0" ,
5858 "plyr" : " ^3.6.2" ,
5959 "reading-time" : " ^1.2.0" ,
6060 "request" : " ^2.88.2" ,
6161 "rss-finder" : " ^2.1.4" ,
6262 "rss-parser" : " ^3.10.0" ,
63- "sass-rem" : " ^2 .0.1 " ,
63+ "sass-rem" : " ^3 .0.0 " ,
6464 "splitpanes" : " ^2.3.6" ,
6565 "ssri" : " ^8.0.1" ,
6666 "uuid-by-string" : " ^3.0.2" ,
108108 "jquery" : " ^3.6.0" ,
109109 "electron-icon-builder/**/yargs-parser" : " 13.1.2" ,
110110 "@postlight/mercury-parser/jquery" : " 3.5.0" ,
111+ "@postlight/mercury-parser/**/css-what" : " 5.0.1" ,
112+ "vue2-perfect-scrollbar/**/css-what" : " 5.0.1" ,
113+ "vue2-perfect-scrollbar/**/normalize-url" : " 4.5.1" ,
114+ "@vue/cli-service/**/css-what" : " 5.0.1" ,
115+ "@vue/cli-service/**/normalize-url" : " 4.5.1" ,
111116 "vue-cli-plugin-electron-builder/**/minimist" : " 0.2.1" ,
112117 "vue-cli-plugin-electron-builder/electron-builder" : " 22.10.5"
113118 }
Original file line number Diff line number Diff line change 55 @contextmenu.prevent =" openArticleContextMenu($event, { article: article.articles })"
66 >
77 <a
8- href =" "
8+ href =" # "
99 :class =" { 'article-read': article.articles.read }"
1010 class =" list-group-item list-group-item-action flex-column align-items-start"
1111 @click =" handleArticle(article.articles.id)"
Original file line number Diff line number Diff line change 22 <ul class =" nav flex-column" >
33 <li class =" nav-item" >
44 <a
5- href =" "
5+ href =" # "
66 class =" nav-link feed-mix-link menu-link-clickable"
77 :class =" { active: isMenuItemActive('all') }"
88 @click =" handleMenuItem('all')"
2626 <li class =" nav-item" >
2727 <a
2828 class =" nav-link feed-mix-link menu-link-clickable"
29- href =" "
29+ href =" # "
3030 :class =" { active: isMenuItemActive('favourites') }"
3131 @click.prevent =" handleMenuItem('favourites')"
3232 >
4949 <li class =" nav-item" >
5050 <a
5151 class =" nav-link feed-mix-link menu-link-clickable"
52- href =" "
52+ href =" # "
5353 :class =" { active: isMenuItemActive('unread') }"
5454 @click.prevent =" handleMenuItem('unread')"
5555 >
7575 >
7676 <a
7777 class =" nav-link feed-mix-link menu-link-clickable"
78- href =" "
78+ href =" # "
7979 :class =" { active: isMenuItemActive('read') }"
8080 @click.prevent =" handleMenuItem('read')"
8181 >
104104 >
105105 <a
106106 class =" nav-link feed-mix-link menu-link-clickable"
107- href =" "
107+ href =" # "
108108 :class =" { active: isMenuItemActive('played') }"
109109 @click.prevent =" handleMenuItem('played')"
110110 >
130130 >
131131 <a
132132 class =" nav-link feed-mix-link menu-link-clickable"
133- href =" "
133+ href =" # "
134134 :class =" { active: isMenuItemActive('saved') }"
135135 @click.prevent =" handleMenuItem('saved')"
136136 >
153153 <li class =" nav-item" >
154154 <a
155155 class =" nav-link menu-link-clickable"
156- href =" "
156+ href =" # "
157157 @click =" showLessItems"
158158 >
159159 <template v-if =" showLess " >
Original file line number Diff line number Diff line change 1313 >
1414 <a
1515 v-if =" !feeditem.type && feeditem.category === null"
16- href =" "
16+ href =" # "
1717 class =" nav-link"
1818 @click =" navigateFeed(feeditem.id)"
1919 >
7777 @contextmenu.prevent =" openFeedMenu($event, {feed: categoryfeed})"
7878 >
7979 <a
80- href =" "
80+ href =" # "
8181 class =" nav-link ml-3"
8282 @click =" navigateFeed(categoryfeed.id)"
8383 >
You can’t perform that action at this time.
0 commit comments