Skip to content

Commit

Permalink
Remove old component
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Oct 7, 2024
1 parent a2b2a75 commit 98feccb
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 169 deletions.
105 changes: 0 additions & 105 deletions src/assets/less/components/gp-top-navigation.less

This file was deleted.

4 changes: 0 additions & 4 deletions src/assets/less/pages/globalping/integrations.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
flex-direction: column;
align-items: center;

.c-gp-top-navigation {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .04);
}

&_header {
display: flex;
flex-direction: column;
Expand Down
53 changes: 0 additions & 53 deletions src/views/components/gp-top-navigation.html

This file was deleted.

3 changes: 1 addition & 2 deletions src/views/pages/globalping/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<link rel="ractive" href="../../components/gp-results-raw-output.html" name="c-gp-results-raw-output">
<link rel="ractive" href="../../components/gp-results-table-output.html" name="c-gp-results-table-output">
<link rel="ractive" href="../../components/gp-credits-message.html" name="c-gp-credits-message">
<link rel="ractive" href="../../components/gp-top-navigation.html" name="c-gp-top-navigation">
<link rel="ractive" href="../../components/gp-credits.html" name="c-gp-credits">
<link rel="ractive" href="../../components/gp-jumbotron.html" name="c-gp-jumbotron">

Expand Down Expand Up @@ -1468,7 +1467,7 @@
},
oninit () {
if (!Ractive.isServer) {
this.on('c-header.main-logo-click c-gp-top-navigation.main-logo-click', () => {
this.on('c-header.main-logo-click', () => {
this.set('measurement', '');
return false;
});
Expand Down
1 change: 0 additions & 1 deletion src/views/pages/globalping/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<link rel="ractive" href="../../components/gp-header.html" name="c-gp-header">
<link rel="ractive" href="../../components/gp-footer.html" name="c-gp-footer">
<link rel="ractive" href="../../components/notification.html" name="c-notification">
<link rel="ractive" href="../../components/gp-top-navigation.html" name="c-gp-top-navigation">
<link rel="ractive" href="../../components/gp-jumbotron.html" name="c-gp-jumbotron">

<r-page noYield="{{noYield}}" title="{{title}}" description="{{description}}">
Expand Down
1 change: 0 additions & 1 deletion src/views/pages/globalping/integrations.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<link rel="ractive" href="../../components/gp-header.html" name="c-gp-header">
<link rel="ractive" href="../../components/gp-footer.html" name="c-gp-footer">
<link rel="ractive" href="../../components/notification.html" name="c-notification">
<link rel="ractive" href="../../components/gp-top-navigation.html" name="c-gp-top-navigation">
<link rel="ractive" href="../../components/tiles.html" name="c-tiles">

<r-page noYield="{{noYield}}" title="{{title}}" description="{{description}}">
Expand Down
1 change: 0 additions & 1 deletion src/views/pages/globalping/network-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<link rel="ractive" href="../../components/controlled-input.html" name="c-controlled-input">
<link rel="ractive" href="../../components/gp-results-raw-output.html" name="c-gp-results-raw-output">
<link rel="ractive" href="../../components/gp-jumbotron.html" name="c-gp-jumbotron">
<link rel="ractive" href="../../components/gp-top-navigation.html" name="c-gp-top-navigation">
<link rel="ractive" href="../../components/gp-test-depiction.html" name="c-gp-test-depiction">
<link rel="ractive" href="../../components/placeholder-skeleton.html" name="c-placeholder-skeleton">

Expand Down
1 change: 0 additions & 1 deletion src/views/pages/globalping/slack.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<link rel="ractive" href="../../components/gp-header.html" name="c-gp-header">
<link rel="ractive" href="../../components/gp-footer.html" name="c-gp-footer">
<link rel="ractive" href="../../components/notification.html" name="c-notification">
<link rel="ractive" href="../../components/gp-top-navigation.html" name="c-gp-top-navigation">
<link rel="ractive" href="../../components/gp-jumbotron.html" name="c-gp-jumbotron">

<r-page noYield="{{noYield}}" title="{{title}}" description="{{description}}">
Expand Down
1 change: 0 additions & 1 deletion src/views/pages/globalping/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<link rel="ractive" href="../../components/gp-header.html" name="c-gp-header">
<link rel="ractive" href="../../components/gp-footer.html" name="c-gp-footer">
<link rel="ractive" href="../../components/notification.html" name="c-notification">
<link rel="ractive" href="../../components/gp-top-navigation.html" name="c-gp-top-navigation">
<link rel="ractive" href="../../components/gp-jumbotron.html" name="c-gp-jumbotron">

<r-page noYield="{{noYield}}" title="{{title}}" description="{{description}}">
Expand Down

0 comments on commit 98feccb

Please sign in to comment.