Commit graph

21 commits

Author SHA1 Message Date
Dominik Żegleń
62817568a7
Use MacawUI (#1229)
* Replace withStyleswith useStyles (#1100)

* Replace withStyleswith useStyles

* Update messages

* Use rem as a spacing unit (#1101)

* Use rems as spacing units

* Fix visual bugs

* Update stories

* Use macaw-ui as theme provider (#1108)

* Use macaw ui as a theme provider

* Add react-dom to aliases

* Fix jest module resolution

* Update useTheme hook usage

* Fix test wrapper

* Use macaw from git repo

* Fix CI

* Update stories

* Fix aliasing

* Extract savebar to macaw ui (#1146)

* wip

* Use savebar from macaw

* Use confirm button from macaw

* Improve file structure

* Use sidebar context from macaw

* Update macaw

* Update macaw version

* Remove savebar from storybook

* Update stories

* Use alerts and notifications from macaw (#1166)

* Use alerts from macaw

* Add notifications from macaw

* Update stories

* Pin macaw version

* Encapsulate limit reached in one component

* Remove unused imports

* Use backlinks from macaw (#1183)

* Use backlink from macaw

* Update macaw version

* Use macaw sidebar (#1148)

* Use sidebar from macaw

* Use shipped logo

* Use lowercase

* Update stories

* Use user chip from macaw (#1191)

* Use user chip from macaw

* Use dedicated components for menu items

* Simplify code

* Bump version and fix types (#1210)

* Rename onBack to onClick

* Rename UserChip to UserChipMenu

* Rename IMenuItem to SidebarMenuItem

* Update macaw version

* Fix tables after changes in macaw (#1220)

* Update macaw version

* Update changelog

* Update stories

* Fix after rebase

* Update to macaw 0.2.0

* Lint files

* Update macaw to 0.2.2
2021-07-21 10:59:52 +02:00
Dominik Żegleń
935a6f4542
Reduce bundle size (#1103)
* Add analysis tools

* Use deep imports to reduce bundle size

* Remove tslint config

* Remove unused packages

* Remove lodash-es references

* Use root level mui imports

* Remove mui from restricted imports
2021-05-14 10:15:15 +02:00
Dominik Żegleń
d220914085
Add service worker (#1073)
* Add service worker

* Update messages

* Update changelog

* Remove debug code

* Refactor code and add interval config

* Clear interval

* Reload all pages simultaneously

* Update copy
2021-04-26 12:10:47 +02:00
Jakub Majorek
e5e5c638ad
Configuration changes (#988)
* Use root path for development

* Use cheaper source maps for development
2021-02-24 12:20:59 +01:00
Sebastian Kalinowski
af01ebe4dc
fix: Use STATIC_URL in development server (#980)
`publicPath` was not set to STATIC_URL when making use
of development server. This prevented properly put dashboard
under subdir in some cases in development mode.
2021-02-22 12:47:57 +01:00
Jakub Majorek
383055a2de
SALEOR-2064 Add generic error tracker with Sentry adapter (#956)
* Add generic error tracker with Sentry extension

* Add Sentry webpack plugin

* Update variable names and README

* Update deploy-staging template

* Update changelog
2021-01-22 15:05:26 +01:00
Krzysztof Wolski
53b6c5ca5c Add GTM 2020-05-26 01:47:12 +02:00
dominik-zeglen
8bdfbfc0eb Throw error when API_URI is not set 2020-01-17 15:59:39 +01:00
dominik-zeglen
baf49a7ca5 Use eslint in build pipeline 2019-12-02 16:33:59 +01:00
dominik-zeglen
1aa3fb19f9 Do not check internal lib types 2019-11-07 14:42:07 +01:00
Khalifa Lame
1ddfa70e20 support .env config 2019-10-01 09:49:05 +04:00
dominik-zeglen
eb4cda9f64 Update locale serving backend 2019-08-29 14:42:59 +02:00
dominik-zeglen
1e4ecc7e6e Fix storybook config 2019-08-29 14:42:59 +02:00
dominik-zeglen
f5142cd34a Use babel-loader instead of ts-loader 2019-08-29 14:12:35 +02:00
dominik-zeglen
c5248a2ffb Configure react-intl 2019-08-29 14:12:34 +02:00
Dominik Żegleń
4ec7508b97
Merge pull request #100 from mirumee/change-default-static-url
Change default STATIC_URL value
2019-08-22 10:53:58 +02:00
Marcin Gębala
b623a6ec99 Change default STATIC_URL value 2019-08-13 12:48:02 +02:00
dominik-zeglen
9d7b3533ea Add favicons 2019-08-12 11:38:01 +02:00
dominik-zeglen
d3a0d118dd Update configs 2019-08-09 16:00:34 +02:00
dominik-zeglen
c228d6e5dc Fix page reloading 2019-06-19 17:11:15 +02:00
dominik-zeglen
5d959e6d6e Initial commit 2019-06-19 16:40:52 +02:00