Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

* [PR-6](https://github.com/itk-dev/rpa-process-overview/pull/6)
Setup tailwind
* [PR-4](https://github.com/itk-dev/rpa-process-overview/pull/4)
Added and used `rsync` inside docker service
* [PR-3](https://github.com/itk-dev/rpa-process-overview/pull/3)
Expand Down
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

* [ ] Handle pagination
* [ ] Search for process when creating/editing overview
* [ ] Figure out [how to build tailwind](https://symfony.com/bundles/TailwindBundle/current/index.html#deploying) and set
it up
5 changes: 5 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ tasks:
cmds:
- task: widgets:build

# Build tailwind
- task: console
vars:
TASK_ARGS: tailwind:build

# Copy result into public folder
- task: compose
vars:
Expand Down
1 change: 1 addition & 0 deletions assets/styles/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "tailwindcss";
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"symfony/translation": "~7.3.0",
"symfony/twig-bundle": "~7.3.0",
"symfony/yaml": "~7.3.0",
"symfonycasts/tailwind-bundle": "^0.11.1",
"twig/extra-bundle": "^2.12 || ^3.0",
"twig/twig": "^2.12 || ^3.0"
},
Expand Down
Loading