Riccardo Graziosi
|
9c5553cc32
|
Add sort by filter to post list (#271)
|
2024-01-26 17:43:24 +01:00 |
|
Riccardo Graziosi
|
189d5abe27
|
Remove unused dependencies (#228)
* Remove unused package.json dependencies
* Remove unused files
* Remove some bootstrap js dependencies
|
2023-05-20 12:52:19 +02:00 |
|
Riccardo Graziosi
|
d8cf46c351
|
Switch from webpacker to (css|js)bundling-rails (#227)
* Install jsbundling-rails, uninstall rails/webpacker
* Remove outdated step from run-tests workflow
* Use cssbundling-rails for CSS
|
2023-05-19 17:47:01 +02:00 |
|
Riccardo Graziosi
|
e79d550070
|
Bump webpack-dev-server to 3.11.3 (#226)
|
2023-05-14 15:58:48 +02:00 |
|
Riccardo Graziosi
|
c8f4766332
|
Bump yarn packages (webpacker, bootstrap, ...) (#222)
* Specify exact versions in package.json
* Bump @rails packages to 6.1.7-3
* Bump decode-uri-component from 0.2.0 to 0.2.2 (#176)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump qs from 6.5.2 to 6.5.3 (#177)
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump express from 4.17.1 to 4.18.2 (#178)
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)
---
updated-dependencies:
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump json5 from 1.0.1 to 1.0.2 (#182)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump minimatch from 3.0.4 to 3.0.8 (#223)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8)
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @rails/webpacker to 5.1.0
* Fix translations import in application.js
* Bump @rails/webpacker to 5.4.4
* Set some babel plugins loose=true to suppress warnings
* Bump boostrap to 4.6.2 and popper.js to 1.16.1
* Fix CSS after bootstrap bump
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-13 18:41:26 +02:00 |
|
Riccardo Graziosi
|
6198d814d8
|
Add ReactIcons (#149)
|
2022-08-22 10:38:03 +02:00 |
|
Riccardo Graziosi
|
9592ac3d1d
|
Form refactoring (#142)
|
2022-07-22 16:50:36 +02:00 |
|
Riccardo Graziosi
|
db674eaf6a
|
Update rails, webpacker and other deps (#122)
* Update webpacker to 4.3.0
* Update Rails to 6.0.5
* Update webpack-dev-server to 3.11.0
* Update @rails packages to 6.0.5 in package.json
|
2022-06-10 13:40:29 +02:00 |
|
Riccardo Graziosi
|
35c427d9f6
|
Add markdown support (#115)
|
2022-06-06 20:20:03 +02:00 |
|
Riccardo Graziosi
|
78049a820c
|
Add internationalization (#114)
🇬🇧 and 🇮🇹
|
2022-06-05 11:40:43 +02:00 |
|
Riccardo Graziosi
|
5256ea911a
|
Add post status administration (#105)
|
2022-05-01 18:00:38 +02:00 |
|
Riccardo Graziosi
|
1803c293ff
|
Enable redux dev tools and refactor http requests
|
2022-04-09 10:45:43 +02:00 |
|
Riccardo Graziosi
|
1f15114e7d
|
Update jquery from 3.5.0 to 3.5.1
|
2020-08-11 11:22:38 +02:00 |
|
Riccardo Graziosi
|
732a75d2b2
|
Apply dependabot security fixes (#26)
* Bump nokogiri from 1.10.5 to 1.10.8 (#11)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.5...v1.10.8)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump puma from 3.12.2 to 3.12.4 (#14)
Bumps [puma](https://github.com/puma/puma) from 3.12.2 to 3.12.4.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v3.12.2...v3.12.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump acorn from 6.4.0 to 6.4.1 (#15)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump jquery from 3.4.1 to 3.5.0 (#18)
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump kaminari from 1.1.1 to 1.2.1 (#19)
Bumps [kaminari](https://github.com/kaminari/kaminari) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/kaminari/kaminari/releases)
- [Changelog](https://github.com/kaminari/kaminari/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kaminari/kaminari/compare/v1.1.1...v1.2.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com>
* Bump websocket-extensions from 0.1.4 to 0.1.5 (#21)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-ruby) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/faye/websocket-extensions-ruby/releases)
- [Changelog](https://github.com/faye/websocket-extensions-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-ruby/compare/0.1.4...0.1.5)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump websocket-extensions from 0.1.3 to 0.1.4 (#22)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump rack from 2.0.8 to 2.2.3 (#23)
Bumps [rack](https://github.com/rack/rack) from 2.0.8 to 2.2.3.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.8...2.2.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com>
* Bump lodash from 4.17.15 to 4.17.19 (#25)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-07-26 15:25:35 +02:00 |
|
riggraz
|
551feef79e
|
Improve LikeList style
|
2019-09-30 18:10:51 +02:00 |
|
riggraz
|
678d2eaacf
|
Improve type checks
|
2019-09-26 16:03:41 +02:00 |
|
riggraz
|
e92aa9842c
|
Add redux-devtools
|
2019-09-14 17:36:11 +02:00 |
|
riggraz
|
8d9ab0f717
|
Add Redux and use it for state management
|
2019-09-11 18:30:59 +02:00 |
|
riggraz
|
f9f2b291d6
|
Add infinite scroll to post list
|
2019-09-04 21:12:07 +02:00 |
|
riggraz
|
24339c0e08
|
Add React and TS to webpacker; add react-rails gem
|
2019-08-25 14:34:20 +02:00 |
|
riggraz
|
6fe5845ec9
|
Add Boostrap
|
2019-08-19 12:16:17 +02:00 |
|
riggraz
|
467d5a9a0f
|
Setup Rails project and dockerize
|
2019-08-18 14:51:37 +02:00 |
|