refactor user nav bar and log entry index

This commit is contained in:
Dylan Knutson
2025-07-30 06:59:34 +00:00
parent 8bcdd9b451
commit 4e94a8911c
9 changed files with 352 additions and 243 deletions

View File

@@ -3,7 +3,7 @@ if Rails.env.development? || Rails.env.staging?
# Rack::MiniProfiler.config.pre_authorize_cb = lambda { |env| true }
Rack::MiniProfiler.config.authorization_mode = :allow_all
Rack::MiniProfiler.config.enable_advanced_debugging_tools = true
Rack::MiniProfiler.config.position = "top-right"
Rack::MiniProfiler.config.position = "top-left"
Rack::MiniProfiler.config.disable_caching = false
Rack::MiniProfiler.config.skip_paths = [%r{/blobs/.+/contents.jpg$}]
end

View File

@@ -25,7 +25,9 @@ module.exports = {
experimental: {
classRegex: [
/\\bclass:\s*'([^']*)'/,
/\\bclass=\s*'([^']*)'/,
/\\bclass:\s*"([^"]*)"/,
/\\bclass=\s*"([^"]*)"/,
/["'`]([^"'`]*).*?,?\s?/,
],
},