discoman
  • Joined on 2026-02-10
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)
discoman pushed to main at discoman/python-tdd 2026-03-07 00:15:07 +00:00
9aea1ccb56 updated applet seed migration to include default applet sizes; other sundry styling refinements
discoman pushed to main at discoman/python-tdd 2026-03-06 23:14:18 +00:00
42a9049c0a new migration in apps.dashboard for Applet grid_cols & grid_rows settings; test_models; complete overhaul of _dashboard.scss to containerize user scrolling; some new styling in _base.scss supports static window behind localized scrolling; new applet mgmt in apps.dashboard.admin; .views passes page_dashboard to home_page() FBV; keep an eye on IT apps.dashboard.tests.integrated.test_views.NewListTest.test_for_invalid_input_renders_list_template for intermittent caching errors
discoman pushed to main at discoman/python-tdd 2026-03-06 21:39:22 +00:00
9936275443 significant expansion of scss styling, incl. new _dashboard.scss sheet & comprehensive primary btn theme synced w. user palette; changes to all other scss files; list.html & base.html retrofitted w. corresponding scss classes