-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug/692 Fix scrolling behaviour of side menu in userprofile (#700)
* squash all commits * Fix scrolling after rebase * Fix one feature but break another for now * Fix spacing of skills page on person * Fix problem with overlapping when scrolling * Fix first test * Fix styling after rebase * Resolve conversations from review
- Loading branch information
1 parent
c6798eb
commit 24292ed
Showing
18 changed files
with
247 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
= content_for :content do | ||
%div.mt-2 | ||
=render partial:"people/search", :locals => {person: @person} | ||
%div.profile-header-and-tabs.pt-2 | ||
%div | ||
=render partial:"people/search", :locals => {person: @person} | ||
%div{"data-controller": "profile-tab"} | ||
= render "application/tabbar", tabs: person_tabs(@person) do | ||
=link_to image_tag("export.svg", class: "text-primary")+ "Export", export_cv_person_path(@person), class: "btn text-primary", data: { turbo_frame: "remote_modal" } | ||
%turbo-frame{id: "tab-content"} | ||
= yield | ||
= render template: "layouts/application" | ||
= render "application/tabbar", tabs: person_tabs(@person) do | ||
=link_to image_tag("export.svg", class: "text-primary")+ "Export", export_cv_person_path(@person), class: "btn text-primary", data: { turbo_frame: "remote_modal" } | ||
%turbo-frame{id: "tab-content"} | ||
= yield | ||
= render template: "layouts/application" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,4 +116,26 @@ hope: | |
title: BSc in Archeology | ||
competence_notes: Ruby | ||
email: [email protected] | ||
department: ux | ||
department: ux | ||
longmax: | ||
birthdate: 2003-02-05 01:01:01 | ||
location: Biel | ||
marital_status: <%= Person.marital_statuses[:single] %> | ||
name: Longmax Smith | ||
nationality: ZW | ||
roles: [software-engineer] | ||
company: firma | ||
title: BSc in Architecture | ||
competence_notes: | | ||
C | ||
Bash | ||
Java | ||
Ruby | ||
LaTex | ||
Puppet | ||
HTML | ||
CSS | ||
Spring | ||
.NET Maui | ||
email: [email protected] | ||
department: sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.