• Please visit and share your knowledge at our sister communities:
  • If you have not, please join our official Homebrewing Facebook Group!

    Homebrewing Facebook Group

Search results

Homebrew Talk

Help Support Homebrew Talk:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. S

    A simple digital Taplist solution

    It just means that you would open the local HTML file on your browser rather than access it from a URL.
  2. S

    A simple digital Taplist solution

    Currently not, but I think it's good to have the option of 2 columns at least. rossi46 that will be an enhancement, not a new feature :p This is a SPA (single page app), so there is only one HTML file i.e "index.html". Even if there were separate HTML pages, this would not work the way you want...
  3. S

    A simple digital Taplist solution

    I understand your concern, let's keep this Simple tap list, simple. Any new feature I'll add to a different version and host it separately.
  4. S

    A simple digital Taplist solution

    When I said this is possible with JSON, I somehow overlook the fact that we also would have to store data back to the JSON file, not just read from it. This is beyond the capability of a client only app, we need a server to do anything like this. That would also mean that everyone would have to...
  5. S

    A simple digital Taplist solution

    The layout on Safari is not behaving as intended, please use Chrome or Firefox. Each browser stores local storage separately, so it's just not different device but each browser on a device will have it's own local storage. If you want that you should enter data once and it's available...
  6. S

    A simple digital Taplist solution

    Yeah, I would have to update the static version every time I make changes in code base. Adding image: next feature probably... I'm wondering how come you are not getting scrollbar when you add that many items. For me after 6 items, I start getting scrollbar. What browser/version are you using...
  7. S

    A simple digital Taplist solution

    I'll try not to make it over complicated ;)
  8. S

    A simple digital Taplist solution

    Another update, I have added option to display bottle in place of keg. Clicking on it will reduce the number of bottles. As usual if you see any bug please let me know.
  9. S

    A simple digital Taplist solution

    Use this instead https://drive.google.com/file/d/1aPZqnZHXBcFYesMl27CSu70AamJH35Mh/view?usp=sharing One thing that I noticed that doesn't work is "Back to Taplist" button, you can simply refresh the page after you Save your settings. It wasn't intended to work like this, so there might be other...
  10. S

    A simple digital Taplist solution

    I have no experience with Brave browser, but I guess the background is not showing up because the path it's looking at for the image is incorrect. Let's try this:- In main.xxxxxx.chunk.css lookup for background path. It would be something like /static/media/background.xxxxxx.jpg Try changing it...
  11. S

    A simple digital Taplist solution

    Yeah, there was an issue. It's now fixed.
  12. S

    A simple digital Taplist solution

    Nice idea, but let me first check if even I'm capable of creating a native app. ;-)
  13. S

    A simple digital Taplist solution

    Updated the app to have 3 different glass sizes. Enable it from settings. I have tried to keep the existing functionality intact, but if anything breaks, please let me know.
  14. S

    A simple digital Taplist solution

    Well, first I have never created an iOS app before so there is this learning curve. Second, the Apple Developer program itself costs $99/year. A couple of us here might be ready to pay $10 for an app, but not many. It would be hard to even recover that program cost. I'm a web developer and it...
  15. S

    A simple digital Taplist solution

    This should work on an iPad too...
  16. S

    A simple digital Taplist solution

    I'll make a separate version with 3 buttons, hopefully in a couple of days.
  17. S

    A simple digital Taplist solution

    As 8thMan suggested, yes it is possible. As far as adding bottled version, it's a nice idea. If I get some free time, I'll try to work on it.
  18. S

    A simple digital Taplist solution

    Well, the images are not fixed size, they are percentage base. More rows you have, smaller the image size would be. The height of each column depends on what we are displaying in them. Text > Icon > Text vs Text > Icon > Icon > Text would increase the height of the column.
  19. S

    A simple digital Taplist solution

    Well, the idea of adding glass icons is nice but it creates other issues. I have made the app in a way that the user should see no scrollbar. On my medium resolution screen, in full-screen mode, I can have 6 rows before I start to see a scrollbar. But if I add new glass icons, I can only manage...
Back
Top