Theming and such

This commit is contained in:
2023-07-06 13:23:31 -04:00
parent 6c658d9680
commit 1a7157000a
16 changed files with 4837 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
class StatusLengthValidator < ActiveModel::Validator
MAX_CHARS = 500
MAX_CHARS = 1500
URL_PLACEHOLDER_CHARS = 23
URL_PLACEHOLDER = 'x' * 23