That should not be a big problem, you can also create an issue (feature request) on github, for example for settings like font size.
So i could implement the feature for all users of fullsize…
That should not be a big problem, you can also create an issue (feature request) on github, for example for settings like font size.
So i could implement the feature for all users of fullsize…
Created an issue in github
Great. Maybe you can answer my question on github, then i will check it this evening…
Just had a chance to test. It really helps the UI. Excellent idea to place the Full-size/Normal-size toggle in the user drop down menu.
+1 for the option to enlarge the font by a size when in full-size view.
I’ve implemented your feature request with release v1.1.0
Go in your server-console to directory
Frappe/frappe-bench/apps/fullsize
Run
$ sudo git pull upstream master
Change directory to
frappe/frappe-bench
Run
$ sudo bench migrate
$ sudo bench restart
And have fun
The soloution is at the moment not perfect, if you change to the listview of another doctype, you have to resize the screen again to set the new font-size. But except this, it works fine
Just amazing
Thank you again.
One Issue is that the fonts in table does not increase.
See screenshot
Oh, right! I will fix it
Can you please send a pull request for this?
Hi @jai_kejriwal
Of course I could make a PR. But my solution works very dynamically at runtime. Super as an addon, but as an integration in the base, the source code should still be modified. Dont you think so?
@joelios Seems to be popular and configurable and hence my suggestion but am not sure about architectural considerations.
Is this available to use in ERPNext Cloud / hosted yet?
Not that I’m aware of
Hello @joelios
Thanks a lot for you.
Using this application, I will need for each page to select full view or once I select it then it will be full view for other pages until I select again the normal view (small one)?
Because it will be not practical if to keep select full view for each page in wide computer screens.
Regards
Bilal
Where did you put the code to generate the Metabase signed embedded URL? All I get is a “Page Missing or Moved” error when I paste in the iframe code.
This is the part of the Metabase code I am trying to figure out where to implement:
import jwt
METABASE_SITE_URL = “http://mysupersweetdashboard.com”
METABASE_SECRET_KEY = “587498jdm5u08u5d90485uc0234u5045ucn034u5n304-95c73405n340”
payload = {
“resource”: {“dashboard”: 1},
“params”: {
}
}
token = jwt.encode(payload, METABASE_SECRET_KEY, algorithm=“HS256”)
iframeUrl = METABASE_SITE_URL + “/embed/dashboard/” + token.decode(“utf8”) + “#theme=night&bordered=true&titled=true”
Hi, are you still maintain this fabulous app?
Yes, I use it in V11 and it works properly
yes me too!
it seems the FullSize App is not maintained any longer because functionality was merged to the erpnextswiss core code. That implies that it can be merged, so I would assume the point of not touching the core code has become obsolete in the meantime.
Can you kindly produce a PR to the erpnext core then as well @joelios ?
How can I change theses font sizes?
Thanks!