File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
frontend/src/app/shared/bookmark-list-element Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ <h5 class="card-title">
8
8
(click) ="playYoutubeVideo(bookmark) "
9
9
title ="Play video "> </ i >
10
10
< i *ngIf ="bookmark.stackoverflowQuestionId " class ="fab fa-stack-overflow stackoverflow-icon "> </ i >
11
+ < i *ngIf ="bookmark.location.startsWith('https://github.com', 0) " class ="fab fa-github stackoverflow-icon "> </ i >
12
+ < i *ngIf ="bookmark.location.startsWith('https://dev.to/', 0) " class ="fab fa-dev stackoverflow-icon "> </ i >
11
13
< a href ="{{bookmark.location}} "
12
14
target ="_blank " [innerHtml] ="bookmark.name | highlight: filterText | highlight: queryText "
13
15
(click) ="addToHistoryService.promoteInHistoryIfLoggedIn(userIsLoggedIn, bookmark) "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Codever" ,
3
- "version" : " 6.3 .0" ,
3
+ "version" : " 6.4 .0" ,
4
4
"description" : " Codever - bookmarks and snippets manager for developers & co" ,
5
5
"scripts" : {
6
6
"test" : " echo \" Error: no test specified\" && exit 1" ,
You can’t perform that action at this time.
0 commit comments