basxsoftwareassociation / bread

Engine to create database applications based on Django and the IBM Carbon Design System
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

add namedtuple Tab and comment which I commited on the wrong branch #32

Closed wipascal closed 3 years ago

wipascal commented 3 years ago

sorry, I did add the comment which you suggested to add (about .theme-white), but I commited it on the wrong branch 😄

I am only using this version of the namedtuple because I didn't want to add more type hints before adding mypy to the CI. I find typing.namedtuple much more readable.

the Tab namedtuple is used here: https://github.com/basxsoftwareassociation/basxconnect/pull/75