App-Inventor-Gallery
App-Inventor-Gallery copied to clipboard
Tab Name Label of Website Update?
It reads 'aiagallery', which isn't "pretty." Perhaps it should say something like "App Inventor Gallery" instead?
I don't understand this issue. Would you please explain?
If you look at the very top of your web browser, you can see current internet tabs. The text of the internet tab for your website reads 'aigallery'. I had just figured it would be more eye appealing if it read "App Inventor Gallery", or even "A.I. Gallery" instead.
Perfect. I understand, and it's easy to fix. Thanks for the explanation.
In addition to changing the application title from "aiagallery" to "App Inventor Community Gallery" (or something along those lines), find or create an icon to be displayed in the browser tab too.
Manuel F. Castillo - Digitaldybbuk - TIME ESTIMATE FOR ISSUE #97 Tab Name Label of Website Update?
Changing Label of Website: 15 min - (HTML Title Tag) Finding Icon / Making Icon: ~10-15min (favicon.ico) Applying Icon: ~3.1415926535897932384626min
Total Time: 28.14159 - 33.14159min (28-33 minutes)
Pull request #146 closes this issue.
this fix seems to have not made it into today's build. let's figure out where the code went?
The index.html file is not used on App Engine. The data that would be provided by index.html is instead sent by backendjs/jsserver/src/main/GuiServlet.js. I updated that code to output the correct data, so the application title is now displayed correctly. For some reason, though, the specified icon is not being retrieved by the browser. I don't currently see what's different from the index.html version. Needs further study.