-
Notifications
You must be signed in to change notification settings - Fork 75
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
[WIP] Fixes: T315134 #172
[WIP] Fixes: T315134 #172
Conversation
* Added input search bar in queue page * Added wiki-codex styles to it
Currently only the search bar is added. Its functionality is yet to discussed, hence its marked work in progress To be discussed:
|
@varun-s22 Here are my thoughts:
|
also how would i add some data to my QueueTable.js, as currently its empty, so I can't test the search feature :( |
You can just try uploading a book using any one of the available libraries (Google Books, PDL or Trove). The data will reflect on the table, assuming you have Redis set up :) |
yeah for that i need to have the wiki keys right? ( for logging in via wikimedia), and i dont know what perms to tick for getting those |
@varun-s22 You can request a key from Beta Wiki For reference, check this proposal. Once you've the keys and they are approved, you need to change the authorization, you need to change the Choice 1 looks good to me and we should only filter the Queue table. No need to show suggestions. Can you also remove Search a Book heading since the search bar should be self-explanatory. |
Closing this as it is fixed in #180 |
Adds input search bar to the queue page
Files Updated
Here how it looks currently