2026-03-02 13:57:03 -05:00
|
|
|
@import 'rootvars';
|
2026-03-09 21:52:54 -04:00
|
|
|
@import 'applets';
|
2026-03-02 15:45:12 -05:00
|
|
|
@import 'base';
|
|
|
|
|
@import 'button-pad';
|
2026-03-06 16:39:05 -05:00
|
|
|
@import 'dashboard';
|
2026-03-09 21:52:54 -04:00
|
|
|
@import 'gameboard';
|
2026-03-05 14:45:55 -05:00
|
|
|
@import 'palette-picker';
|
2026-03-14 00:10:40 -04:00
|
|
|
@import 'room';
|
2026-04-08 11:52:49 -04:00
|
|
|
@import 'card-deck';
|
rename natus → sky across the codebase — natal chart abstraction is now sky throughout, since chart inputs aren't birthday-gated
Mechanical rename: 5 files (sky-wheel.js, _sky.scss, _sky_overlay.html, SkyWheelSpec.js x2), 24 in-place edits across templates/views/urls/SCSS/JS/tests/CLAUDE.md. URL names epic:natus_save → epic:sky_save (epic namespaced, no clash w. dashboard:sky_save), JS module NatusWheel → SkyWheel, DOM ids id_natus_* → id_sky_*, BEM classes natus-* → sky-*, dashboard sky_natus_data/sky_natus_preview collapsed to sky_data/sky_preview_data. No DB migration needed (User.sky_chart_data + GameEvent.SKY_SAVED already used sky-prefix). 778 ITs + Jasmine green.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 20:36:15 -04:00
|
|
|
@import 'sky';
|
2026-03-29 13:36:44 -04:00
|
|
|
@import 'tray';
|
2026-03-23 01:06:14 -04:00
|
|
|
@import 'billboard';
|
rename: Note→Post/Line (dashboard); Recognition→Note (drama); new-post/my-posts to billboard
- dashboard: Note→Post, Item→Line across models, forms, views, API, urls & tests
- new-post (9×3) & my-posts (3×3) applets migrate from dashboard→billboard context; billboard view passes form & recent_posts
- drama: Recognition→Note, related_name notes; billboard URL /recognition/→/my-notes/, set-palette at /note/<slug>/set-palette
- recognition.js→note.js (module Note, data.note key); recognition-page.js→note-page.js; .recog-*→.note-*
- _recognition.scss→_note.scss; BillNotes page header; applet slug billboard-recognition→billboard-notes (My Notes)
- NoteSpec.js replaces RecognitionSpec.js; test_recognition.py→test_applet_my_notes.py
- 4 migrations applied: dashboard 0004, applets 0011+0012, drama 0005; 683 ITs green
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 22:32:34 -04:00
|
|
|
@import 'note';
|
2026-04-16 02:36:24 -04:00
|
|
|
@import 'tooltips';
|
2026-03-15 01:17:09 -04:00
|
|
|
@import 'game-kit';
|
2026-03-09 14:40:34 -04:00
|
|
|
@import 'wallet-tokens';
|
2026-03-02 15:45:12 -05:00
|
|
|
|
2026-03-02 13:57:03 -05:00
|
|
|
|
|
|
|
|
input,
|
|
|
|
|
textarea,
|
|
|
|
|
select,
|
|
|
|
|
[contenteditable] {
|
|
|
|
|
user-select: text;
|
|
|
|
|
touch-action: auto;
|
|
|
|
|
}
|