♻️ refactor(web): consolidate design-system primitives and responsive data views

This commit is contained in:
t0ng7u
2026-07-11 05:13:16 +08:00
parent 262ab93123
commit 0918bdb49a
451 changed files with 7295 additions and 7693 deletions
+1 -1
View File
@@ -196,4 +196,4 @@ export const MODEL_FETCHABLE_CHANNEL_TYPES = new Set([
1, 4, 14, 34, 17, 26, 27, 24, 47, 25, 20, 23, 31, 40, 42, 48, 43,
]);
export const MODEL_TABLE_PAGE_SIZE = 10;
export const MODEL_TABLE_PAGE_SIZE = 20;
+1 -1
View File
@@ -17,7 +17,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
For commercial licensing, please contact support@quantumnous.com
*/
export const ITEMS_PER_PAGE = 10; // this value must keep same as the one defined in backend!
export const ITEMS_PER_PAGE = 20; // this value must keep same as the one defined in backend!
export const DEFAULT_ENDPOINT = '/api/pricing';
+1 -1
View File
@@ -144,6 +144,6 @@ export const STORAGE_KEYS = {
export const DEFAULTS = {
PAGE_SIZE: 20,
CHART_HEIGHT: 96,
MODEL_TABLE_PAGE_SIZE: 10,
MODEL_TABLE_PAGE_SIZE: 20,
MAX_TREND_POINTS: 7,
};