mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
nominatim search (without working dialog)
This commit is contained in:
parent
c3e136cebb
commit
b20a3445d1
27 changed files with 450 additions and 61 deletions
|
@ -1,22 +1,11 @@
|
|||
export interface IDialogs {
|
||||
NONE: string,
|
||||
MAP_LIST: string,
|
||||
APP_INFO: string,
|
||||
}
|
||||
|
||||
export interface IMapTabs {
|
||||
MY: string,
|
||||
PENDING: string,
|
||||
STARRED: string,
|
||||
}
|
||||
|
||||
export const DIALOGS: IDialogs = ({
|
||||
export const DIALOGS = ({
|
||||
NONE: 'NONE',
|
||||
MAP_LIST: 'MAP_LIST',
|
||||
APP_INFO: 'APP_INFO',
|
||||
NOMINATIM: 'NOMINATIM',
|
||||
});
|
||||
|
||||
export const TABS: IMapTabs = {
|
||||
export const TABS = {
|
||||
MY: 'my',
|
||||
PENDING: 'pending',
|
||||
STARRED: 'starred',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue