Skip to content

Commit

Permalink
Improve app tile layout in product detail (#232)
Browse files Browse the repository at this point in the history
* fix: app tile layout in product detail

* fix: tile layout in product search

* fix: title of app creation dialog
  • Loading branch information
HenryT-CG authored Sep 24, 2024
1 parent 0724a6f commit 5573cc2
Show file tree
Hide file tree
Showing 11 changed files with 181 additions and 145 deletions.
37 changes: 18 additions & 19 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,40 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/tmp
/out-tsc
tmp
out-tsc
reports

# dependencies
/node_modules
node_modules

# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json

# IDEs and editors
/.idea
.idea
.project
.classpath
.c9/
.c9
.history
.settings
.vscode
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
.angular
.eslintcache
.husky/_
.sass-cache
.gitlab*
.scannerwork
connect.lock
reports
typings
*.log

# e2e
/e2e/*.js
/e2e/*.map
*.sh

# System Files
.DS_Store
Thumbs.db
Thumbs.db
12 changes: 3 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,12 @@ speed-measure-plugin*.json
.project
.classpath
.c9/
.history
.settings
.vscode
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# misc
.angular
.eslintcache
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 5573cc2

Please sign in to comment.