Skip to content

Search engine, page-navigator#5

Open
kgogola wants to merge 4 commits into
LaYatiX:masterfrom
kgogola:Kamil2
Open

Search engine, page-navigator#5
kgogola wants to merge 4 commits into
LaYatiX:masterfrom
kgogola:Kamil2

Conversation

@kgogola

@kgogola kgogola commented Apr 15, 2018

Copy link
Copy Markdown
Collaborator

I included page-navigator in layouts to get around all page and search engine. It will be possible to add some books to "favourites" catalog (i will add this option in next task)

@kwojcik-blockether

Copy link
Copy Markdown
Collaborator

What . means?

Comment thread components/page-navigation.vue Outdated
@@ -0,0 +1,29 @@
<template>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you name it like Navigation.vue or sth like that? Components should start from the capital letter than CamelCase should be used.

Comment thread pages/books/index.vue Outdated
},
computed: {
booksFiltered: function () {
return this.$store.state.books.filter((book) => {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

filter(book => book.title.match(this.search))

@kgogola

kgogola commented Apr 16, 2018

Copy link
Copy Markdown
Collaborator Author

@FieryCod sorry for this '.' etc in my commits, I ve got battle with Github Deskopt :/

@kwojcik-blockether

Copy link
Copy Markdown
Collaborator

Please change those commits names.

@LaYatiX LaYatiX self-requested a review April 22, 2018 17:48

@LaYatiX LaYatiX left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update changes and style what you have added. To speed up styling you can add bootstrap

I included some style of this main navigator (using bootstrap).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants