Commit Graph

140 Commits

Author SHA1 Message Date
Israel Abebe
e13f8fa4e9 Merge pull request #72 from vernu/dev
add quick start and use-cases pages
2025-04-14 07:17:26 +03:00
isra el
fe63728387 fix(web): add missing routes 2025-04-14 07:16:03 +03:00
isra el
543507abd5 chore(web): update sitemap 2025-04-14 07:11:51 +03:00
isra el
56b0f8f582 feat(web): add quick start and use-cases pages 2025-04-14 07:11:06 +03:00
dependabot[bot]
40aa7e6662 chore(deps): bump axios from 1.6.5 to 1.8.2 in /web
Bumps [axios](https://github.com/axios/axios) from 1.6.5 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.6.5...v1.8.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.8.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-06 15:08:38 +00:00
isra el
0d83e9039f chore(web): remove unused dependencies 2025-04-05 16:33:58 +03:00
isra el
791babe430 chore: improve customer support and account deletion request flows 2025-04-04 22:59:15 +03:00
isra el
a01cf9bbaa fix custom plan subscription issues 2025-03-31 09:02:18 +03:00
isra el
71905a147a chore(web): remove unused duplicate import from layout file 2025-03-30 14:37:54 +03:00
isra el
55f098a27e chore: clean up docker compose and update .env.example file 2025-03-30 12:56:15 +03:00
isra el
46da871864 infra: fix Dockerfile for web 2025-03-30 11:52:13 +03:00
isra el
4c77b967ff infra: fix docker issues 2025-03-30 10:15:32 +03:00
isra el
3fce2f36a4 update nextjs version 2025-03-25 08:38:26 +03:00
Israel Abebe
ecfab77cad Merge pull request #58 from vernu/auto-refresh-history
Allow auto-refreshing of message history in the dashboard
2025-03-18 08:11:07 +03:00
Israel Abebe
2664daae88 Merge pull request #56 from markoilijoski/feature/dockerization
Feature/dockerization
2025-03-18 08:09:41 +03:00
isra el
b5e524aafd feat(web): allow auto-refreshing of message history in the dashboard 2025-03-18 08:04:24 +03:00
isra el
d3269e002f fix(web): show current active subscription status in my-account correctly 2025-03-18 08:01:25 +03:00
Marko Ilijoski
a26d57dff3 change dockerfile base image with 18ver 2025-03-16 21:31:41 +01:00
isra el
7c79c7d007 chore(web): improve my-account page ui 2025-03-16 17:57:08 +03:00
isra el
6019199055 chore(web): improve account page ui 2025-03-15 20:03:08 +03:00
isra el
cce946e83a chore(web): add status page link in the footer 2025-03-15 18:57:09 +03:00
isra el
74bd7bc283 chore: delete default framework readme files 2025-03-15 17:52:02 +03:00
isra el
9f63acfe2f chore(web): update sitemap 2025-03-14 19:03:41 +03:00
isra el
f0cbf92489 chore(web): improve landing page ui 2025-03-14 19:00:15 +03:00
isra el
28aee4d978 chore(web): update ToS and refund-policy 2025-03-14 18:59:34 +03:00
isra el
6ba5767aba refactor(web): refactor email verification page 2025-03-14 17:21:13 +03:00
isra el
cef2c6a2fe chore(api): add email verification CTA in dashboard 2025-03-14 17:20:47 +03:00
isra el
fc5a7e654d chore(web): update features section text content 2025-03-14 17:20:01 +03:00
isra el
1f90bb8255 chore(web): update ugrade to pro cta 2025-03-14 17:19:23 +03:00
isra el
ebdd93c7fc chore(web): fix default device selection in send sms 2025-03-10 07:19:27 +03:00
isra el
8dec46e01d chore(web): fix react hook dependencies 2025-03-09 13:08:26 +03:00
isra el
7552fc385b chore(web): remove new badges from bulk send and webhook sections 2025-03-09 11:26:34 +03:00
isra el
ca397a4554 chore(web): improve contribute modal 2025-03-09 11:25:17 +03:00
isra el
7876bd2f74 feat: show sent messages in dashboard 2025-03-08 22:59:24 +03:00
isra el
dd142c1452 chore(web): improve upgrade to pro cta 2025-03-08 22:56:54 +03:00
isra el
9a1fff7a5e feat: improve retrieve sms messages query performance and add pagination 2025-03-08 18:48:45 +03:00
isra el
2f0566c407 feat(web): add reply popup feature to received sms messages 2025-03-08 17:53:55 +03:00
isra el
621a516002 feat(web): auto select device if theres only 1 registered device in send sms section 2025-03-08 17:35:25 +03:00
isra el
3ee58b28f2 fix(web): fix redirect query not redirecting after login issue 2025-03-06 07:14:16 +03:00
isra el
2d2ffeac44 chore(web): fix next payment date formatting in my-account area 2025-03-06 07:13:17 +03:00
isra el
53f5318423 chore(web): add upgrade to pro CTA in dashboard 2025-03-06 07:12:34 +03:00
isra el
3f6aab9d17 fix(web): add missing useCallback dependency in bulk send component 2025-03-06 07:10:47 +03:00
isra el
1b129979fa fix(web): fix typo in my account page 2025-02-24 01:52:34 +03:00
isra el
da6c18310b fix my-account page issues 2025-02-24 00:59:36 +03:00
isra el
e262e23e2b chore(web): fix contribute modal 2025-02-24 00:20:45 +03:00
isra el
087bdcc9d6 fix billing issues and improve ui 2025-02-24 00:09:51 +03:00
isra el
dbc4e3ed4e chore(web): setup error logging with sentry 2025-02-24 00:07:30 +03:00
isra el
a199304e30 chore(web): improve contribute modal 2025-02-20 19:48:48 +03:00
isra el
f76af5ebd3 chore(web): update pricing section ui 2025-02-20 19:28:16 +03:00
isra el
bd683ca5dd chore(web): improve checkout page ui 2025-02-20 08:47:13 +03:00