Skip to content

Commit

Permalink
Develop (#1084)
Browse files Browse the repository at this point in the history
* Hide a slide outline

* fix news modal from closing when image is not created (#1061)

* - getting news from cache - green notification on news modal success (#1063)

* fix scrolling to the main text (#1075)

* remove react helmet + add banner (#1072)

* Fixed progress bar visibility and popups (#1070)

* Fixed progress bar visibility and popups

* add animation transition to make it smoother

---------

Co-authored-by: Oleh-Kril <[email protected]>

* Fix issue 847 Fix Url Ref (#1068)

* Fix PrivatePolicy streetcode reference

* Change ref to https://streetcode.com.ua

* Add some fix

* Fixed the amount buttons and input in donates modal (#1060)

* Fix news image on safari (#1058)

* refactor newsImage styles

* add max-height

* Fix for fans category editing (#1037)

* Fixed unavalaible categories on new streetcode

* Fixed category editing of for fans categories

* Made a mobile ornament with varying lengths for screens with a width … (#1030)

* Made a mobile ornament with varying lengths for screens with a width of 480 pixels or less

* adjust margins to correspond design

---------

Co-authored-by: Oleh-Kril <[email protected]>

* Fixed Issue 870, 871 (#1025)

* Add red * to Timeline date field and vanish an error

* Fix logic when error message shoud vanish

* fix data check in timelineAdminModal

* set fixed position for arrows in connection(streetcode) (#1029)

* set fixed position for arrows in connection(streetcode)

* adjust position of arrows

---------

Co-authored-by: Oleh-Kril <[email protected]>

* fix our partners title (#1022)

now it takes only 1 row instead of 2

* Refactor teams modal & list (#1069)

* Refactor teams modal & list

* remove commented code

* Jest config (#1028)

* Configured Jest

* Configured Jest

* Adding/modifying code spliting for dev and prod setups (#1041)

* modify_bundle_split_for_dev_setup

* adding_bundle_split_to_prod_condig

* adding_entry_to_gitignore_file

* adding_empty_line

* adjust admin page styles (#1066)

* Refactor partner modal (#1073)

* refactor code part 1 - reduce code amount

* refactor image uploading logic to make it correct

* Minor changes and improvements (#1042)

* adding_check-node-version_lib_and engine_configs

* update_package-lock_and_yarn-lock_files

* edit_readme_file

---------

Co-authored-by: Oleh-Kril <[email protected]>

* Issue 604 (Change padding in main text field) (#1077)

* Change padding in the text field

* adjust on phone

---------

Co-authored-by: Oleh-Kril <[email protected]>

* fix related events modal (#1080)

* deleted scroll up on mobile and tablet

* update components

* add loading all tags

* update streetcode components

* update tags modal

* update tags slider

* delete streetcodeid

* update related figure

* - refactor code (no business logic changes) (#1065)

* run linter (#1081)

* revert_resolve_path_for_dev_build

* revert_resolve_path_for_prod_build

---------

Co-authored-by: ValDekh <[email protected]>
Co-authored-by: Valerii Dekhtiyk <[email protected]>
Co-authored-by: Bohdan Bozhyk <[email protected]>
Co-authored-by: BohdanBybliv <[email protected]>
Co-authored-by: mykola-krai <[email protected]>
Co-authored-by: Kateryna Yatsiuk <[email protected]>
Co-authored-by: Roman Serhiychuk <[email protected]>
Co-authored-by: Rominos7 <[email protected]>
  • Loading branch information
9 people authored Jan 1, 2024
1 parent 4d53341 commit bfdfaaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions config/webpack.dev.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const Dotenv = require('dotenv-webpack');
const Webpack = require('webpack');
const path = require('path');

module.exports = {
entry: {
Expand All @@ -22,7 +21,6 @@ module.exports = {
},
output: {
filename: '[name].bundle.js',
path: path.resolve(__dirname, 'dist'),
chunkFilename: '[name].chunk.js',
publicPath: '/'
},
Expand Down
2 changes: 0 additions & 2 deletions config/webpack.prod.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const Dotenv = require('dotenv-webpack');
const webpack = require("webpack");
const path = require('path');

module.exports = {
entry: {
Expand All @@ -16,7 +15,6 @@ module.exports = {
},
output: {
filename: '[name].bundle.js',
path: path.resolve(__dirname, 'dist'),
chunkFilename: '[name].chunk.js',
publicPath: '/',
clean: true,
Expand Down

0 comments on commit bfdfaaf

Please sign in to comment.