Datron
Datron
TabDialogFragment returns DialogFragment type so you could: `DialogFragment df = TabDialogFragment.createBuilder(MainActivity.this, getSupportFragmentManager()) .setTitle("hello") .setSubTitle("subtitle") .setTabButtonText(new CharSequence[]{"Tab1", "Tab2"}) .setPositiveButtonText("Love") .setNegativeButtonText("Hate") .setNeutralButtonText("WTF?") .setRequestCode(REQUEST_SIMPLE_DIALOG) .show();` now after the event you are listening to...
@leomayleomay Thanks for the contribution! @srid can you approve too? I can merge after that.
@leomayleomay we follow [conventional commit guidelines](https://www.conventionalcommits.org/en/v1.0.0/) for our commits, can you add that? I think chore or fix is appropriate here.
@juspay/sdk-backend can you review?
@srid @knutties can you take a look?
This PR is not ready to be merged, as types are not selectable in dropdowns yet. Currently this PR has API changes and dashboard CRUD UI.
@ShubhranshuSanjeev you can review this PR commit-wise, I would recommend it going as a whole
@mahatoankitkumar can you add a video for dimensions too?
@mahatoankitkumar can you include the video in overrides screen? An field thats an enum should just be a dropdown
Can we squash all commits into one?