Riccardo Graziosi
d7e7db9f72
Add custom CSS ( #264 )
2024-01-23 18:50:42 +01:00
Rasmus
376e232f71
Skip asset pipeline for site logo file/url ( #255 )
...
Fixes #238
The ruby pipeline validation causes an exception if the file is missing, so pointing to an invalid file/url for the site logo makes every page crash
2024-01-15 19:56:08 +01:00
William Vo
35e7106a93
Add 🇻🇳 Vietnamese locale ( #240 )
2024-01-08 17:13:39 +01: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
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
b2e9031ed6
Add some header settings ( #199 )
...
* Add show_roadmap_in_header setting
* Add collapse_boards_in_header setting (thanks @josh-bitovi)
2023-02-11 11:35:27 +01:00
Riccardo Graziosi
d4242dd78e
Move tenant settings on separate model ( #196 )
2023-02-04 15:43:15 +01:00
Riccardo Graziosi
0e96ff7ad4
Add role 'owner' to users ( #185 )
2023-01-18 21:11:27 +01:00
Riccardo Graziosi
fd3665cce6
Improve Docker installation ( #152 )
2022-09-15 17:15:12 +02:00
Riccardo Graziosi
35831b9801
Add Site settings > General ( #133 )
2022-07-18 10:47:54 +02:00
Riccardo Graziosi
37fb99a868
Add users management to site settings ( #126 )
2022-06-24 14:39:35 +02:00
Riccardo Graziosi
8e75a85873
Refactor CSS ( #116 )
...
Refactor CSS files and structure. Also refactors some html and React components for a smarter use of CSS classes.
2022-06-08 10:20:36 +02:00
Riccardo Graziosi
78049a820c
Add internationalization ( #114 )
...
🇬🇧 and 🇮🇹
2022-06-05 11:40:43 +02:00
Riccardo Graziosi
f2977574d6
Remove unimplemented pages from site settings menu
...
Commit #200 ;)
2022-05-10 19:57:49 +02:00
Riccardo Graziosi
5256ea911a
Add post status administration ( #105 )
2022-05-01 18:00:38 +02:00
Riccardo Graziosi
9b337cc659
Fix navbar style
2020-07-26 15:32:50 +02:00
Ruben Waterman
08de979b45
Add dark-mode support ( #24 )
...
* add dark-mode support
* make improvements as suggested by riggraz
* fix some dark theme styles
Co-authored-by: Riccardo Graziosi <riccardo.graziosi97@gmail.com >
2020-07-17 18:51:34 +02:00
riggraz
e06d95a7bb
Add posts and comments to admin panel
2019-09-24 21:16:51 +02:00
riggraz
9bdbcef0ab
Improve navbar brand visualisation
2019-09-24 16:37:55 +02:00
riggraz
e70d3bbda6
Add default favicon and logo
2019-09-23 17:06:32 +02:00
riggraz
10f73d876e
Add .env file for docker-compose
2019-09-23 12:14:35 +02:00
riggraz
494983efc6
Improve style pt. 3 (breakpoints)
2019-09-19 19:06:22 +02:00
riggraz
2bc991e154
Fix css bug in header
2019-09-19 18:45:55 +02:00
riggraz
409cdeef8a
Improve style pt. 1
2019-09-19 16:42:43 +02:00
riggraz
5ca113b545
Fix flickering caused by turbolinks and other minor fixes
2019-09-11 21:03:40 +02:00
riggraz
d9414bd218
Add system tests for user signup, login and edit profile
2019-08-28 15:21:20 +02:00
riggraz
87c205ca60
Apply single quote convention in Ruby code
2019-08-24 20:04:53 +02:00
riggraz
33ba4771d7
Add Boards
2019-08-22 17:09:13 +02:00
riggraz
ecc0d1cb27
Add admin panel and make it work for user resource
2019-08-21 16:13:39 +02:00
riggraz
35d55c1e71
Add gravatar picture to header
2019-08-19 17:42:13 +02:00
riggraz
7f2f536027
Improve style, in particular forms
2019-08-19 16:43:32 +02:00
riggraz
c270fcff11
Add header and customize some devise views
2019-08-19 13:52:26 +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