From 246e45e55dd303953b8c4239ded74274583d16d5 Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Fri, 8 May 2026 23:08:33 -0400 Subject: [PATCH] =?UTF-8?q?buds=20rename=20+=20applet-list=20shell=20?= =?UTF-8?q?=E2=80=94=20Buddies=20=E2=86=92=20Buds=20everywhere=20(model=20?= =?UTF-8?q?field,=20slug,=20URL,=20view,=20DOM,=20CSS);=20my=5Fbuds.html?= =?UTF-8?q?=20+=20my=5Fposts.html=20share=20new=20=5Fapplet-list-shell.htm?= =?UTF-8?q?l=20partial=20=E2=80=94=20vertical-title=20applet-scroll=20card?= =?UTF-8?q?;=20my=5Fposts=20hosts=20two=20side-by-side=20in=20landscape,?= =?UTF-8?q?=20stacked=20in=20portrait=20=E2=80=94=20TDD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - lyric/0005 RemoveField+AddField (RenameField doesn't rename the implicit M2M through table; field was new in 0004 so no data loss). Lyric.User.buddies → User.buds; related_name added_as_buddy → added_as_bud. - applets/0007 renames Applet slug my-buddies → my-buds + name 'My Buddies' → 'My Buds'. UI rationale: BILLBUDDIES overflowed the page-header band; in-game term collapses to BILLBUDS. - billboard/0006 alter Line.Meta.ordering = ('created_at', 'id') — was already in models.py, just generates the corresponding migration (formalizing the ordering decision from the May-8b refactor). - global rename via sed: buddies → buds, buddy → bud across 16 files (templates, SCSS, JS, ITs, FTs, page object, view code). 4 file renames via git mv: my_buddies.html → my_buds.html, _applet-my-buddies.html → _applet-my-buds.html, _buddy_panel.html → _bud_panel.html, _buddy_add_panel.html → _bud_add_panel.html, _buddy.scss → _bud.scss. Test files renamed too: test_buddies.py → test_buds.py, test_my_buddies.py → test_my_buds.py, test_buddy_btn.py → test_bud_btn.py. core.scss @import 'buddy' → 'bud'. - new shared partial templates/apps/applets/_partials/_applet-list-shell.html — vertical-rotated

+ scrollable