♻️ refactor(web): consolidate design-system primitives and responsive data views
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user