mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 06:21:23 +00:00
* pwa(cleanup): enforce LF, head meta + icons, manifest orientation, remove static webmanifest * pwa(cleanup): add gitattributes, head meta/icons, manifest orientation; remove static manifest; small nav & dashboard fixes * pwa(cleanup): improve transaction drawer header layout with inline close button * fix: address PR review feedback - Add dom_id to transaction header for Turbo Stream updates (Codex) - Add pending badge next to date when transaction is pending (CodeRabbit) - Make close button keyboard-focusable by removing tabindex=-1 (CodeRabbit) - Fix settings nav horizontal scroll with flex-nowrap space-x-1 (CodeRabbit) * fix: localize 'Linked with Plaid' tooltip string (CodeRabbit) * Update .gitattributes Better comment smh * fix: align transaction/transfer dialog icons and update transfer drawer pattern - Fix icon alignment in transaction header (items-center instead of items-start) - Make transfer/linked icons consistent size and color - Update transfers/show.html.erb to use frame: drawer with hide_close_icon pattern - Match transfer dialog header layout with transaction details * fix: enhance header layout This in the transaction and transfer views, with consistent icon placement * fix: remove fixed height from HTML document class basically a regression issue pretty sure * fix: update dialog rendering to use 'frame' and hide close icon in headers * fix: update transaction type tabs layout for improved responsiveness * fix: conditionally render transaction type tabs based on account type
15 lines
496 B
Plaintext
15 lines
496 B
Plaintext
# See https://git-scm.com/docs/gitattributes for more about git attribute files.
|
|
|
|
# Mark the database schema as having been generated.
|
|
db/schema.rb linguist-generated
|
|
|
|
# Mark any vendored files as having been vendored.
|
|
vendor/* linguist-vendored
|
|
config/credentials/*.yml.enc diff=rails_credentials
|
|
config/credentials.yml.enc diff=rails_credentials
|
|
|
|
# Ensure consistent line endings for scripts and Ruby files to avoid shebang issues on Windows
|
|
bin/* text eol=lf
|
|
*.sh text eol=lf
|
|
*.rb text eol=lf
|