Commit e146b30
Add cp dashboard proxy based on speciality and published a new report dashboard (#254)
* chore(design-system): update design system version
* chore(design-system): update design library with sidebar fixes
* feat(login-page): add navigate state in order to handle afterLogin
In logged template add new state var with the current location value.
This value will be used to redirect back the user after a correct login
* test(login): add debug log
* fix(login-form): update redirect method
* feat(campaign-dashboard): setup basic page
* chore(api): update api slice with get-campaign-reports route
* feat(campaign-dashboard): retrieve reports from api
* chore(api): update api hooks with getCampaignById
* feat(campaign-dashboard): create barebone structure
* feat(dashboard-routing): clean up dashboard routing with a clean new util
* chore(api): update api definition
* Cup 1334 add report dashboard (#240)
* feat(campaign-dashboard): setup basic page
* chore(api): update api slice with get-campaign-reports route
* feat(campaign-dashboard): retrieve reports from api
* chore(api): update api hooks with getCampaignById
* feat(campaign-dashboard): create barebone structure
* feat(campaign-dashboard): add new UI for report cards
* feat(campaign-reports): add new archive icon
* feat(translations): add missing download label for campaign reports
* feat(translations): update campaign reports translations
* feat(campaign-reports): add input toggle in page header
* fix(campaing-dashboard): input toggle is not editable
* feat(campaign-reports): improve campaign page and page header components
* feat(campaign-reports): add empty state
* feat(campaign-reports): add page title and subtitle
* feat(campaign-reports): add translations for file type labels
* feat(campaign-reports): handle different button text and icon for links + remove trim input
* fix(campaign-reports): fix date font size
Co-authored-by: Luca Cannarozzo <cannarozzoluca@live.it>
* feat(dashboard): redirect campaign to the most appropriate dash
* fix(campaign-reports): fix breadcrumb project href + fix empty state title
* build(gtm): change Google Tag Manager container
* feat(gtm): add auth and env to dev gtm environment
* test(gtm): remove pageView event
* feat(campaign-reports): add loader + page improvements
* feat(routes): add CROWD_WP_URL to localized routes paths
* fix(wizard): fix missing campaign_date_end
* fix(wizard): remove useless campaign_date_end_text form field
* fix(wizard): remove useless whenConfirm old component
* feat(gtm): move dl push into useEffect hook
* Update translation.json (POEditor.com)
* Update translation.json (POEditor.com)
* refactor(i18n): reordered terms
* refactor(i18n): remove unused term
* Update translation.json (POEditor.com)
* Update translation.json (POEditor.com)
* sort terms
* fix(translations): update translations + fix i18n compare
* Update translation.json (POEditor.com)
* Update translation.json (POEditor.com)
* refactor(i18n): re-ordered strings
* chore(design-system): bump version to fix sidebar on mobile
* refactor(express): remove unused import on who step
* feat(express): improve mobile experience with modal use case
* feat(express): improve experience of submit btn on small screen
* fix(gtm): check activeWorkspace before setting DL company
* fix(gtm): update company also on ws switch
* feat(gtm): add workspace change event
* refactor(navigation): remove useless console log
Co-authored-by: Marco Bonomo <82754802+marcbon@users.noreply.github.com>
Co-authored-by: Marco Bonomo <marco.bonomo@unguess.io>1 parent f2855b8 commit e146b30
File tree
52 files changed
+1359
-330
lines changed- src
- app
- assets
- icons
- common
- projects
- features
- api
- templates
- hooks
- locales
- en
- it
- pages
- Campaign
- Dashboard
- campaigns-list
- project-items
- ExpressWizard
- steps
- express-1
- confirm
- express-2
- ModalUseCase
- express-3/ModalUseCase
- LoginPage
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+1359
-330
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 11 | | |
21 | 12 | | |
22 | 13 | | |
| |||
26 | 17 | | |
27 | 18 | | |
28 | 19 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 20 | + | |
37 | 21 | | |
| 22 | + | |
| 23 | + | |
38 | 24 | | |
39 | 25 | | |
40 | 26 | | |
| |||
Loading
Loading
Loading
Loading
Loading
0 commit comments