Sensetif / sensetif-app-plugin

The Grafana Application Plugin for the Sensetif platform.
Apache License 2.0
0 stars 0 forks source link

Fix Layout for Plans #23

Closed niclash closed 3 years ago

niclash commented 3 years ago

I have changed the strategy to call Stripe's API from the sensetif-datasource-plugin and return their objects directly.

Plans.tsx and PlansList.tsx is trying to format that nicely, but I can't figure it out.

Preferred;

  1. Make each "plan" a box, not occupying the whole width
  2. Stack plans next to each other
  3. Pricing in a "reasonable" way, i.e. Yearly possibly larger, with "% OFF" from the "Monthly" fee. The "Onetime" should change to "10 years Prepaid" or something like that. Single click "subscribe" is preferred.
  4. I am going to utilize Images later, but has no material yet. Suggestions welcome...
niclash commented 3 years ago

When the boxes wrap to new lines, they "float together" and become confusing.

grzegorekb commented 3 years ago

@niclash fixed