Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "book title" input from homepage #156

Open
Zelig880 opened this issue Jun 22, 2023 · 1 comment
Open

Remove "book title" input from homepage #156

Zelig880 opened this issue Jun 22, 2023 · 1 comment
Assignees

Comments

@Zelig880
Copy link
Owner

Zelig880 commented Jun 22, 2023

Remove HTML in welcomeSearch.vue

 <div class="bg-white md:bg-none rounded-full md:rounded-none flex flex-col md:flex-grow py-2 px-10 md:px-0 md:mr-4 w-10/12 mx-auto">
          <label>Books title or All</label>
          <input class="mt-1" v-model="form.searchTitle" :class="{ 'is-invalid': form.errors.has('searchTitle') }" type="text" placeholder="The lord of the ring">
        </div>
        
@Zelig880 Zelig880 changed the title Remove "book" from homepage Remove "book title" input from homepage Jun 22, 2023
@mdvb1001 mdvb1001 self-assigned this Jul 13, 2023
@mdvb1001
Copy link
Collaborator

See PR #165 @Zelig880
It was easier to add it there than to wait to merge 165.

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

No branches or pull requests

2 participants