Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V4 #325

Merged
merged 47 commits into from
Apr 26, 2022
Merged

V4 #325

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
a130924
[chore] cleanup unit tests
chewnoill Jan 25, 2022
9320560
[chore] migrate to to 1.6
chewnoill Jan 27, 2022
dc44c39
[chore] remove support for 1_3 and 1_4
chewnoill Jan 27, 2022
08d38bb
[ci] create v4 ci pipeline
chewnoill Jan 27, 2022
89184e8
[chore] assume 1.6 format
chewnoill Jan 28, 2022
9c24118
[chore] remove un needed babel plugin
chewnoill Feb 3, 2022
876f7f4
[doc] signpost node build
chewnoill Feb 4, 2022
ef55a9e
[doc] update output content
chewnoill Feb 1, 2022
eb06eb0
[chore] update cli copy
chewnoill Feb 2, 2022
78a154f
[doc] cleanup readme
chewnoill Feb 2, 2022
a858cf8
[doc] add cli descriptions
chewnoill Feb 2, 2022
d65539d
[doc] remove extra lines
chewnoill Feb 4, 2022
a65738e
[chore] remove phx1_6 test app
chewnoill Feb 3, 2022
67483e2
[chore] clean phx.new for 1.6
chewnoill Feb 3, 2022
d11cef3
[chore] update dev and test configs
chewnoill Feb 3, 2022
7c556c0
[chore] patch clean version of phoenix 1.6
chewnoill Feb 3, 2022
9e45dd4
[chore] remove unused files
chewnoill Feb 4, 2022
59151af
[config] Gitignore Torch v3 test apps
cpjolicoeur Feb 8, 2022
83f8f03
[version] Bump version
cpjolicoeur Feb 8, 2022
dc88a8b
[mix] Update mix dep versions
cpjolicoeur Feb 8, 2022
45bf9fd
[lint] Credo warning fix
cpjolicoeur Feb 8, 2022
0b1c646
[config] Add .nvmrc file to assets/
cpjolicoeur Feb 8, 2022
7d0d84b
[assets] Update package-lock
cpjolicoeur Feb 8, 2022
cf22bf4
[test] Update phx1_6 test app mix.lock
cpjolicoeur Feb 8, 2022
d8ccaeb
[config] Gitignore Torch v3 test apps
cpjolicoeur Feb 8, 2022
608b66c
[version] Bump version
cpjolicoeur Feb 8, 2022
8bfc925
[docs] Update references of `eex` to `heex`
cpjolicoeur Feb 8, 2022
b3ea325
Move layout to heex and drop old eex templates
cpjolicoeur Feb 8, 2022
3830726
Update heex layout template
cpjolicoeur Feb 8, 2022
8b90e61
Update form template for new heex syntax
cpjolicoeur Feb 9, 2022
c138a68
[fix] Use correct template value in patchfile
cpjolicoeur Feb 9, 2022
3198abe
Update to only support heex by default
cpjolicoeur Feb 9, 2022
9498018
[docs] Update README
cpjolicoeur Feb 9, 2022
534ca02
[config] Upgrade to webpack 5 and config
cpjolicoeur Feb 10, 2022
5584c14
Updates for webpack 5 upgrade
cpjolicoeur Feb 10, 2022
60321e5
[assets] Run webpack compile
cpjolicoeur Feb 10, 2022
4f23983
Update UI of generated forms
cpjolicoeur Mar 1, 2022
73276c3
Update indentation of template file
cpjolicoeur Mar 1, 2022
32b3ae5
Update DOM and UI for show pages
cpjolicoeur Mar 1, 2022
81ea6eb
Update UI of index page content table
cpjolicoeur Mar 1, 2022
c333540
Update index filter UI layout
cpjolicoeur Mar 2, 2022
65160aa
Use flexbox for main container and nav layout
cpjolicoeur Mar 2, 2022
e632194
Build updated CSS asset files
cpjolicoeur Mar 2, 2022
4098d10
Switch to Parcel to build assets
cpjolicoeur Apr 25, 2022
c4e2452
[docs] Add Upgrading doc
cpjolicoeur Apr 26, 2022
4a918a2
[mix] Version bump in prep for v4 release
cpjolicoeur Apr 26, 2022
5cc9d40
[CI] Update GH Actions CI for v3/v4 switch-over
cpjolicoeur Apr 26, 2022
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
Prev Previous commit
Next Next commit
Use flexbox for main container and nav layout
  • Loading branch information
cpjolicoeur committed Apr 26, 2022
commit 65160aa9fb3d9a7b4ab5019ad4dc1cd2614e639c
5 changes: 2 additions & 3 deletions assets/css/base/globals/_global.sass
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ html
text-decoration: none

.torch-container
width: calc(1325px + 15px + 15px)
max-width: calc(100% - 30px)
flex: 1
margin: 0 auto
padding-right: 15px
padding-left: 15px
padding-left: 15px
1 change: 0 additions & 1 deletion assets/css/theme/components/_nav.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
section#torch-nav
display: flex
background-color: $alabaster-gray

.torch-container
Expand Down
4 changes: 1 addition & 3 deletions assets/css/theme/globals/_global.sass
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ html
text-decoration: none

.torch-container
width: calc(1325px + 15px + 15px)
max-width: calc(100% - 30px)
margin: 0 auto
padding-right: 15px
padding-left: 15px
padding-left: 15px
5 changes: 3 additions & 2 deletions assets/css/theme/pages/_index.sass
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ body.torch-index
display: flex

section#torch-filters
flex: 1
margin-left: 35px
width: calc(30% - 35px)
order: 2

section#torch-table
width: 70%
flex: 3
order: 1
width: 70%

table
margin-bottom: 20px
Expand Down