Skip to content

Commit 0c6cf46

Browse files
Merge pull request #139 from rakutentech/feature/files
(v2.3) UI Bug fixes and major refactor. Icons everywhere. Local storage bug fixed.
2 parents 0544fea + 382e50c commit 0c6cf46

18 files changed

+850
-448
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Fixing lints
184184
- v2.1 UI - adds search bar and few aligment fixes on table
185185
- v2.2 PHP 8.1 and 8.2 support added
186186
- Groupby enabled for routes and controllers
187+
- v2.3 Bug fix for localstorage (tabs) and full UI refactored after alpha
187188

188189

189190
# Maintainers

package-lock.json

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"dependencies": {
3+
"react-files": "^3.0.0"
4+
}
5+
}

0 commit comments

Comments
 (0)