-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
256 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
ruby 3.1.2 | ||
nodejs 19.4.0 |
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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
document.addEventListener('DOMContentLoaded', () => { | ||
// Functions to open and close a modal | ||
function openModal($el) { | ||
$el.classList.add('is-active'); | ||
} | ||
|
||
function setTurboFrameSrc($el) { | ||
const frame = $el.querySelector('turbo-frame') | ||
frame.setAttribute('src', $el.getAttribute("data-turbo-frame-src")) | ||
} | ||
|
||
function closeModal($el) { | ||
$el.classList.remove('is-active'); | ||
if($el.classList.contains('modal-turbo-frame')) { | ||
$el.querySelector(".modal-content .box turbo-frame").innerHTML = '<div class="is-flex is-justify-content-center"><div class="spinner"></div></div>' | ||
} | ||
} | ||
|
||
function closeAllModals() { | ||
(document.querySelectorAll('.modal') || []).forEach(($modal) => { | ||
closeModal($modal); | ||
if($modal.classList.contains('modal-turbo-frame')) { | ||
$modal.querySelector(".modal-content .box turbo-frame").innerHTML = '<div class="is-flex is-justify-content-center"><div class="spinner"></div></div>' | ||
} | ||
}); | ||
} | ||
|
||
// Add a click event on buttons to open a specific modal | ||
(document.querySelectorAll('.modal-trigger') || []).forEach(($trigger) => { | ||
const modal = $trigger.dataset.target; | ||
const $target = document.getElementById(modal); | ||
|
||
$trigger.addEventListener('click', (event) => { | ||
event.preventDefault(); | ||
openModal($target); | ||
if($target.classList.contains('modal-turbo-frame')) { | ||
setTurboFrameSrc($target); | ||
} | ||
}); | ||
}); | ||
|
||
// Add a click event on various child elements to close the parent modal | ||
(document.querySelectorAll('.modal-background, .modal-close, .modal-card-head .delete, .modal-card-foot .button') || []).forEach(($close) => { | ||
const $target = $close.closest('.modal'); | ||
|
||
$close.addEventListener('click', () => { | ||
closeModal($target); | ||
}); | ||
}); | ||
|
||
// Add a keyboard event to close all modals | ||
document.addEventListener('keydown', (event) => { | ||
const e = event || window.event; | ||
|
||
if (e.keyCode === 27) { // Escape key | ||
closeAllModals(); | ||
} | ||
}); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
= turbo_frame_tag "versions" | ||
h1.title.is-2.mb-0 Previous Versions | ||
i Last 10 versions are stored | ||
|
||
- @chord_sheet.versions.reverse.each do |version| | ||
- next if version.reify.blank? | ||
|
||
hr | ||
.version-container | ||
.is-flex.is-justify-content-space-between.is-flex-wrap-wrap style="gap: .5rem" | ||
p | ||
b Name: | ||
span = version.reify.name | ||
|
||
div | ||
small.has-text-grey-light | ||
span.icon | ||
i.fas.fa-clock | ||
span = local_time(version.created_at) | ||
|
||
= button_to(restore_chord_sheet_path(@chord_sheet, version_id: version.id), | ||
class: "button is-warning is-small") | ||
span.icon-text.is-flex-wrap-nowrap | ||
span.icon | ||
i.fas.fa-history | ||
span Restore | ||
|
||
p | ||
b Content: | ||
|
||
div style="max-height: 20em; overflow: auto" | ||
pre | ||
- version.reify.content.each do |line| | ||
span class=(line["type"] == "chords" ? "chord-line" : "lyric-line") | ||
= line["content"] |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# This migration creates the `versions` table, the only schema PT requires. | ||
# All other migrations PT provides are optional. | ||
class CreateVersions < ActiveRecord::Migration[7.0] | ||
|
||
# The largest text column available in all supported RDBMS is | ||
# 1024^3 - 1 bytes, roughly one gibibyte. We specify a size | ||
# so that MySQL will use `longtext` instead of `text`. Otherwise, | ||
# when serializing very large objects, `text` might not be big enough. | ||
TEXT_BYTES = 1_073_741_823 | ||
|
||
def change | ||
create_table :versions do |t| | ||
t.string :item_type, null: false | ||
t.bigint :item_id, null: false | ||
t.string :event, null: false | ||
t.string :whodunnit | ||
t.text :object, limit: TEXT_BYTES | ||
|
||
# Known issue in MySQL: fractional second precision | ||
# ------------------------------------------------- | ||
# | ||
# MySQL timestamp columns do not support fractional seconds unless | ||
# defined with "fractional seconds precision". MySQL users should manually | ||
# add fractional seconds precision to this migration, specifically, to | ||
# the `created_at` column. | ||
# (https://dev.mysql.com/doc/refman/5.6/en/fractional-seconds.html) | ||
# | ||
# MySQL users should also upgrade to at least rails 4.2, which is the first | ||
# version of ActiveRecord with support for fractional seconds in MySQL. | ||
# (https://github.com/rails/rails/pull/14359) | ||
# | ||
# MySQL users should use the following line for `created_at` | ||
# t.datetime :created_at, limit: 6 | ||
t.datetime :created_at | ||
end | ||
add_index :versions, %i[item_type item_id] | ||
end | ||
end |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -25,6 +25,6 @@ | |
}, | ||
"devDependencies": { | ||
"@4tw/cypress-drag-drop": "^2.2.2", | ||
"cypress": "^10.9.0" | ||
"cypress": "12.9.0" | ||
} | ||
} |
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.