discoman
  • Joined on 2026-02-10
discoman pushed to main at discoman/python-tdd 2026-03-11 18:50:21 +00:00
8807d31274 unified header_title template values across dashboard applet destination pages; styled &/ added applet titles across all applets
50ee983e27 found some lingering List references in the template dir; summarily changed to Note
f45740d8b3 renamed List to Note everywhere thru-out project in preparation for complete overhaul of applet capabilities
Compare 3 commits »
discoman pushed to main at discoman/python-tdd 2026-03-11 04:58:34 +00:00
aa1cef6e7b new migration in apps.applets to seed wallet applet models; many expanded styles in wallet.js, chiefly concerned w. wallet-oriented FTs tbh; some intermittent Windows cache errors quashed in dash view ITs; apps.dash.views & .urls now support wallet applets; apps.lyric.models now discerns tithe coins (available for purchase soon); new styles across many scss files, again many concerning wallet applets but also applets more generally and also unorthodox media query parameters to make UX more usable; a slew of new wallet partials
discoman pushed to main at discoman/python-tdd 2026-03-10 18:12:04 +00:00
791510b46d many styling fixes, esp. for both landscape & portrait mobile UX tooltips & navbar; core.settings now permits another device on local net to access dev server
discoman pushed to main at discoman/python-tdd 2026-03-10 05:25:22 +00:00
fe6d2c5db1 stylistic changes primarily, esp. to page titles(new spans in header_text block, for instance)
d2861077a4 tooltips now fully styled, appearing above applet container to avoid clipping issues; new methods added to apps.lyric.models.Token
645b265c80 several user QoL styling improvements, incl. footer icon .active color painting
Compare 3 commits »
discoman pushed to main at discoman/python-tdd 2026-03-10 01:53:08 +00:00
382dd5958f full test suite passes; .gear-btn once again moved, this time to new file _applets.scss, along with generic applet styling attrs (removed from _base & .dash, respectively); _gameboard.scss in many ways mirrors particularities of _dash, but also feat. style attrs for the Game Kit applet consumables array; sacrificed btn in the latter now that applet dimensions defined on gameboard.html
47d84b6bf2 extensive refactor push to continue to liberate applets from dashboard; new _applets.html & .gear.html template partials for use across all -board views; all applets.html sections have been liberated into their own _applet-<applet-name>.html template partials in their respective templates/apps/*board/_partials/ dirs; gameboard.html & home.html greatly simplified; .gear-btn describes gear menu now, #id_<*board nickname>*gear IDs abandoned; as such, .gear-btn styling moved from _dashboard.scss to _base.scss; new applets.js file contains related initGearMenus scripts, which no longer waits for window reload; new apps.applets.utils file manages applet_context() fn; new gameboard.js file but currently empty (false start); updates across all sorts of ITs & dash- & gameboard FTs
Compare 2 commits »
discoman pushed to main at discoman/python-tdd 2026-03-09 20:08:41 +00:00
97601586c5 new applets app for cross-board usage of Applet() & UserApplet() models; dashboard migrations reset and apps reseeded w. new default specs; core.settings & many tests thru-out suite updated accordingly
discoman pushed to main at discoman/python-tdd 2026-03-09 19:09:54 +00:00
2c445c0e76 replaced gear alt char or emoji w. font-awesome placeholder
discoman pushed to main at discoman/python-tdd 2026-03-09 18:57:55 +00:00
a53dc41367 unified some styles, especially in #id_dash_gear menu
discoman pushed to main at discoman/python-tdd 2026-03-09 18:40:49 +00:00
251b3bf778 commenced wallet styling; much of site now holds font-awesome placeholders until proprietary svg files apprpriated
discoman pushed to main at discoman/python-tdd 2026-03-09 05:17:06 +00:00
bb2116ae9f stripe authentication error hopefully fixed w. woodpecker.ci .env var references
discoman pushed to main at discoman/python-tdd 2026-03-09 05:07:29 +00:00
bd72135a2f full passing test suite w. new stripe integration across multiple project nodes; new gameboard django app; stripe in test mode on staging
ad0caa7c17 new migration to add wallet applet to dash db table; new views & html to accomodate
076d75effe new apps/dashboard/wallet.html for stripe payment integration and user's consumables; nav added to _footer.html & also dynamic copyright year with django now Y template; new apps.dash.tests ITs & UTs reflect new wallet functionality in .urls & .views
571f659b19 two new FTs, neither yet passing; test_wallet drives Stripe integration; test_gameboard drives Token system & apps.gameboard creation
Compare 4 commits »
discoman pushed to main at discoman/python-tdd 2026-03-07 20:34:42 +00:00
10dbd07cb9 fixed some breakpoint styling that prevented scrolling on mobile landscape windows
discoman pushed to main at discoman/python-tdd 2026-03-07 20:05:58 +00:00
314da3e246 major styling additions & refinements; offloaded navbar from base.html into its own partial, core/_partials/_navbar.html, alongside new _footer.html; 0006 dash migrations fix 0003 & 0005 theme-switcher handling and rename more fluidly to palette; added remaining realm-swatches to palette applet choices & updated test_views accordingly
discoman pushed to main at discoman/python-tdd 2026-03-07 05:18:04 +00:00
672de8a994 removed dead code from _applets.html
discoman pushed to main at discoman/python-tdd 2026-03-07 05:05:45 +00:00
13940ca834 mobile dash layout provided; other styling inconsistencies corrected across views, scss & _applets.html template partial
discoman pushed to main at discoman/python-tdd 2026-03-07 04:13:10 +00:00
b5d6912b26 styling & structure fixes to apps/dash/_parts/_applets.html, _dash.scss & _palette-picker.scss
discoman pushed to main at discoman/python-tdd 2026-03-07 03:31:24 +00:00
02d0adef78 styling & subsequent testing bugs fixed across apps.dash.tests.ITs.test_views, functional_tests.test_dashboard,_dashboard.scss & apps/dash/_partials/_applets.html
discoman pushed to main at discoman/python-tdd 2026-03-07 02:34:54 +00:00
4c502e40f8 fixed applet seeding in 0005 migration; many FTs & ITs now require authentication before they pass; New List & My Lists converted to dash applets; home.html offloaded and _applets.html onboarded w. these applets
discoman pushed to main at discoman/python-tdd 2026-03-07 00:32:48 +00:00
17ee6c1f08 slight scss tweaks to palette applet
discoman pushed to main at discoman/python-tdd 2026-03-07 00:22:40 +00:00
86e70b7256 took db-breaking migrations change out of 0003 and placed into new migration 0005 (grid_cols, grid_rows)