Skip to content

Commit

Permalink
hypertable v1: remove scroll to end button
Browse files Browse the repository at this point in the history
  • Loading branch information
phndiaye committed Aug 12, 2024
1 parent fc90421 commit 785963b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions addon/components/hyper-table/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,6 @@
/>
</div>

<div class="scroll-button-container {{if this.manager.isScrollable 'is-visible'}}">
<OSS::Button
@label={{t "hypertable.column.scroll_to_end"}}
class="scroll-button {{if this.manager.isScrollable 'is-visible'}}"
{{action "scrollToEnd"}}
/>
</div>

<div class="hypertable__table {{if (eq this._collection.length 0) 'hypertable__table--empty'}}">
{{#if (and this.manager.tetherInstance this.manager.tetherBackdrop)}}
<div class="hypertable__backdrop" {{action "onBackdropClick"}}></div>
Expand Down
1 change: 0 additions & 1 deletion app/styles/hypertable.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

.hypertable-container {
width: 100%;
position: relative;
}

.hypertable {
Expand Down

0 comments on commit 785963b

Please sign in to comment.