Logo
Explore Help
Register Sign In
FumeNodes/ox_lib
1
0
Fork 0
You've already forked ox_lib
mirror of https://github.com/CommunityOx/ox_lib.git synced 2026-08-17 15:06:02 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
5b4c6b8674dad34d5f3106b56195f6751d40d805
ox_lib/web/src/features/dev/debug/textui.ts

16 lines
373 B
TypeScript
Raw Normal View History

chore(web): add prettier and format
2022-08-27 15:58:36 +02:00
import { TextUiProps } from '../../textui/TextUI';
import { debugData } from '../../../utils/debugData';
feat(web): developer drawer Move all debug functions into a single developer drawer, Not the best implementation as there is focus fighting going on between some elements and the drawer but will do for now without state management
2022-08-27 15:40:41 +02:00
export const debugTextUI = () => {
debugData<TextUiProps>([
{
chore(web): add prettier and format
2022-08-27 15:58:36 +02:00
action: 'textUi',
feat(web): developer drawer Move all debug functions into a single developer drawer, Not the best implementation as there is focus fighting going on between some elements and the drawer but will do for now without state management
2022-08-27 15:40:41 +02:00
data: {
chore(web): add prettier and format
2022-08-27 15:58:36 +02:00
text: '[E] - Access locker inventory \n [G] - Do something else',
position: 'right-center',
icon: 'door-open',
feat(web): developer drawer Move all debug functions into a single developer drawer, Not the best implementation as there is focus fighting going on between some elements and the drawer but will do for now without state management
2022-08-27 15:40:41 +02:00
},
},
]);
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 16ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API