1.1.0 (2024-10-09)
- footer: add footer component with blur bg and toaster from shadcn ui (9cfda93)
- ssl-result: consume api data using trpc client and add ui components to render the output (ad69074)
- add domain input to localstorage to access later in resultpage (f3dc634)
- domaininput: rollback from trpc to react-query mutation to minimise api calls (b53dafc)
- prettier: change prettier config file to format code after save (b5ad308)
- ssl-trpc: use trpc to fetch details from rust api and client to consume it (331fe74)
- fetch_ssl_cert: In this change, the backend api is created to parse the ssl certificate for the given domain and return the appropriate json
- backend: create rust backend implementation and init toml file (26ee4b4)
- fetch_ssl_cert: create utility func to fetch ssl cert and parse it (f00e0c7)
- use actix-web to create api endpoint in backend (cfa1136)